Commit Graph

1454 Commits (7f2edc0fc0112e2b022e6949b5f99731687da948)

Author SHA1 Message Date
Yevgen Muntyan 7f2edc0fc0 Move focus to new active document, if closed one had focus 2006-07-08 09:57:01 -05:00
Yevgen Muntyan 5d863b5672 Octave lang file 2006-07-06 22:48:23 -05:00
Yevgen Muntyan 7ecabdad0b Treat '_' as a word character too 2006-07-06 00:12:59 -05:00
Yevgen Muntyan b773ebb39c Made --line argument work 2006-07-05 14:32:28 -05:00
Yevgen Muntyan 0aa2cf391a Added window argument to moo_editor_open_file_line 2006-07-05 14:32:15 -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 fb5a450306 Added OPEN_URIS command, which includes timestamp 2006-07-05 14:15:43 -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 2ddeaf535d Use spaces to compute indentation 2006-07-03 01:32:20 -05:00
Yevgen Muntyan 17966b9fe2 Visual studio project: added icon (Thomas) 2006-06-30 23:17:41 -05:00
Yevgen Muntyan 240924be87 moo_html_motion: initialize state variable 2006-06-30 23:17:12 -05:00
Yevgen Muntyan fb5504c8a9 Removed 2006-06-30 01:06:26 -05:00
Yevgen Muntyan 3c3080ea75 Printing progress dialog 2006-06-30 00:58:35 -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 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 b327fe7319 Disabled silly messages 2006-06-29 01:46:02 -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 a2e6bead46 THANKS in about dialog 2006-06-26 08:20:14 -05:00
Yevgen Muntyan 99a545a11f Make sure _moo_lang_mgr_update_config() doesn't overwrite settings set from other sources 2006-06-26 07:47:55 -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 051249eb5b Make sure color scheme setting is applied before opening documents 2006-06-26 05:47: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 c4fc54a838 Wrapped moo_plugin_call_method() 2006-06-25 07:01:33 -05:00
Yevgen Muntyan 2e361f2cb5 moo_editor_open_file_line() 2006-06-25 05:49:56 -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 d56b8f84de Wrapped moo_edit_window_get_nth_doc 2006-06-25 04:25:06 -05:00
Yevgen Muntyan 62d2ea8a43 Updated 2006-06-25 03:18:03 -05:00
Yevgen Muntyan 2caa58d2e5 Nicer warning about non-registered keys 2006-06-25 03:17:13 -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 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 76968d7292 Create file in selected dir 2006-06-24 00:25:38 -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 9758cc3611 Set drag icon in drag-begin handler, not after gtk_drag_begin call 2006-06-23 05:29:54 -05:00
Yevgen Muntyan 17d4433fcb Do not touch drag icon 2006-06-23 05:29:21 -05:00
Yevgen Muntyan 147b99bf4f Do not try to open special files; do not try different encodings when error is not related to charset conversion 2006-06-23 03:42:08 -05:00
Yevgen Muntyan 1792095866 Disabled dnd to bookmarks view, it was broken anyway 2006-06-23 03:11:02 -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 c4d811a3b8 There is no need in storing tags applied to the line, removed hl_info->tags; fixed next-line-context once again 2006-06-21 04:50:36 -05:00
Yevgen Muntyan bff0396dc3 Added G_GNUC_NULL_TERMINATED here and there 2006-06-20 21:20:58 -05:00
Yevgen Muntyan 1ef4605f17 Forgotten #include 2006-06-20 21:20:37 -05:00
Yevgen Muntyan 9e14d45b0f Don't try to use reserved device name on win32 2006-06-20 21:20:18 -05:00