medit/moo/mooedit
Yevgen Muntyan 06b6199285 Do not open new window if _moo_get_top_window fails 2006-11-16 14:52:03 -06:00
..
glade Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
gtksourceview Read "globs" attribute frmo old lang files 2006-11-12 13:10:38 -06:00
language-specs Added def:specials 2006-11-12 20:36:08 -06:00
plugins Split apprc into two files: apprc and app.state, with often-changing settings going to app.state 2006-11-15 01:29:32 -06:00
Makefile.am Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
context.cfg Output filters start working 2006-09-02 02:34:01 -05:00
filters.cfg Made filters eat error messages without filename 2006-11-02 02:09:24 -06:00
menu.cfg Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
moocmdview.c #include <signal.h>, to get SIG* constants 2006-09-06 21:08:18 -05:00
moocmdview.h Now it can open files 2006-09-02 04:01:26 -05:00
moocommand-exe-private.h Continuing output filter stuff 2006-09-01 12:37:47 -05:00
moocommand-exe-unix.c Do not desensitize filter combo 2006-11-02 02:25:50 -06:00
moocommand-exe.h Continuing output filter stuff 2006-09-01 12:37:47 -05:00
moocommand-private.h Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
moocommand-script.c _moo_str_equal() 2006-09-02 02:29:39 -05:00
moocommand-script.h Continuing user tools thing 2006-08-16 20:27:19 -05:00
moocommand.c _moo_message() 2006-11-02 00:38:00 -06:00
moocommand.h Made filters eat error messages without filename 2006-11-02 02:09:24 -06:00
moocommanddisplay.c Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
moocommanddisplay.h MooCommandExe and friends 2006-08-20 03:49:33 -05:00
moocompletion.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
moocompletion.h Added insert-script 2006-04-19 13:05:25 -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 C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
mooedit-script.h C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
mooedit.c C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
mooedit.h Use glib-mkenums 2006-08-19 02:50:56 -05:00
mooeditaction-factory.c Moved _moo_edit_check_actions() to mooeditaction.c 2006-08-19 01:40:14 -05:00
mooeditaction-factory.h Split mooedit-action.* into mooeditaction.* and mooeditaction-factory.* 2006-08-19 00:59:53 -05:00
mooeditaction.c C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
mooeditaction.h Filter patterns, check_visible() and check_sensitive() 2006-08-22 23:21:14 -05:00
mooeditconfig.c Use GTypeInstance private field 2006-08-19 01:15:42 -05:00
mooeditconfig.h Use glib-mkenums 2006-08-19 02:50:56 -05:00
mooeditdialogs.c More private api 2006-11-04 01:03:45 -06:00
mooeditdialogs.h More private api 2006-11-04 01:03:45 -06:00
mooeditfileops.c Use "UTF-8" instead of "UTF8" charset name 2006-09-07 02:02:21 -05:00
mooeditfileops.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
mooeditfiltersettings.c Split apprc into two files: apprc and app.state, with often-changing settings going to app.state 2006-11-15 01:29:32 -06:00
mooeditfiltersettings.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditinput.c Made dnd work with gtk-2.10 2006-11-10 23:40:35 -06:00
mooeditor.c Do not open new window if _moo_get_top_window fails 2006-11-16 14:52:03 -06:00
mooeditor.h Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
mooeditprefs.c Made line numbers font configurable 2006-11-14 00:58:23 -06:00
mooeditprefs.h Made line numbers font configurable 2006-11-14 00:58:23 -06:00
mooeditprefspage.c default_lang_combo_set_lang: don't search for NULL 2006-09-26 14:46:34 -05:00
mooeditwindow.c Split apprc into two files: apprc and app.state, with often-changing settings going to app.state 2006-11-15 01:29:32 -06:00
mooeditwindow.h Use glib-mkenums 2006-08-19 02:50:56 -05:00
moofold.c C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
moofold.h Prefixed MooFold method names with underscore 2006-05-05 16:17:47 -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
mookeyfile.c Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
mookeyfile.h Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
moolang-private.h C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
moolang.c Misspelled "mimetypes" language property 2006-11-09 05:03:50 -06:00
moolang.h Fixed custom globs and mime types business 2006-11-09 04:59:35 -06:00
moolangmgr-private.h Split apprc into two files: apprc and app.state, with often-changing settings going to app.state 2006-11-15 01:29:32 -06:00
moolangmgr.c Split apprc into two files: apprc and app.state, with often-changing settings going to app.state 2006-11-15 01:29:32 -06:00
moolangmgr.h Removed globs from lang files 2006-09-06 21:06:32 -05:00
moolinebuffer.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
moolinebuffer.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -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 C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
moolineview.h moo_line_view_set_boxed(), moo_line_view_get_boxed() 2006-09-02 02:31:13 -05:00
moooutputfilter.c Made filters eat error messages without filename 2006-11-02 02:09:24 -06:00
moooutputfilter.h Made filters eat error messages without filename 2006-11-02 02:09:24 -06:00
moooutputfiltersimple.c Made filters eat error messages without filename 2006-11-02 02:09:24 -06:00
moooutputfiltersimple.h Output filters start working 2006-09-02 02:34:01 -05:00
mooplugin-loader.c _moo_message() 2006-11-02 00:38:00 -06: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 _moo_message() 2006-11-02 00:38:00 -06:00
mooplugin.h Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
mooprintpreview.c Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
mooprintpreview.h Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
mootext-private.h Removed unused get_bracket_tags 2006-11-09 22:26:31 -06: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 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextbtree.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextbuffer.c Removed unused get_bracket_tags 2006-11-09 22:26:31 -06:00
mootextbuffer.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextfind.c More private api 2006-11-04 01:03:45 -06:00
mootextfind.h Use glib-mkenums 2006-08-19 02:50:56 -05:00
mootextiter.h Reverted MooTextTag stuff; implemented placeholders using child anchors 2006-04-24 13:44:25 -05:00
mootextpopup.c C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
mootextpopup.h moo_text_popup_get_selected(), moo_text_popup_select() 2006-04-16 03:53:24 -05:00
mootextprint-private.h Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
mootextprint.c Little fixes 2006-11-16 04:24:55 -06:00
mootextprint.h Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
mootextsearch-private.h Install library, python module, and headers 2006-08-01 06:36:16 -05:00
mootextsearch.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextsearch.h Use glib-mkenums 2006-08-19 02:50:56 -05:00
mootextstyle.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextstylescheme.c Upstream changes: GtkSourceStyleManager 2006-11-02 00:39:54 -06:00
mootextstylescheme.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
mootextview-private.h Made line numbers font configurable 2006-11-14 00:58:23 -06:00
mootextview.c Made line numbers font configurable 2006-11-14 00:58:23 -06:00
mootextview.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
moousertools-prefs.c Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
moousertools-prefs.h Continuing user tools stuff 2006-08-17 00:08:49 -05:00
moousertools.c _moo_message() 2006-11-02 00:38:00 -06:00
moousertools.h Merge installed and user's files 2006-08-23 02:41:56 -05:00