Commit Graph

906 Commits (9eb42ece504890c97ab66d0a4f4351d1468a5226)

Author SHA1 Message Date
Yevgen Muntyan 271995d123 Renamed MooHistoryEntry to MooHistoryCombo 2006-08-22 23:18:39 -05:00
Yevgen Muntyan c47a8561f0 Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
Yevgen Muntyan dd28bc478f Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
Yevgen Muntyan f488b986a1 Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
Yevgen Muntyan 69affc0bcc Normalize accelerator string before putting them into hash tables 2006-08-19 01:21:57 -05:00
Yevgen Muntyan c13754c92f _moo_get_pid_string() 2006-08-19 00:20:55 -05:00
Yevgen Muntyan fb66058ae4 Do not report failure on success 2006-08-17 23:53:10 -05:00
Yevgen Muntyan fe3708673f Do not make toolbar buttons homogeneous 2006-08-17 23:52: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 dcd2250d40 Continuing user tools stuff 2006-08-17 00:08:49 -05:00
Yevgen Muntyan 200ee0a8bb 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
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 13450bd80e 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
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -05:00
Yevgen Muntyan 6273534c82 More private/public api separation 2006-08-15 03:21:44 -05:00
Yevgen Muntyan aba4d55c8a Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -05:00
Yevgen Muntyan 742f6ad5fd Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
Yevgen Muntyan b9ffc63ecb 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
Yevgen Muntyan a402f1ad3f MooObjectPtr doesn't require notify function. 2006-08-15 02:10:26 -05:00
Yevgen Muntyan 6ccf23b775 Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
Yevgen Muntyan 336e1cffa7 Added a rule to top-level Makefile.am to create all the dirs needed by intltool; replaced 'sh' with $(SHELL) everywhere. 2006-08-13 06:47:59 -05:00
Yevgen Muntyan 3e34ad7188 make distcheck works now 2006-08-13 06:05:50 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan e81234742c MOO_INSTALL_HEADERS 2006-08-07 01:25:35 -05:00
Yevgen Muntyan c50ead13dd Do not crash in eggregex 2006-08-06 22:44:04 -05:00
Yevgen Muntyan 0b1d1f2f13 Export moo_gettext for python 2006-08-05 02:07:56 -05:00
Yevgen Muntyan 6c98d10248 Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
Yevgen Muntyan a739f67bc3 Use gtk translations 2006-08-03 04:34:50 -05:00
Yevgen Muntyan 86a4672a7e Checked translatable property in glade files 2006-08-03 04:24:51 -05:00
Yevgen Muntyan e1d056afd6 Do not translate empty string 2006-08-03 04:13:10 -05:00
Yevgen Muntyan 404aa637c6 Added moo_stock_label() and moo_stock_name(); added stock-label, stock-tooltip, stock-display-name Action properties 2006-08-03 03:45:39 -05:00
Yevgen Muntyan ed26de434f Translate stock labels 2006-08-03 02:59:44 -05:00
Yevgen Muntyan 077b696c4e Added stock-label attribute 2006-08-03 02:59:23 -05:00
Yevgen Muntyan 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan fda5d2b2bc Use _moo_gettext to call bindtextdomain 2006-08-03 01:54:07 -05:00
Yevgen Muntyan b3ecda4b9b Made label and tooltip item attributes in xml ui files translatable 2006-08-03 01:53:24 -05:00
Yevgen Muntyan bff32f911c Started i18n stuff 2006-08-03 00:39:06 -05:00
Yevgen Muntyan 3e4c09904d Do not install headers 2006-08-01 20:31:51 -05:00
Yevgen Muntyan 1685fa66b1 Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -05:00
Yevgen Muntyan 71d64d8245 moo_normalize_file_path() 2006-08-01 20:18:35 -05:00
Yevgen Muntyan a513128d76 Install library, python module, and headers 2006-08-01 06:36:16 -05:00
Yevgen Muntyan 064fee6ea2 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Yevgen Muntyan f93d4d3094 Moved files around; made dialogs position better 2006-08-01 00:55:52 -05:00
Yevgen Muntyan c3c7291cff #define PCRE_DEFINITION, to made it export symbols instead of importing them 2006-08-01 00:55:33 -05:00
Yevgen Muntyan bb22db5a1b Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
Yevgen Muntyan 8bc4c8afb5 Updated makefiles and autoconf macros for new pcre 2006-07-27 06:07:38 -05:00
Yevgen Muntyan a9f10afca2 Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
Yevgen Muntyan 03b69885ed Little cleanup 2006-07-14 22:33:35 -05:00
Yevgen Muntyan 9ab44dd1b0 Save NULL string value as "" 2006-07-14 22:33:26 -05:00
Yevgen Muntyan bd6f42a872 Free caches in xdg_mime_shutdown(); do not reload database every five seconds.
https://bugs.freedesktop.org/show_bug.cgi?id=7495
https://bugs.freedesktop.org/show_bug.cgi?id=7496
2006-07-11 22:39:37 -05:00
Yevgen Muntyan c28efc5560 Do not use anonymous unions 2006-07-08 09:59:35 -05:00
Yevgen Muntyan 39628f23f6 moo_filename_from_locale() 2006-07-05 14:16:47 -05:00
Yevgen Muntyan f8c9cb338c Added timestamp argument to *_present() methods 2006-07-05 14:16:29 -05:00
Yevgen Muntyan 17966b9fe2 Visual studio project: added icon (Thomas) 2006-06-30 23:17:41 -05:00
Yevgen Muntyan 1476fbac5e Upstream fix of modal parent problem 2006-06-30 00:52:04 -05:00
Yevgen Muntyan 0fa8bf2d3d Use GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL 2006-06-30 00:51:39 -05:00
Yevgen Muntyan ff227e3431 moo_window_set_parent() 2006-06-27 16:20:46 -05:00
Yevgen Muntyan 49bc1b1191 Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
Yevgen Muntyan 3c9882beba Do not use G_SIGNAL_TYPE_STATIC_SCOPE, since the item may be removed and freed during signal emission 2006-06-26 07:11:22 -05:00
Yevgen Muntyan 2e1796af90 Do not try to select NULL path 2006-06-26 07:10:38 -05:00
Yevgen Muntyan 03853c2afd Properly show tab label when child is shown 2006-06-26 05:24:41 -05:00
Yevgen Muntyan d78b365ab3 Hide arrows when no pages visible 2006-06-26 04:21:10 -05:00
Yevgen Muntyan 34576fb4a7 Made MooFileView, moo_file_view_chdir, moo_file_view_get_actions, moo_file_view_get_ui_xml public 2006-06-25 07:02:14 -05:00
Yevgen Muntyan 2caa58d2e5 Nicer warning about non-registered keys 2006-06-25 03:17:13 -05:00
Yevgen Muntyan 70e35b9a84 Some renames, some XXX comments, some commented out code 2006-06-24 01:03:04 -05:00
Yevgen Muntyan 21ef3c0dd0 Reformatted a bit 2006-06-24 00:33:26 -05:00
Yevgen Muntyan 875ac6a7ee Do not enable tools actions for folders 2006-06-24 00:26:41 -05:00
Yevgen Muntyan 59646ad060 Some comments 2006-06-24 00:26:24 -05:00
Yevgen Muntyan 369a5add0e Replaced moo_window_finalize() with moo_window_dispose(); remove window from list of instances in dispose() 2006-06-23 05:41:29 -05:00
Yevgen Muntyan 1792095866 Disabled dnd to bookmarks view, it was broken anyway 2006-06-23 03:11:02 -05:00
Yevgen Muntyan bff0396dc3 Added G_GNUC_NULL_TERMINATED here and there 2006-06-20 21:20:58 -05:00
Yevgen Muntyan 9e14d45b0f Don't try to use reserved device name on win32 2006-06-20 21:20:18 -05:00
Yevgen Muntyan 3301b82216 Renamed Menubar to Menu in the ui xml 2006-06-19 04:28:15 -05:00
Yevgen Muntyan b62cd50f55 Use macro XDG_MIME_TYPE_UNKNOWN instead of the variable 2006-06-17 05:50:03 -05:00
Yevgen Muntyan ee43c61f5c Use glib here too 2006-06-17 05:45:37 -05:00
Yevgen Muntyan f358b03fe3 Suppress warnings about unused variable 2006-06-17 05:38:44 -05:00
Yevgen Muntyan f85219774e Use g_utf8_validate 2006-06-17 05:37:42 -05:00
Yevgen Muntyan c3473fd7a2 Unbroke display in shortcuts dialog 2006-06-17 03:00:13 -05:00
Yevgen Muntyan eb7132c9eb Made moo_file_watch_monitor_* return monitor id, instead of boolean status 2006-06-17 00:54:04 -05:00
Yevgen Muntyan 1437835f5c Better rule for generated files and FreeBSD make 2006-06-16 21:30:40 -05:00
Yevgen Muntyan 48d74c5cd2 Added check for PCRE_CONFIG_UTF8 2006-06-16 08:11:54 -05:00
Yevgen Muntyan e7f7d5c93a moo_window_present(): move window to the current desktop 2006-06-16 01:37:17 -05:00
Yevgen Muntyan 42b16f2c8b moo_(en/dis)able_win32_error_message(), for plugins and terminal 2006-06-14 23:39:34 -05:00
Yevgen Muntyan cb68ad34a6 Added "show fixed width fonts" checkbox to font selector 2006-06-14 14:29:30 -05:00
Yevgen Muntyan 014eee2abf moo_notebook_get_event_tab() 2006-06-14 11:28:32 -05:00
Yevgen Muntyan bacb3131fe Added MooFontSelection back 2006-06-14 10:02:17 -05:00
Yevgen Muntyan 7575565add Work around bug in stupid themes thinking "noteboook" means GtkNotebook 2006-06-13 16:01:25 -05:00
Yevgen Muntyan 6474527f0c Don't try to detect MSVC 2006-06-13 03:01:35 -05:00
Yevgen Muntyan bb97b0de76 Renamed mooscript-yacc.y to prevent gcc trying to regenerate mooscript-yacc.[ch] 2006-06-13 02:41:25 -05:00
Yevgen Muntyan 4842605142 Don't use function call in struct initializer 2006-06-13 01:29:52 -05:00
Yevgen Muntyan 69cd8d2264 S_ISREG and S_ISDIR for MSVC 2006-06-13 01:29:27 -05:00
Yevgen Muntyan bee9a75e52 Moved ms_*_op_* declarations to mooscript-func.h; made them return real type instead of gpointer 2006-06-13 01:28:52 -05:00
Yevgen Muntyan 55b44e5d32 Be more careful with defines and includes 2006-06-13 01:14:50 -05:00
Yevgen Muntyan c6ae2712e0 Include <unistd.h> conditionally 2006-06-13 00:58:44 -05:00
Yevgen Muntyan 5a71ec9502 Use #warning only with gcc 2006-06-13 00:55:05 -05:00
Yevgen Muntyan 778976d4dc Do not use "stdout" and "stderr" which can be macros 2006-06-11 06:02:54 -05:00
Yevgen Muntyan 6092d76a11 moo_splitlines() 2006-06-10 03:33:42 -05:00
Yevgen Muntyan 014e45dda5 Added G_TYPE_STRV support 2006-06-10 03:33:31 -05:00
Yevgen Muntyan cbc2f8cd19 ms_value_get_gvalue() 2006-06-09 16:19:01 -05:00
Yevgen Muntyan bc4bf98bf4 Use gtk_text_buffer_get_slice() 2006-06-09 14:27:35 -05:00
Yevgen Muntyan 2c31911f17 Renamed MooFileDialogType enum values 2006-06-08 10:50:18 -05:00
Yevgen Muntyan 8bc23d6532 moo_make_user_data_dir() 2006-06-07 05:34:39 -05:00
Yevgen Muntyan 3ac6fd49bc Devcpp build 2006-06-07 00:36:21 -05:00
Yevgen Muntyan c94d811a41 Disabled keyboard shortcuts for some actions 2006-06-04 22:51:44 -05:00
Yevgen Muntyan 9019a6104e ms_cfunc_new_4() 2006-06-04 22:16:51 -05:00
Yevgen Muntyan 37eb826117 moo_selection_data_get_pointer: check that selection is set by the same process 2006-06-04 22:16:11 -05:00
Yevgen Muntyan ce16117e37 Correctly handle internal children; do not abort on error 2006-06-04 12:31:26 -05:00
Yevgen Muntyan 237a43a5cd moo_history_list_get_last_item() 2006-06-04 12:30:45 -05:00
Yevgen Muntyan 5f475c65e5 Removed reload_python_plugins() 2006-06-03 02:26:41 -05:00
Yevgen Muntyan 9c4aaa11a0 moo_markup_node_get_pretty_string() 2006-06-01 02:08:56 -05:00
Yevgen Muntyan cdd6f59f64 Don't do 'something = str->str; g_string_free (str, FALSE);' 2006-06-01 02:08:29 -05:00
Yevgen Muntyan 5bf2271eb4 Do set error in functions which take GError** argument 2006-05-31 22:58:15 -05:00
Yevgen Muntyan 7aa195f0b3 Removed moo_remove_startup_notify(), it's in gdk! 2006-05-31 15:31:10 -05:00
Yevgen Muntyan 79c1f4f2e0 Made moo_remove_startup_notify() work on gnome; still doesn't work in KDE, for some unrelated reasons 2006-05-31 14:47:06 -05:00
Yevgen Muntyan e1deb32632 moo_window_class_find_action() 2006-05-29 02:43:30 -05:00
Yevgen Muntyan 12554381d7 Some debug messages 2006-05-27 05:45:41 -05:00
Yevgen Muntyan 50894f31a8 Allow reloading python plugins 2006-05-27 00:40:03 -05:00
Yevgen Muntyan cc855d910b Made completion popup better 2006-05-26 00:12:15 -05:00
Yevgen Muntyan e93f6c519b Disabled "uknown property" message 2006-05-25 23:45:28 -05:00
Yevgen Muntyan af455ce640 Handle broken mime types better 2006-05-24 02:54:11 -05:00
Yevgen Muntyan 97ecce986c Disabled oops message 2006-05-24 02:34:41 -05:00
Yevgen Muntyan e6cd8249dd Pass unbound env variables to the shell 2006-05-24 02:03:33 -05:00
Yevgen Muntyan 874d5c971b Added $VAR thing to scripts 2006-05-24 02:02:54 -05:00
Yevgen Muntyan 1abb512cb3 Boxed type for MSValue 2006-05-24 02:02:18 -05:00
Yevgen Muntyan ce317eba54 Added ExecAsync 2006-05-24 02:01:18 -05:00
Yevgen Muntyan 7b751ede2c moo_notebook_style_set() 2006-05-23 15:11:08 -05:00
Yevgen Muntyan 7d20243ba9 Let output go into console when using MOO_CMD_OPEN_CONSOLE flag 2006-05-23 12:28:01 -05:00
Yevgen Muntyan 75263a83a6 MOO_CMD_OPEN_CONSOLE 2006-05-23 12:27:28 -05:00
Yevgen Muntyan 7cd56f1bd6 Don't try to run cmd.exe on unix 2006-05-23 02:55:07 -05:00
Yevgen Muntyan e81633b7f5 Create dialog invisible 2006-05-23 02:54:43 -05:00
Yevgen Muntyan 8221deada2 Added Reload 2006-05-23 02:48:18 -05:00
Yevgen Muntyan d3238ce9c7 Check tool item index 2006-05-23 02:48:08 -05:00
Yevgen Muntyan 19c9d48b20 Added buttons to MooTreeHelper 2006-05-22 02:26:16 -05:00
Yevgen Muntyan 7a19365318 Open With submenu 2006-05-22 00:45:55 -05:00
Yevgen Muntyan 6ee080f913 Removed emacs header 2006-05-21 18:11:05 -05:00
Yevgen Muntyan 4c38c53c50 Treat empty menus better 2006-05-21 18:09:19 -05:00
Yevgen Muntyan 807b01405e A typo 2006-05-21 18:08:41 -05:00
Yevgen Muntyan c126f77835 Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
Yevgen Muntyan 58466e2e97 Gonna start Open With thing 2006-05-21 11:17:14 -05:00
Yevgen Muntyan 19126eb17b Removed debugging g_print 2006-05-20 02:04:00 -05:00
Yevgen Muntyan 4b83258c0a Fixed some leaks 2006-05-20 01:57:50 -05:00
Yevgen Muntyan d90711faed Use g_slice 2006-05-20 00:09:09 -05:00
Yevgen Muntyan f39d950e08 ms_value_object(), ms_value_get_object() 2006-05-19 21:20:10 -05:00
Yevgen Muntyan 6824142606 Set entry text to selected item when cycling through the list using arrow keys 2006-05-16 23:46:16 -05:00
Yevgen Muntyan 8aa3bbd8e7 Fixed erroneous LDFLAGS thing 2006-05-16 20:29:15 -05:00
Yevgen Muntyan a3553250ff Output strings as char[], not char* 2006-05-14 18:45:37 -05:00
Yevgen Muntyan 6f57bff94d ms_context_run_script() 2006-05-14 18:45:13 -05:00
Yevgen Muntyan 379c1b04d1 Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
Yevgen Muntyan 660dbc8254 Renamed global xdgmime's _caches to _xdg_mime_caches 2006-05-12 16:40:00 -05:00
Yevgen Muntyan 7e134943cf Set window background on style_set and state_changed 2006-05-12 16:39:35 -05:00
Yevgen Muntyan 25d8c4ac42 Try not to crash 2006-05-09 03:58:39 -05:00
Yevgen Muntyan b3fc5a45b6 Be less verbose 2006-05-09 03:01:29 -05:00
Yevgen Muntyan 5dfd67357b Force tooltips 2006-05-09 03:01:12 -05:00
Yevgen Muntyan b0e51785af Do not set error twice 2006-05-09 03:00:12 -05:00
Yevgen Muntyan 56540ec134 Use startup notification, doesn't seem to work 2006-05-09 01:10:14 -05:00
Yevgen Muntyan 74e3afb252 Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
Yevgen Muntyan 1ab0c4d717 MooRadioAction 2006-05-08 00:52:19 -05:00
Yevgen Muntyan 841231d0b2 Synced xdgmime with upstream 2006-05-07 04:03:00 -05:00
Yevgen Muntyan 650b54bdf8 moo_reset_log_func() should do the right thing 2006-05-07 03:01:37 -05:00
Yevgen Muntyan aff4419923 Do not override gtk selection behaviour by default 2006-05-05 13:34:54 -05:00
Yevgen Muntyan 2f575d16cd Save pane position 2006-05-04 22:41:23 -05:00
Yevgen Muntyan 66f43f5966 Be more careful with menubar and toolbar 2006-05-04 22:41:04 -05:00
Yevgen Muntyan daacfb6874 Disabled messages about missing icons 2006-05-04 22:40:48 -05:00
Yevgen Muntyan 93c28718f7 Install icon to icon theme too 2006-05-04 18:17:50 -05:00
Yevgen Muntyan 929f17f8c1 Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
Yevgen Muntyan ab006bdeaa Added icon 2006-05-03 09:05:56 -05:00
Yevgen Muntyan 7d2cbab38d Subclassed GtkLabel 2006-05-03 08:50:27 -05:00
Yevgen Muntyan 668c6b0723 Add builting theme icons for medit and ggap 2006-05-01 12:26:07 -05:00
Yevgen Muntyan 3685b6a86e Use system pcre if present 2006-05-01 01:54:47 -05:00
Yevgen Muntyan 3169a40d29 Do *not* change value when setting new default, it breaks values loaded from file 2006-04-30 20:56:03 -05:00
Yevgen Muntyan dc0e853e57 Set string value to "" or NULL depending on default prefs value 2006-04-30 16:38:06 -05:00
Yevgen Muntyan 6c103ca9bf When changing default value, change value too, if it equals default 2006-04-30 16:37:33 -05:00
Yevgen Muntyan 284482c479 Show/hide toolabr properly 2006-04-30 14:40:02 -05:00
Yevgen Muntyan af6e94c1d4 Missing win32 header 2006-04-30 13:36:54 -05:00
Yevgen Muntyan 02be2478c8 Added medit icons 2006-04-28 16:05:13 -05:00
Yevgen Muntyan 9db72099fa Accept NULL string 2006-04-27 01:57:13 -05:00
Yevgen Muntyan cdd7a54c8b Fixed if .. else 2006-04-27 01:56:58 -05:00
Yevgen Muntyan 4d8cc1302f Fixed if .. else 2006-04-27 01:56:51 -05:00
Yevgen Muntyan e52215b461 moo_widget_set_tooltip() 2006-04-26 18:14:18 -05:00
Yevgen Muntyan 7c169bdf8c moo_history_list_display_filename() 2006-04-26 18:13:57 -05:00
Yevgen Muntyan fedb584860 Use both signal and properties 2006-04-26 17:04:26 -05:00
Yevgen Muntyan e653361dfd Added custom property setters 2006-04-26 17:03:58 -05:00
Yevgen Muntyan 07d43aba6d Check for NULL earlier 2006-04-26 17:03:22 -05:00
Yevgen Muntyan 7ea6d2f457 Made egg_regex_new return NULL on error 2006-04-25 14:08:35 -05:00
Yevgen Muntyan e39e28fefd Removed user actions stuff 2006-04-25 02:40:33 -05:00
Yevgen Muntyan f41112a35a Added tab-key-action setting 2006-04-25 00:10:36 -05:00
Yevgen Muntyan e83615d534 moo_debug_enabled() 2006-04-24 01:29:05 -05:00
Yevgen Muntyan 88a39130f8 Wrapped treeview stuff into an object 2006-04-23 02:09:14 -05:00
Yevgen Muntyan 9e4ae7a3e8 Moved default boolean values into the MooConfig 2006-04-22 21:58:43 -05:00
Yevgen Muntyan cce718f26f Moved widgets stuff from mooconfig.* to mooutils-treeview.* 2006-04-22 19:13:35 -05:00
Yevgen Muntyan 92ce36b105 Simplified api dealing with widgets 2006-04-22 16:53:21 -05:00
Yevgen Muntyan 71fd168b3b Moved widgets stuff from as-plugin-prefs.c to mooconfig.* 2006-04-22 16:39:16 -05:00
Yevgen Muntyan 35871f7afa Make pcre use g_malloc and g_free 2006-04-22 16:38:42 -05:00
Yevgen Muntyan 5e9b25db31 Prefix pcre mempry api with underscores 2006-04-22 16:38:20 -05:00
Yevgen Muntyan ccb8ad8dde Removed item id stuff; made the model work 2006-04-22 11:31:54 -05:00
Yevgen Muntyan b62f99bb61 Removed md5 sum stuff, it's not needed 2006-04-22 08:51:44 -05:00
Yevgen Muntyan 290b9fae7c moo_chksum() - calculates md5sum 2006-04-21 20:33:29 -05:00
Yevgen Muntyan 2e30ae7abc moo_config_move_item() 2006-04-21 04:11:43 -05:00
Yevgen Muntyan 7a5069ea38 Added 'modify' argument to MooConfig methods 2006-04-21 03:30:22 -05:00
Yevgen Muntyan 6ca745a086 Made MooConfig a TreeModel; changed api to allow loading multiple files 2006-04-21 03:16:50 -05:00
Yevgen Muntyan 16137d0d50 Use moo_edit_get_window() and moo_position_window() 2006-04-20 23:44:50 -05:00
Yevgen Muntyan eb2bd52f49 Resaved in glade-3 2006-04-20 23:44:33 -05:00
Yevgen Muntyan 90ef4e4f20 Win32 fixes 2006-04-20 14:13:42 -05:00
Yevgen Muntyan 931c5e87f5 Customizable popup menu 2006-04-20 03:57:05 -05:00
Yevgen Muntyan e970a062af moo_accel_normalize(); moo_accel_parse() 2006-04-20 01:03:39 -05:00
Yevgen Muntyan eec0710bd6 ALlow specifying working dir 2006-04-19 17:23:02 -05:00
Yevgen Muntyan b7a395f7b0 if % elif % ... % else %; 2006-04-19 16:47:08 -05:00
Yevgen Muntyan 25094cb892 FileExists() 2006-04-19 16:46:24 -05:00
Yevgen Muntyan ba4cf55080 Fixed a crash 2006-04-19 13:52:35 -05:00
Yevgen Muntyan 9c9495a644 ms_context_assign_string() 2006-04-19 13:06:05 -05:00
Yevgen Muntyan 6b0a2fa193 moo_command_new() change 2006-04-18 14:44:20 -05:00
Yevgen Muntyan 8ef7ca7e9c MooCommandFlags, 'code' and 'type' properties 2006-04-18 14:43:19 -05:00
Yevgen Muntyan 7b8de3e0c5 Added MooCommandFlags, made code and type GObject properties 2006-04-18 14:42:21 -05:00
Yevgen Muntyan 1176fcbb8f Fixed a leak 2006-04-18 01:47:31 -05:00
Yevgen Muntyan d95d0e9115 Renamed MooTextCompletion back to MooCompletion; removed signals; removed GtkTreeModelFilter stuff 2006-04-17 21:31:25 -05:00
Yevgen Muntyan 1fea4f250e Removed unused rm_fr() 2006-04-17 21:30:08 -05:00
Yevgen Muntyan e5d962db24 Use moo_command_type_parse() 2006-04-17 21:29:46 -05:00
Yevgen Muntyan bd13f2eb99 Added user_id argument to moo_history_entry_new() 2006-04-17 01:41:13 -05:00
Yevgen Muntyan 5ca74dfae7 Added HistoryEntry() 2006-04-17 00:02:52 -05:00
Yevgen Muntyan 538f9a3469 moo_combo_entry_set_activates_default() 2006-04-17 00:02:37 -05:00
Yevgen Muntyan 9919cb0a47 Added MOO_COMMAND_SHELL 2006-04-16 22:06:29 -05:00
Yevgen Muntyan 87825a8f45 Added comment 2006-04-16 17:01:41 -05:00
Yevgen Muntyan 3db2b3bdbd moo_command_set_code(), moo_command_type_parse() 2006-04-16 16:59:09 -05:00
Yevgen Muntyan f1f27bc20c Remove old actions with the same id; do not leak action factory data 2006-04-16 16:58:22 -05:00
Yevgen Muntyan 3e05555f2b Moved MooFileError into mooutils-fs.* 2006-04-16 12:14:12 -05:00
Yevgen Muntyan 22cf474bb8 #include <moofileview/*> instead of #include <mooutils/moofileview/*> 2006-04-16 11:40:46 -05:00
Yevgen Muntyan e3f0b9365f More win32 methods 2006-04-16 11:39:47 -05:00
Yevgen Muntyan e31a39b119 Added MooTextPopup; renamed MooCompletion back to MooTextCompletion 2006-04-16 03:35:17 -05:00
Yevgen Muntyan 40d6cb181d Add popup into the window group 2006-04-14 04:51:00 -05:00
Yevgen Muntyan 72d6caa854 Do add popup window into parent's window group 2006-04-14 03:25:57 -05:00
Yevgen Muntyan 87ebd4d3a4 MooFileDialog 2006-04-13 05:02:33 -05:00
Yevgen Muntyan 1660032c2b Create menubar and toolbar in constructor 2006-04-13 03:19:15 -05:00
Yevgen Muntyan b594258ad2 Try not to crash 2006-04-13 02:28:47 -05:00
Yevgen Muntyan 1de364bbd1 Don't crash if last line is not indented 2006-04-11 13:35:51 -05:00
Yevgen Muntyan c2459f2077 Forgotten pcre.h 2006-04-11 00:03:42 -05:00
Yevgen Muntyan da9d539e20 Added PrefsGet, PrefsSet, and Exec 2006-04-10 04:22:26 -05:00
Yevgen Muntyan c90f306687 Added XXX warning 2006-04-10 02:54:07 -05:00
Yevgen Muntyan df5fef588b Fixed couple of leacks 2006-04-09 22:17:12 -05:00
Yevgen Muntyan b4efac9a03 Try to present right window after dialog is closed 2006-04-09 17:37:03 -05:00
Yevgen Muntyan a006678c0d Added special chars menu to entries in search dialog; made cell renderers in MooCombo use single paragraph, to avoid having multiline items in the popup. 2006-04-09 17:18:52 -05:00
Yevgen Muntyan bf3b174083 Missing #include "moocompat.h" 2006-04-09 05:57:22 -05:00
Yevgen Muntyan 21ed1702c8 Emit prefs-notify only when setting actually changed 2006-04-09 05:25:31 -05:00
Yevgen Muntyan 160c44c055 Disabled type checks 2006-04-09 04:59:34 -05:00
Yevgen Muntyan bf0c28a169 moo_config_format() 2006-04-09 04:56:51 -05:00
Yevgen Muntyan 993f637c05 moo_config_item_get/set_bool() 2006-04-09 04:01:48 -05:00
Yevgen Muntyan 011894e780 moo_mkdir() 2006-04-09 04:01:14 -05:00
Yevgen Muntyan 171f8428c8 moo_save_user_data_file() and moo_get_user_data_file() 2006-04-09 04:00:52 -05:00
Yevgen Muntyan 930d82bfb6 Added some stuff for shell commands 2006-04-09 03:26:25 -05:00
Yevgen Muntyan 14631f4c40 Added MooCommand, object which knows how to "perform an action" 2006-04-09 02:29:08 -05:00
Yevgen Muntyan c311b57f1c Made moo_Py_INCREF and moo_Py_DECREF real functions, always available 2006-04-09 02:27:43 -05:00
Yevgen Muntyan b1a2531961 Added MooConfig 2006-04-08 03:45:37 -05:00
Yevgen Muntyan 15062558d7 MooEditContext 2006-04-08 00:39:13 -05:00
Yevgen Muntyan 8a0cd11f54 moo_get_app_dir(): duplicate returned string. 2006-04-07 22:20:13 -05:00
Yevgen Muntyan 8174ea5636 Fixed headers and build system for installing the library 2006-04-06 03:32:16 -05:00
Yevgen Muntyan 32c1aaa50d Use MOO_ENABLE_RELOCATION in moo_get_data_dirs() 2006-04-06 00:47:13 -05:00
Yevgen Muntyan 3e76824cc1 Do not autogenerate pcre.h, use config.h instead 2006-04-06 00:29:23 -05:00
Yevgen Muntyan dbed3a095d Ignore unknown actions 2006-04-05 23:40:27 -05:00
Yevgen Muntyan 97d094186d 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
Yevgen Muntyan 838b7c6543 Protect render_icon_for_path() from invalid mime types too 2006-04-05 22:53:19 -05:00
Yevgen Muntyan de4fa8b90b Do not respond to children visiblity changes during construction of toplevel widget 2006-04-05 22:50:08 -05:00
Yevgen Muntyan 37d30fd988 Check mime type returned by xdgmime 2006-04-05 22:36:52 -05:00
Yevgen Muntyan cd791d324c Use g_message to notify about missing icons 2006-04-05 13:55:14 -05:00
Yevgen Muntyan cb65b78729 moo_get_app_dir() 2006-04-05 05:01:17 -05:00
Yevgen Muntyan f5303af8e1 Removed status bar from MooWindow; added it into MooEditWindow 2006-04-05 02:54:33 -05:00
Yevgen Muntyan 4c2f4f18ee Added flags support 2006-04-05 01:21:56 -05:00
Yevgen Muntyan e4f1cd2e51 Take cell separators into account when measuring list 2006-04-05 00:09:02 -05:00
Yevgen Muntyan 632ec59da6 moo_file_view_get_filenames() 2006-04-04 21:48:03 -05:00
Yevgen Muntyan 5a9d057e6f moo_glade_xml_fill_widget() 2006-04-04 21:47:42 -05:00
Yevgen Muntyan c49ec72594 Ignore unknown actions in toolbar; handle toolbar-visible, actions and prefs properly 2006-04-03 02:49:12 -05:00
Yevgen Muntyan 29d463d52c Python version of xml2h, for windows 2006-04-03 02:48:27 -05:00
Yevgen Muntyan bf61932b7b Fixed for win32 2006-03-31 23:59:00 -06:00
Yevgen Muntyan 9135a74451 Committed wrong file last time 2006-03-31 11:23:50 -06:00
Yevgen Muntyan 73f6ebdd23 moo_get_prgname(): don't store prgname 2006-03-29 02:24:34 -06:00
Yevgen Muntyan dadee80e58 Moved moo_app_get_data_dirs and friends into mooutils 2006-03-29 02:04:18 -06:00
Yevgen Muntyan 441c900de4 Removed MooFont*, let GTK handle that 2006-03-27 00:23:40 -06:00
Yevgen Muntyan 4674a268c6 Use g_message instead of g_warning to warn about unknown properties 2006-03-27 00:23:19 -06:00
Yevgen Muntyan f571bc8aa2 Cleaned up a bit 2006-03-26 20:44:21 -06:00
Yevgen Muntyan d18c01dc8b moo_prefs_dialog_page_new_from_xml signature change 2006-03-26 18:38:02 -06:00
Yevgen Muntyan 42ec52630f moo_prefs_dialog_page_new_from_xml takes MooGladeXML argument 2006-03-26 18:37:02 -06:00
Yevgen Muntyan a91e24d483 GtkFontSelection with ability to show monospace fonts only 2006-03-26 18:36:31 -06:00
Yevgen Muntyan 018e66b958 Added moo_glade_xml_set_property to allow settings widget properties before parsing markup 2006-03-26 18:35:50 -06:00
Yevgen Muntyan 76e307a88a Suppress gcc warnings about unitialized variables 2006-03-24 19:12:59 -06:00
Yevgen Muntyan ccca60d84a Comment for moo_print* 2006-03-21 03:23:37 -06:00
Yevgen Muntyan 37aec41184 Removed odd G_GNUC_UNUSED flags 2006-03-21 03:20:17 -06:00
Yevgen Muntyan 4ae6db8530 moo_window_set_icon_from_stock() should work on win32 too 2006-03-21 03:15:14 -06:00
Yevgen Muntyan 4ead188027 Removed TODO comment from moo_window_present 2006-03-21 03:13:46 -06:00
Yevgen Muntyan c4c79251c0 Made moo_window_present work 2006-03-21 03:12:57 -06:00
Yevgen Muntyan c2968a77d2 Some stupid stubs to make MooFileView work on windows 2006-03-18 02:45:36 -06:00
Yevgen Muntyan 65539b938d Use own copy of GMappedFile on glib < 2.10 2006-03-17 03:20:39 -06:00
Yevgen Muntyan 11e5c724c5 moo_filenames_from_locale() 2006-03-16 14:01:15 -06:00
Yevgen Muntyan e4215ac14c Use remove, then rmdir in m_remove 2006-03-16 13:31:28 -06:00
Yevgen Muntyan 68dce33316 Added wrappers for some file functions, analogous to glib/gstdio.h 2006-03-16 04:39:35 -06:00
Yevgen Muntyan 00be4c2391 System info in about dialog 2006-03-15 15:21:48 -06:00
Yevgen Muntyan ff46f7f30d Removed unused arguments from moo_glade_xml_new_* 2006-03-15 13:15:09 -06:00
Yevgen Muntyan be359dce82 Started custom about dialog 2006-03-15 04:14:02 -06:00
Yevgen Muntyan 6b29ac3441 Don't crash 2006-03-15 02:30:35 -06:00
Yevgen Muntyan a16b9c9965 Better logging functions 2006-03-15 02:16:42 -06:00
Yevgen Muntyan 18ad1c03a4 Don't fail on unknown properties 2006-03-15 02:16:15 -06:00
Yevgen Muntyan f57618cdc3 MooApp::get_context 2006-03-14 18:16:31 -06:00
Yevgen Muntyan 160045e034 Handle lex errors in ms_script_check() 2006-03-14 17:47:57 -06:00
Yevgen Muntyan d1d78a8170 Properly destroy dialogs 2006-03-14 17:47:24 -06:00
Yevgen Muntyan b277b20d41 ms_script_check() 2006-03-14 17:01:08 -06:00
Yevgen Muntyan 0877ae985d ms_printf() and friends 2006-03-14 16:27:40 -06:00
Yevgen Muntyan 9c6f71076e A bit better scripts 2006-03-14 14:59:07 -06:00
Yevgen Muntyan 08b727aeb1 Fixed for win32 2006-03-13 05:52:54 -06:00
Yevgen Muntyan 383378197a Removed debugging output 2006-03-13 01:08:38 -06:00
Yevgen Muntyan b82d2739fd Customizable menus, with user-defined actions 2006-03-13 00:46:33 -06:00
Yevgen Muntyan 8285a4675f Hide empty menus 2006-03-11 23:37:25 -06:00
Yevgen Muntyan 3817f41c95 Unbroke get_parent_folder 2006-03-11 01:09:12 -06:00
Yevgen Muntyan dc821aad32 Some windows stuff 2006-03-10 22:41:41 -06:00
Yevgen Muntyan 77e8cc732d Use recursive g_remove on windows for removing directories 2006-03-10 17:39:26 -06:00
Yevgen Muntyan 428b6aaac0 Added some files to CLEANFILES 2006-03-10 13:27:00 -06:00
Yevgen Muntyan f652f81e75 Added couple of methods 2006-03-08 20:15:47 -06:00
Yevgen Muntyan 3824304b43 Renamed ListElm and ListAssign to GetItem and SetItem 2006-03-08 09:26:44 -06:00
Yevgen Muntyan e029905cad Added ms_value_repr() 2006-03-08 08:48:05 -06:00
Yevgen Muntyan 6910a18a1c Fixed iterating over list 2006-03-08 08:47:46 -06:00
Yevgen Muntyan d2372b5238 Some error handlers 2006-03-08 03:12:18 -06:00
Yevgen Muntyan 13e72f4c98 Use verbose error messages 2006-03-08 03:02:04 -06:00
Yevgen Muntyan 94e9641264 Crash in ms_node_function_eval() 2006-03-08 02:30:01 -06:00
Yevgen Muntyan 1c1443c1ee Treat empty statements properly 2006-03-08 02:19:28 -06:00
Yevgen Muntyan 7c04eb21e6 Added two builtin dict methods 2006-03-08 01:37:54 -06:00
Yevgen Muntyan 4f059d58d7 Added methods 2006-03-08 01:10:49 -06:00
Yevgen Muntyan 8ecaf9c48b Added MS_VALUE_FUNC 2006-03-08 00:00:49 -06:00
Yevgen Muntyan 67ebf218ef Added dictionaries 2006-03-07 21:02:01 -06:00
Yevgen Muntyan 4f52d191c6 Added argc, argv to MSContext; gtk functions now do gtk_init_check,
so it's not necessary to call gtk_init in the script user code
2006-03-07 19:21:06 -06:00
Yevgen Muntyan b80160b2af Don't cast NULL to MSNode 2006-03-07 19:20:06 -06:00
Yevgen Muntyan 940a85fb6a Don't cast NULL to MSNode 2006-03-07 19:19:44 -06:00
Yevgen Muntyan d2811b27ec Added return, continue, and break in MooScript 2006-03-07 16:41:03 -06:00
Yevgen Muntyan c8c560a326 Allow none arguments in functions 2006-03-03 19:28:28 -06:00
Yevgen Muntyan b080a1da21 ms_value_is_none() 2006-03-03 19:27:56 -06:00
Yevgen Muntyan 46c05b2288 Instantiate window->vbox in the instance init() 2006-03-01 01:12:33 -06:00
Yevgen Muntyan e2f75dcb55 Disable empty menus 2006-02-28 21:43:23 -06:00
Yevgen Muntyan 6a9dd95ea7 Len() 2006-02-27 19:58:57 -06:00
Yevgen Muntyan e53e22b475 More zenity 2006-02-27 01:29:05 -06:00
Yevgen Muntyan 89ac407f4b Added more builtin functions; added python code support 2006-02-27 00:38:47 -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 703ddfe09b GTK_DIALOG_NO_SEPARATOR is illegal for GtkMessageDialog 2006-02-26 19:05:43 -06:00
Yevgen Muntyan 37c3b517b2 CHECK1 should check ONE char! 2006-02-26 19:05:15 -06:00
Yevgen Muntyan 6be94c2218 Parse two-chars tokens (like <= or &&) as well 2006-02-26 18:56:19 -06:00
Yevgen Muntyan c9749d8b8c Don't tell about ComboBox items 2006-02-26 17:28:09 -06:00
Yevgen Muntyan 75b1b6bf3f Added message dialogs 2006-02-26 04:00:18 -06:00
Yevgen Muntyan 9453df86b8 Do not crash on assignment 2006-02-26 03:59:55 -06:00
Yevgen Muntyan 4116abf144 Simple dialogs for scripts, ala zenity 2006-02-26 03:31:29 -06:00
Yevgen Muntyan 109875774f Added 'window' property 2006-02-26 03:30:57 -06:00
Yevgen Muntyan 21cfa159be Made MooGladeXML a GObject; fixed not-freeing of it 2006-02-25 23:45:30 -06:00
Yevgen Muntyan f269a4a40a Added MOO_STOCK_MENU 2006-02-25 16:37:00 -06:00
Yevgen Muntyan c21040b7b3 Two mem leaks 2006-02-25 15:53:11 -06:00
Yevgen Muntyan cf0573858c Allow [anything..anything] in scripts 2006-02-25 15:35:05 -06:00
Yevgen Muntyan 4ed4c310cc Added [first..last] notation for integer lists 2006-02-25 15:14:42 -06:00