Commit Graph

146 Commits (4284894843aa4d2a3ce8476bf51f511cdda8563e)

Author SHA1 Message Date
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 4588d110c4 Moved printing stuff around, added Print Preview menu item 2006-11-14 01:12:57 -06:00
Yevgen Muntyan f0d1dbbef3 MooNotebook::switch-page signal renamed 2006-11-04 01:03:25 -06:00
Yevgen Muntyan 31126395d8 More ISO C stuff 2006-10-20 02:02:13 -05: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 1230d9b758 Use g_utf8_collate() to sort langs 2006-09-07 02:04:31 -05:00
Yevgen Muntyan ee2dea7d75 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
Yevgen Muntyan 60de5a4217 Fixed bug with simultaneous dragging icon and reordering tabs in notebook 2006-08-20 15:41:14 -05:00
Yevgen Muntyan f488b986a1 Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
Yevgen Muntyan aa1cc9ef22 Use glib-mkenums 2006-08-19 02:50:56 -05:00
Yevgen Muntyan a6d2894f3c Use GTypeInstance private field 2006-08-19 01:15:42 -05:00
Yevgen Muntyan 4cb996dfb3 Split mooedit-action.* into mooeditaction.* and mooeditaction-factory.* 2006-08-19 00:59:53 -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 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 54fcfe5c62 More private/public separation 2006-08-13 04:00:15 -05:00
Yevgen Muntyan 86bcc71c5f More i18n 2006-08-10 04:24:12 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -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 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan bb22db5a1b Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
Yevgen Muntyan 7f2edc0fc0 Move focus to new active document, if closed one had focus 2006-07-08 09:57:01 -05:00
Yevgen Muntyan 3925c87e0b Printing is enabled unconditionally with gtk >= 2.10.0 now 2006-07-05 14:14:02 -05:00
Yevgen Muntyan 23d6fb1612 Removed moo_edit_window_push_message, moo_edit_window_pop_message; fixed document list menu 2006-06-30 00:53:11 -05:00
Yevgen Muntyan 8ddf2c9f0f Added moo_edit_window_close_all(); renamed action callbacks to action_* 2006-06-25 03:15:19 -05:00
Yevgen Muntyan 9758cc3611 Set drag icon in drag-begin handler, not after gtk_drag_begin call 2006-06-23 05:29:54 -05:00
Yevgen Muntyan 6ea0fdc93e Fixed tab icon dnd which caused input lock in child windows 2006-06-23 02:48:32 -05:00
Yevgen Muntyan f33012de95 Added Wrap Text and Show Line Numbers menu items 2006-06-17 02:38:23 -05:00
Yevgen Muntyan 96c1cd84b0 Disabled use-styles setting; removed it from the widget; and removed Print Options menu item 2006-06-15 23:20:39 -05:00
Yevgen Muntyan 676115d9f2 Close tabs on middle-click 2006-06-14 11:28:41 -05:00
Yevgen Muntyan cfddebe6f3 Use _moo_get_icon_for_path() on windows too 2006-06-13 00:59:13 -05:00
Yevgen Muntyan 7db2a5f9d0 Renamed Find Now to Find Current Word 2006-06-11 02:12:28 -05:00
Yevgen Muntyan 3f40674ee4 Added Find Now thing 2006-06-10 04:10:43 -05:00
Yevgen Muntyan cfc12b454e Disabled quick-search 2006-06-09 20:51:43 -05:00
Yevgen Muntyan 8325a20d43 Disabled bookmarks actions 2006-06-09 20:49:00 -05:00
Yevgen Muntyan 91ef78351d moo_edit_window_get_nth_doc() 2006-06-01 02:07:33 -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 8d89f01add Make action checks work with no documents 2006-05-27 00:37:32 -05:00
Yevgen Muntyan 1267f5c70a moo_edit_window_present_output() 2006-05-26 01:44:27 -05:00
Yevgen Muntyan fb535901b3 Added insensitive "No Documents" item to the doc list 2006-05-23 15:09:45 -05:00
Yevgen Muntyan 50131f2b37 Don't try to assign shortcuts to doc actions 2006-05-21 22:53:38 -05:00
Yevgen Muntyan e63a1a644d Added document list menu 2006-05-21 18:10:48 -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 379c1b04d1 Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
Yevgen Muntyan 74e3afb252 Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
Yevgen Muntyan 6b5b04d53c Added Print Options dialog 2006-05-07 23:48:37 -05:00
Yevgen Muntyan b5a4bfd70d Printing stuff is not public 2006-05-07 13:15:58 -05:00
Yevgen Muntyan 68cf1cbb9b moo_edit_window_set_action_langs() 2006-05-05 16:17:32 -05:00