medit/moo/mooutils
Yevgen Muntyan aba4d55c8a Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -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 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
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 Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -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 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
mooaction.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
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 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.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
mooactionfactory.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
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
moocmd.c Do not use "stdout" and "stderr" which can be macros 2006-06-11 06:02:54 -05:00
moocmd.h MOO_CMD_OPEN_CONSOLE 2006-05-23 12:27:28 -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
moocommand.c Pass unbound env variables to the shell 2006-05-24 02:03:33 -05:00
moocommand.h ALlow specifying working dir 2006-04-19 17:23:02 -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 Don't do 'something = str->str; g_string_free (str, FALSE);' 2006-06-01 02:08:29 -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 Devcpp build 2006-06-07 00:36:21 -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 Made moo_file_watch_monitor_* return monitor id, instead of boolean status 2006-06-17 00:54:04 -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 Added GError** argument to glade functions 2006-08-08 19:32:47 -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 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
moohistorylist.h moo_history_list_get_last_item() 2006-06-04 12:30:45 -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 Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -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 Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
moomenumgr.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00: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 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
moopaned.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooprefs.c Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -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 GError** argument to glade functions 2006-08-08 19:32:47 -05:00
mooprefsdialogpage.h Added tab-key-action setting 2006-04-25 00:10:36 -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
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 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
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.c Don't use function call in struct initializer 2006-06-13 01:29:52 -05:00
mooutils-gobject.h Added G_GNUC_NULL_TERMINATED here and there 2006-06-20 21:20:58 -05:00
mooutils-misc.c Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -05:00
mooutils-misc.h Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -05:00
mooutils-treeview.c Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
mooutils-treeview.h Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
moowindow.c Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
moowindow.h Removed some unused api, made some api private 2006-08-15 02:32:44 -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