Commit Graph

62 Commits (4b0707e6aa594f59cd1a0e4318bc2ac383487d4d)

Author SHA1 Message Date
Yevgen Muntyan 38d1e35b7f Made some functions public for ggap, removed ggap icons, added MooRegex 2007-02-09 20:28:28 -06:00
Yevgen Muntyan 5e5a2c8746 Renamed MOO_VERSION_WHATEVER to MOO_WHATEVER_VERSION 2007-01-22 08:15:28 -06:00
Yevgen Muntyan 13601264f9 Reworked build system for python modules 2007-01-02 05:07:30 -06:00
Yevgen Muntyan 03f1b83e55 Greta cleanup: removed unused functions; made static what appropriate 2006-12-31 04:53:45 -06:00
Yevgen Muntyan cf38e20b69 Use G_UNLIKELY in get_type() functions 2006-12-30 22:18:14 -06:00
Yevgen Muntyan a57ecf8049 Disabled completion 2006-12-22 23:04:14 -06:00
Yevgen Muntyan b7b74ef602 Made it possible to build python module only, python module + libmoo, libmoo only, and so forth 2006-12-20 18:21:31 -06:00
Yevgen Muntyan 02f3540e37 moo_plugin_call_methodv: do not fail when return_value is provided even though return type is G_TYPE_NONE 2006-12-06 23:02:59 -06:00
Yevgen Muntyan 3c9bf65b27 Reenabled completion plugin 2006-12-05 02:54:56 -06:00
Yevgen Muntyan 693422c207 Separated libmoo version and modules version 2006-12-05 01:30:20 -06:00
Yevgen Muntyan 0723a7e378 Fixed lot of compiler warnings 2006-12-04 04:54:12 -06:00
Yevgen Muntyan e4baac44b7 _moo_message() 2006-11-02 00:38:00 -06:00
Yevgen Muntyan 31c09f5e9a C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
Yevgen Muntyan 09c8355c2d Do not leak plugin->id 2006-10-14 14:02:35 -05:00
Yevgen Muntyan ee2dea7d75 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
Yevgen Muntyan 8589df5c29 Disabled active strings and completion 2006-08-23 20:32:33 -05:00
Yevgen Muntyan 68e59ab990 Enabled active strings plugin again 2006-08-20 03:44:55 -05:00
Yevgen Muntyan 5aa72e4ccb Added moo_prefs_dialog_page_fill_from_xml(); removed buffer size parameter from moo_prefs_dialog_page_new_from_xml() 2006-08-17 23:48:50 -05:00
Yevgen Muntyan d209daba09 Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
Yevgen Muntyan 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 6c98d10248 Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
Yevgen Muntyan 5636bc81aa Made it possible to have python stuff in a module 2006-08-04 04:17:32 -05:00
Yevgen Muntyan 0cc33c80e3 Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
Yevgen Muntyan ddaed624e5 Do not crash on invalid plugin info 2006-06-17 05:39:04 -05:00
Yevgen Muntyan 46c212bdfb Made moo_plugin_register take plugin info, so that __init__ is not necessary 2006-06-14 23:46:46 -05:00
Yevgen Muntyan 9174798646 Try to unregister plugins on exit 2006-06-09 16:19:25 -05:00
Yevgen Muntyan d0da6d9313 moo_module_check_version() 2006-05-29 02:43:09 -05:00
Yevgen Muntyan 4e3ac96774 Added plugins methods 2006-05-27 03:28:23 -05:00
Yevgen Muntyan 35af43f1a0 Use g_message instead of g_warning 2006-05-23 12:59:47 -05:00
Yevgen Muntyan 6ee080f913 Removed emacs header 2006-05-21 18:11:05 -05:00
Yevgen Muntyan 929f17f8c1 Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
Yevgen Muntyan c4daae67ae Made MooPlugin more binding-friendly. 2006-04-29 21:34:53 -05:00
Yevgen Muntyan c79f0dcccf Do not g_free() garbage 2006-04-26 23:25:45 -05:00
Yevgen Muntyan e2a5772998 Trying to implement placeholders using hacks with tags and UNKNOWN_CHAR 2006-04-24 03:59:35 -05:00
Yevgen Muntyan 16137d0d50 Use moo_edit_get_window() and moo_position_window() 2006-04-20 23:44:50 -05:00
Yevgen Muntyan f82cf4eb0d Use "moo_module_init" in loadable modules 2006-04-20 17:57:53 -05:00
Yevgen Muntyan 8ea782afeb Added 'langs' plugin property, so plugins may attach only to docs with given language 2006-04-16 04:57:14 -05:00
Yevgen Muntyan 8e3cc449ea Started completion plugin 2006-04-10 02:56:01 -05:00
Yevgen Muntyan fd235eb069 Made MooLangMgr and MooPlugin manage data dirs themselves; with single call to read the dirs. 2006-04-06 01:16:29 -05:00
Yevgen Muntyan 0c111dbfd0 Emit "apply" only for enabled plugins prefs pages 2006-04-05 23:27:46 -05:00
Yevgen Muntyan d18c01dc8b moo_prefs_dialog_page_new_from_xml signature change 2006-03-26 18:38:02 -06:00
Yevgen Muntyan c2968a77d2 Some stupid stubs to make MooFileView work on windows 2006-03-18 02:45:36 -06:00
Yevgen Muntyan 08b727aeb1 Fixed for win32 2006-03-13 05:52:54 -06:00
Yevgen Muntyan e3bc0cff16 Made pages list in preferences dialog a list, not a tree 2006-02-26 19:18:26 -06:00
Yevgen Muntyan de49e7f062 r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600
Copyright notice
2006-02-23 14:03:17 +00:00
Yevgen Muntyan cff99f3c3e r1492@localhost: muntyan | 2005-12-24 00:09:56 -0600
Do not display stupid error messages on windows
2005-12-24 19:36:11 +00:00
Yevgen Muntyan 48cf5e8aac r1480@localhost: muntyan | 2005-12-23 02:23:01 -0600
Python stuff once again. Now builds on windows (and on unix, too)
2005-12-23 14:34:18 +00:00
Yevgen Muntyan cf40c4d6d0 r1469@localhost: muntyan | 2005-12-22 21:13:18 -0600
Moving python stuff around...
2005-12-23 14:31:22 +00:00
Yevgen Muntyan 7cef5d4937 r1202@localhost: muntyan | 2005-11-30 04:45:32 -0600
Some stuff for gtk-2.4
2005-11-30 16:46:02 +00:00
Yevgen Muntyan acdbd4213f r1170@localhost: muntyan | 2005-11-28 21:26:49 -0600
Allow documents live without window
2005-11-29 09:28:37 +00:00