medit/moo/mooutils
Yevgen Muntyan c47a8561f0 Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
..
glade 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
newgtk Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
pcre Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
pixmaps Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
xdgmime Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Makefile.am Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
eggregex.c Do not crash in eggregex 2006-08-06 22:44:04 -05:00
eggregex.h Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
mooaccel.c Normalize accelerator string before putting them into hash tables 2006-08-19 01:21:57 -05:00
mooaccel.h Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
mooaccelbutton.c Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
mooaccelbutton.h Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
mooaccelprefs.c Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
mooaccelprefs.h Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
mooaction-private.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooaction.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooaction.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
mooactionbase-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
mooactionbase.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
mooactionbase.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
mooactioncollection.c Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooactioncollection.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
mooactionfactory.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooactionfactory.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
mooactiongroup.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
mooactiongroup.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
moobigpaned.c Devcpp build 2006-06-07 00:36:21 -05:00
moobigpaned.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooclosure.c MooObjectPtr doesn't require notify function. 2006-08-15 02:10:26 -05:00
mooclosure.h Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
moocombo.c Devcpp build 2006-06-07 00:36:21 -05:00
moocombo.h Removed emacs header 2006-05-21 18:11:05 -05:00
moocompat.c r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
moocompat.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mooconfig.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooconfig.h Moved default boolean values into the MooConfig 2006-04-22 21:58:43 -05:00
moodialogs.c Use GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL 2006-06-30 00:51:39 -05:00
moodialogs.h moo_window_set_parent() 2006-06-27 16:20:46 -05:00
mooentry.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooentry.h Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
moofiledialog.c moo_window_set_parent() 2006-06-27 16:20:46 -05:00
moofiledialog.h Renamed MooFileDialogType enum values 2006-06-08 10:50:18 -05:00
moofilewatch.c Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
moofilewatch.h Made moo_file_watch_monitor_* return monitor id, instead of boolean status 2006-06-17 00:54:04 -05:00
moofiltermgr.c Little cleanup 2006-07-14 22:33:35 -05:00
moofiltermgr.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
moofontsel.c Use gtk translations 2006-08-03 04:34:50 -05:00
moofontsel.h Added "show fixed width fonts" checkbox to font selector 2006-06-14 14:29:30 -05:00
mooglade.c Do not use g_warning() when nil child has a label in GtkNotebook, glade-2 loves to do it 2006-08-16 20:27:02 -05:00
mooglade.h Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
moohistoryentry.c Devcpp build 2006-06-07 00:36:21 -05:00
moohistoryentry.h Removed emacs header 2006-05-21 18:11:05 -05:00
moohistorylist.c Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
moohistorylist.h Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
mooi18n.c Export moo_gettext for python 2006-08-05 02:07:56 -05:00
mooi18n.h Export moo_gettext for python 2006-08-05 02:07:56 -05:00
moolinklabel.c Added icon 2006-05-03 09:05:56 -05:00
moolinklabel.h Subclassed GtkLabel 2006-05-03 08:50:27 -05:00
moomarkup.c Make sure doc->name is never NULL and set it to filename in case of moo_markup_parse_file() 2006-08-16 00:17:05 -05:00
moomarkup.h moo_markup_node_get_pretty_string() 2006-06-01 02:08:56 -05:00
moomarshals.list Added $VAR thing to scripts 2006-05-24 02:02:54 -05:00
moomenuaction.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
moomenuaction.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
moomenumgr.c Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
moomenumgr.h Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
moomenutoolbutton.c r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
moomenutoolbutton.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
moonotebook.c Properly show tab label when child is shown 2006-06-26 05:24:41 -05:00
moonotebook.h moo_notebook_get_event_tab() 2006-06-14 11:28:32 -05:00
moopaned.c More public/private stuff 2006-08-15 03:52:38 -05:00
moopaned.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooprefs.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooprefs.h Added G_GNUC_NULL_TERMINATED here and there 2006-06-20 21:20:58 -05:00
mooprefsdialog.c moo_window_set_parent() 2006-06-27 16:20:46 -05:00
mooprefsdialog.h Added auto-apply property of MooPrefsDialogPage; made PrefsDialog emit "init" for newly inserted pages if the dialog is running. 2006-04-05 23:28:53 -05:00
mooprefsdialogpage.c 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
mooprefsdialogpage.h 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
moopython.c Made moo_Py_INCREF and moo_Py_DECREF real functions, always available 2006-04-09 02:27:43 -05:00
moopython.h Removed reload_python_plugins() 2006-06-03 02:26:41 -05:00
moospawn.c Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
moospawn.h Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
moostock.c Translate stock labels 2006-08-03 02:59:44 -05:00
moostock.h Added medit icons 2006-04-28 16:05:13 -05:00
moouixml.c Do not make toolbar buttons homogeneous 2006-08-17 23:52:55 -05:00
moouixml.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
mooundo.c Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mooundo.h Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mooutils-fs.c Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -05:00
mooutils-fs.h Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -05:00
mooutils-gobject-private.h More private/public api separation 2006-08-15 03:21:44 -05:00
mooutils-gobject.c More private/public api separation 2006-08-15 03:21:44 -05:00
mooutils-gobject.h More private/public api separation 2006-08-15 03:21:44 -05:00
mooutils-misc.c Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
mooutils-misc.h _moo_get_pid_string() 2006-08-19 00:20:55 -05:00
mooutils-treeview.c Continuing user tools stuff 2006-08-17 00:08:49 -05:00
mooutils-treeview.h Continuing user tools stuff 2006-08-17 00:08:49 -05:00
moowindow.c Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
moowindow.h Rewriting actions and tools 2006-08-16 00:18:16 -05:00
py2h.sh Output strings as char[], not char* 2006-05-14 18:45:37 -05:00
stock-about-16.h Initial import 2005-06-22 18:20:32 +00:00
stock-about-24.h Initial import 2005-06-22 18:20:32 +00:00
stock-edit-16.h Initial import 2005-06-22 18:20:32 +00:00
stock-edit-24.h Initial import 2005-06-22 18:20:32 +00:00
stock-select-all-16.h Added GTK_STOCK_SELECT_ALL for gtk < 2.8 2005-09-12 07:42:50 +00:00
stock-select-all-24.h Added GTK_STOCK_SELECT_ALL for gtk < 2.8 2005-09-12 07:42:50 +00:00
stock-terminal-24.h Initial import 2005-06-22 18:20:32 +00:00
xml2h.py Visual studio project: added icon (Thomas) 2006-06-30 23:17:41 -05:00
xml2h.sh Output strings as char[], not char* 2006-05-14 18:45:37 -05:00