Commit Graph

105 Commits (40742bb240f58cf55b01e0c614f9705cba168a5c)

Author SHA1 Message Date
Yevgen Muntyan 38d1e35b7f Made some functions public for ggap, removed ggap icons, added MooRegex 2007-02-09 20:28:28 -06:00
Yevgen Muntyan 5e4003a4c6 Added 'leave_one' argument to moo_editor_close_all() 2007-01-22 08:16:15 -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 76cf80e990 Fixed strict-aliasing warnings 2007-01-06 04:12:49 -06:00
Yevgen Muntyan cfbfbfabb3 Avoid gcc warnings 2007-01-02 05:07:07 -06:00
Yevgen Muntyan 03f1b83e55 Greta cleanup: removed unused functions; made static what appropriate 2006-12-31 04:53:45 -06:00
Yevgen Muntyan 4db7a6f185 Moved default ui xml into libmoo 2006-12-22 03:44:06 -06:00
Yevgen Muntyan 177042a342 Separated context menu xml and main UI xml; made moo_editor_apply_prefs() public 2006-12-20 18:19:48 -06:00
Yevgen Muntyan 4941eb05ea Use encodings on save too, show nicer error messages 2006-12-17 10:58:17 -06:00
Yevgen Muntyan 83014e2a15 Better error messages 2006-12-12 23:53:40 -06:00
Yevgen Muntyan 752a4a24e9 Added FAM back; rewrote a bit of MooFileWatch 2006-12-08 14:55:46 -06:00
Yevgen Muntyan 94693b37e4 Missing break in switch statement 2006-12-06 23:57:49 -06:00
Yevgen Muntyan e3c2711e87 New header mooeditor-private.h; new property MooEditor::focused-doc 2006-12-06 23:02:08 -06:00
Yevgen Muntyan 0723a7e378 Fixed lot of compiler warnings 2006-12-04 04:54:12 -06:00
Yevgen Muntyan 06b6199285 Do not open new window if _moo_get_top_window fails 2006-11-16 14:52:03 -06:00
Yevgen Muntyan f985531b1e Better MooCombo 2006-11-11 21:45:43 -06:00
Yevgen Muntyan 4760715665 More private api 2006-11-04 01:03:45 -06:00
Yevgen Muntyan ee2dea7d75 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
Yevgen Muntyan f488b986a1 Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
Yevgen Muntyan a6d2894f3c Use GTypeInstance private field 2006-08-19 01:15:42 -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 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 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 14db61af5e Better scrolling to line 2006-08-01 16:18:17 -05:00
Yevgen Muntyan bb22db5a1b Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
Yevgen Muntyan 0aa2cf391a Added window argument to moo_editor_open_file_line 2006-07-05 14:32:15 -05:00
Yevgen Muntyan f8c9cb338c Added timestamp argument to *_present() methods 2006-07-05 14:16:29 -05:00
Yevgen Muntyan 3c3080ea75 Printing progress dialog 2006-06-30 00:58:35 -05:00
Yevgen Muntyan 051249eb5b Make sure color scheme setting is applied before opening documents 2006-06-26 05:47:38 -05:00
Yevgen Muntyan c24d0bfb82 Make document grab focus in open_file_line, to close the pane 2006-06-25 05:49:41 -05:00
Yevgen Muntyan f7b4021f69 Removed MooEditSession 2006-06-19 04:28:32 -05:00
Yevgen Muntyan a233294aaa Removed MooEditor sessions stuff 2006-06-14 12:51:52 -05:00
Yevgen Muntyan d5582f8b7f Disabled message about autosave 2006-06-09 20:20:06 -05:00
Yevgen Muntyan a5006ff5dc moo_editor_open_file_line() 2006-06-04 22:13:54 -05:00
Yevgen Muntyan 7e5120d4be Removed auto-loading sessions, it will go into project plugin 2006-06-01 13:50:37 -05:00
Yevgen Muntyan 6431d7c2f7 Continuing working on sessions 2006-06-01 02:09:07 -05:00
Yevgen Muntyan 028277c119 Added moo_editor_create_instance(), _moo_editor_post_message(); add/remove NewWindow action depending on Editor::single-window property 2006-05-29 02:44:45 -05:00
Yevgen Muntyan 6ee080f913 Removed emacs header 2006-05-21 18:11:05 -05:00
Yevgen Muntyan 74e3afb252 Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
Yevgen Muntyan 058d2e433d Convert filename to absolute before opening 2006-05-04 03:40:17 -05:00
Yevgen Muntyan ad941da0f4 "medit nonexistingfile" now creates a new file instead of showing error message 2006-05-04 02:30:32 -05:00
Yevgen Muntyan 929f17f8c1 Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
Yevgen Muntyan 1f67912dcf Removed moo_editor_set/get_default_lang 2006-04-30 21:24:35 -05:00
Yevgen Muntyan 4504bae534 Use MOO_LANG_NONE for default lang setting 2006-04-30 16:36:37 -05:00
Yevgen Muntyan 24cdeb9c35 Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
Yevgen Muntyan ea35f16b38 Added lang-specifig configs 2006-04-26 23:04:41 -05:00
Yevgen Muntyan f5f0a499c5 Apply settings in editor, don't let document care about it 2006-04-26 14:09:18 -05:00
Yevgen Muntyan 27a7a5b22b Added methods for getting/setting visual iter line offset 2006-04-22 08:42:02 -05:00