Commit Graph

202 Commits (40742bb240f58cf55b01e0c614f9705cba168a5c)

Author SHA1 Message Date
Yevgen Muntyan 43d6745fd9 Try to open binary files with default application 2007-02-03 17:30:08 -06:00
Yevgen Muntyan 97f00261c5 Don't mix Find and Grep dialogs 2007-01-20 03:16:32 -06:00
Yevgen Muntyan dc1c8500b0 Replaced g_(idle|timeout|io) functions with gdk threads-aware wrappers 2007-01-19 20:47:59 -06:00
Yevgen Muntyan 6b3725a7e6 Save file selector directory in project config 2007-01-18 05:35:50 -06:00
Yevgen Muntyan ccf7d55ebe -ansi -pedantic fixes 2007-01-11 20:28:22 -06:00
Yevgen Muntyan a602c0c750 Use $@.tmp and $@ in generated files rules 2007-01-10 04:19:06 -06:00
Yevgen Muntyan 89db53d70e Use gtk_menu_attach_to_widget() 2007-01-07 23:10:35 -06:00
Yevgen Muntyan d95671b8f2 Do not use gtk_object_sink with glib >= 2.10 2007-01-07 22:27:22 -06:00
Yevgen Muntyan a57ecf8049 Disabled completion 2006-12-22 23:04:14 -06:00
Yevgen Muntyan b5ffbbe5e6 Mangle all non-static symbols 2006-12-20 20:12:45 -06:00
Yevgen Muntyan c9b191978f More i18n stuff 2006-12-08 17:54:44 -06:00
Yevgen Muntyan 1f25813ae8 In case of unique completion use Tab to complete 2006-12-07 03:17:36 -06:00
Yevgen Muntyan c6cdd5c63d Some autocompletion 2006-12-07 01:15:41 -06:00
Yevgen Muntyan 5de6576eeb Made it possible to write completion stuff in python 2006-12-06 23:06:24 -06:00
Yevgen Muntyan 4d2848c401 Added MooTextCompletion, base class for completion things 2006-12-06 13:44:35 -06:00
Yevgen Muntyan 47a70352a7 D'n'd onto Go to Current Doc Dir button 2006-12-05 23:21:20 -06:00
Yevgen Muntyan 3c9bf65b27 Reenabled completion plugin 2006-12-05 02:54:56 -06:00
Yevgen Muntyan 0723a7e378 Fixed lot of compiler warnings 2006-12-04 04:54:12 -06:00
Yevgen Muntyan 4c56fa6176 Fixed bunch of compiler warnings 2006-12-03 01:49:14 -06:00
Yevgen Muntyan 55a35f7215 Select current file on goto-current-file-dir 2006-11-23 21:35:49 -06:00
Yevgen Muntyan c425e12db2 Guard #include "config.h" with #ifdef HAVE_CONFIG_H 2006-11-23 21:18:25 -06:00
Yevgen Muntyan 521ba4b18c moo_prefs_create_key() 2006-11-19 12:35:32 -06:00
Yevgen Muntyan fc8362bb3e 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
Yevgen Muntyan a36db404ab #include <sys/types.h>, just for case 2006-11-12 22:44:53 -06:00
Yevgen Muntyan f985531b1e Better MooCombo 2006-11-11 21:45:43 -06:00
Yevgen Muntyan aaf3644b83 Renamed _m_* functions 2006-11-03 23:57:57 -06:00
Yevgen Muntyan 31c09f5e9a C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -05:00
Yevgen Muntyan 53131f1179 Added Open action to file selector popup menu, for cases when more than one file selected 2006-08-25 16:35:09 -05:00
Yevgen Muntyan 869a267b68 Do not build active strings and completion plugins now 2006-08-23 20:31:52 -05:00
Yevgen Muntyan d87138c56e Add asterisks to skip-files globs, save history 2006-08-22 23:23:35 -05:00
Yevgen Muntyan 59382acb5a Fixed find command for case when no globs specified 2006-08-20 03:47:57 -05:00
Yevgen Muntyan 68e59ab990 Enabled active strings plugin again 2006-08-20 03:44:55 -05:00
Yevgen Muntyan c164e8b06f Use globs for files to skip so it's consistent with files-to-process 2006-08-19 12:10:41 -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 ead05d78f3 Continuing user tools thing 2006-08-16 20:27:19 -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 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -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 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 54fcfe5c62 More private/public separation 2006-08-13 04:00:15 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan 38b9723fb8 More i18n 2006-08-05 02:16:06 -05:00
Yevgen Muntyan 7d2aac7b9b More i18n 2006-08-05 02:08:32 -05:00
Yevgen Muntyan 0cc33c80e3 Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
Yevgen Muntyan 86a4672a7e Checked translatable property in glade files 2006-08-03 04:24:51 -05:00
Yevgen Muntyan 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan 1685fa66b1 Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -05:00
Yevgen Muntyan 14db61af5e Better scrolling to line 2006-08-01 16:18:17 -05:00