medit/moo/mooedit
Yevgen Muntyan 480a8858e4 Made moo_text_view_get_text() work for GtkTextView 2006-08-16 20:25:58 -05:00
..
glade Do not use leading/trailing spaces in labels 2006-08-10 04:23:49 -05:00
plugins Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
syntax desktop.lang 2006-08-12 02:32:12 -05:00
Makefile.am Rewriting actions and tools 2006-08-16 00:18:16 -05:00
gtksourceiter.c Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
gtksourceiter.h Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
menu.xml Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocmdview.c Made it possible to have python stuff in a module 2006-08-04 04:17:32 -05:00
moocmdview.h Removed emacs header 2006-05-21 18:11:05 -05:00
moocommand-exe.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocommand-exe.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocommand-script.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocommand-script.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocommand.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocommand.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moocompletion.c Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
moocompletion.h Added insert-script 2006-04-19 13:05:25 -05:00
mooedit-actions.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooedit-actions.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooedit-private.h MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
mooedit-script.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooedit-script.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooedit.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooedit.h Printing progress dialog 2006-06-30 00:58:35 -05:00
mooeditconfig.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooeditconfig.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditdialogs.c Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
mooeditdialogs.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditfileops.c Try UTF8, then locale, then ISO*** 2006-08-09 18:41:32 -05:00
mooeditfileops.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
mooeditfiltersettings.c Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditfiltersettings.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditinput.c Do not touch drag icon 2006-06-23 05:29:21 -05:00
mooeditor.c More public/private stuff 2006-08-15 03:52:38 -05:00
mooeditor.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditprefs.c Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditprefs.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditprefspage.c Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
mooeditwindow.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooeditwindow.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moofold.c Prefixed MooFold method names with underscore 2006-05-05 16:17:47 -05:00
moofold.h Prefixed MooFold method names with underscore 2006-05-05 16:17:47 -05:00
moohighlighter.c Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moohighlighter.h There is no need in storing tags applied to the line, removed hl_info->tags; fixed next-line-context once again 2006-06-21 04:50:36 -05:00
mooindenter.c Fixed moo_text_iter_get_prev_stop() 2006-07-09 08:55:04 -05:00
mooindenter.h Added tab-width MooTextView property, and made it MooEdit config setting; removed indent-tab-width from MooIndenter 2006-06-17 04:08:25 -05:00
moolang-aux.h Do not use regular expressions for special sequences 2006-04-26 13:24:57 -05:00
moolang-parser.c Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moolang-parser.h Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moolang-private.h Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moolang-rules.c Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
moolang-rules.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolang-strings.h Removed emacs header 2006-05-21 18:11:05 -05:00
moolang.c Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moolang.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolangmgr.c More private/public api separation 2006-08-15 03:21:44 -05:00
moolangmgr.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolinebuffer.c Do not use anonymous unions 2006-07-08 09:59:35 -05:00
moolinebuffer.h There is no need in storing tags applied to the line, removed hl_info->tags; fixed next-line-context once again 2006-06-21 04:50:36 -05:00
moolinemark.c Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolinemark.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolineview.c More private/public api separation 2006-08-15 03:21:44 -05:00
moolineview.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooplugin-loader.c MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
mooplugin-loader.h Made it possible to have python stuff in a module 2006-08-04 04:17:32 -05:00
mooplugin-macro.h Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
mooplugin.c Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
mooplugin.h Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
mootext-private.h Fixed priorities of brackets tags, so bold is really bold. For rule tags, apply style from context the match belongs to, not the rule's context. 2006-05-24 02:10:02 -05:00
mootextbox.c Renamed MooPlaceholder to MooTextBox; added text placeholders 2006-04-25 01:42:01 -05:00
mootextbox.h Renamed MooPlaceholder to MooTextBox; added text placeholders 2006-04-25 01:42:01 -05:00
mootextbtree.c Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
mootextbtree.h Do not use anonymous unions 2006-07-08 09:59:35 -05:00
mootextbuffer.c More private/public api separation 2006-08-15 03:21:44 -05:00
mootextbuffer.h Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mootextfind.c Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
mootextfind.h Renamed Find Now to Find Current Word 2006-06-11 02:12:28 -05:00
mootextiter.h Reverted MooTextTag stuff; implemented placeholders using child anchors 2006-04-24 13:44:25 -05:00
mootextpopup.c Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
mootextpopup.h moo_text_popup_get_selected(), moo_text_popup_select() 2006-04-16 03:53:24 -05:00
mootextprint.c Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
mootextprint.h Added Print Options dialog 2006-05-07 23:48:37 -05:00
mootextsearch-private.h Install library, python module, and headers 2006-08-01 06:36:16 -05:00
mootextsearch.c Install library, python module, and headers 2006-08-01 06:36:16 -05:00
mootextsearch.h Install library, python module, and headers 2006-08-01 06:36:16 -05:00
mootextstyle.c Fixed some leaks 2006-05-20 01:57:50 -05:00
mootextstyle.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextstylescheme.c r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextstylescheme.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextview-private.h Added tab-width MooTextView property, and made it MooEdit config setting; removed indent-tab-width from MooIndenter 2006-06-17 04:08:25 -05:00
mootextview.c Made moo_text_view_get_text() work for GtkTextView 2006-08-16 20:25:58 -05:00
mootextview.h Made moo_text_view_get_text() work for GtkTextView 2006-08-16 20:25:58 -05:00
moousertools.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
moousertools.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
tools.xml Rewriting actions and tools 2006-08-16 00:18:16 -05:00