3551 Commits

Author SHA1 Message Date
Yevgen Muntyan
cbd0d33735 When invalid regex is enter, show an error icon and tooltip with error message 2011-01-19 01:38:24 -08:00
Yevgen Muntyan
841e953d2a Save and restore cursor in each split view 2011-01-18 22:01:18 -08:00
Yevgen Muntyan
2f740f78ca Simplified active/focused view/tab business: views belong to tabs, tabs belong to windows, docs also track views 2011-01-18 21:36:06 -08:00
Yevgen Muntyan
1336452fde Removed MooEditor:focused-doc 2011-01-18 21:19:03 -08:00
Yevgen Muntyan
5f7ae0fa77 Moved MooEditTab to a separate file 2011-01-18 21:15:41 -08:00
Yevgen Muntyan
23e565b7fe Fixed DND 2011-01-18 21:05:02 -08:00
Yevgen Muntyan
1703c05ec2 Do not assume that buffer will die together with the view 2011-01-18 20:34:26 -08:00
Yevgen Muntyan
6efe6cc003 Disabled debug output 2011-01-18 01:38:51 -08:00
Yevgen Muntyan
de220a6271 Removed Print Preview menu item 2011-01-18 01:38:41 -08:00
Yevgen Muntyan
4921cfdbe9 Fixed compilation with gtk-2.16 and with debug disabled 2011-01-18 01:32:18 -08:00
Yevgen Muntyan
4364327e54 Removed internal print preview, it didn't work anymore. Cairo is wonderful 2011-01-18 01:24:54 -08:00
Yevgen Muntyan
caa61354ae Progress dialog for printing 2011-01-18 01:16:25 -08:00
Yevgen Muntyan
8356906d7e Store pointer to the tab in the view structure 2011-01-17 23:52:09 -08:00
Yevgen Muntyan
2a859ce9f2 Made MooEditTab a GtkVBox to pack progress dialog into it 2011-01-17 23:45:28 -08:00
Yevgen Muntyan
58a4cf8595 Properly get rid of split views after closing them 2011-01-17 23:39:23 -08:00
Yevgen Muntyan
f43ef0bb7d Don't do anything on selection change if the view is not realized or does not have focus 2011-01-17 23:38:58 -08:00
Yevgen Muntyan
8725079d5a Split views 2011-01-17 03:01:11 -08:00
Yevgen Muntyan
dd778f3c3e Save all documents, not just documents in current window 2011-01-17 02:51:54 -08:00
Yevgen Muntyan
e117b0845d Preparation for multiple views 2011-01-17 02:51:32 -08:00
Yevgen Muntyan
5c4b590d13 foo_array_clear() 2011-01-17 01:13:11 -08:00
Yevgen Muntyan
1a893ba994 Do not evaluate macro arguments if they are not used 2011-01-17 01:12:56 -08:00
Yevgen Muntyan
9271a3aec3 Record active_view in set_active_view immediately, otherwise it may not be set until much later when newly created view is realized 2011-01-14 02:42:44 -08:00
Yevgen Muntyan
288519c4a4 Instead of using moo_warning explicitly redefine g_warning 2011-01-14 02:37:04 -08:00
Yevgen Muntyan
588a82371c MOO_NZS 2011-01-14 01:31:03 -08:00
Yevgen Muntyan
d6be34b119 moo_str_equal 2011-01-14 01:12:19 -08:00
Yevgen Muntyan
97d2e483d0 Do not call gtk_window_set_title too often 2011-01-14 01:05:08 -08:00
Yevgen Muntyan
dc9d6c19b2 On save all do not save untitled documents 2011-01-14 01:02:36 -08:00
Yevgen Muntyan
ecc8b9a602 stock-select-* icons are gone 2011-01-13 00:46:04 -08:00
Yevgen Muntyan
68a63ac38c Fixed build with --without-python 2011-01-13 00:43:58 -08:00
Yevgen Muntyan
1e55a8c2c7 Removed pre-gtk-2.16 and pre-glib-2.16 stuff 2011-01-13 00:36:22 -08:00
Yevgen Muntyan
09d4516d71 Removed moo_idle_add* and moo_timeout_add* 2011-01-13 00:11:32 -08:00
Yevgen Muntyan
0eb7950445 Don't invent new ways to screw up checking string prefix 2011-01-12 23:53:18 -08:00
Yevgen Muntyan
ac8bdb4977 Set default response in reload-modified and overwrite-modified dialogs to Cancel 2011-01-12 23:34:44 -08:00
Yevgen Muntyan
09d11600d5 MooLuaState: class to run lua scripts from python 2011-01-10 03:20:52 -08:00
Yevgen Muntyan
8297838cbc Renamed MooEdit*Info to Moo*Info 2011-01-10 02:31:07 -08:00
Yevgen Muntyan
157c7cc277 New input type for shell commands: 'Document copy' 2011-01-10 02:13:44 -08:00
Yevgen Muntyan
59702458b9 Hide arrows if all labels fit 2011-01-10 00:52:00 -08:00
Yevgen Muntyan
b69f317787 Moved moo_tempdir and moo_tempnam to mooutils-script.* 2011-01-10 00:45:54 -08:00
Yevgen Muntyan
3299d83610 Output coverage separately for python and lua 2011-01-10 00:45:31 -08:00
Yevgen Muntyan
64c4574b9f Optional extension parameter for moo_tempnam function 2011-01-10 00:20:15 -08:00
Yevgen Muntyan
b7cfd730e5 Static methods for python bindings 2011-01-10 00:10:17 -08:00
Yevgen Muntyan
f9835f8eeb Static methods 2011-01-09 23:33:47 -08:00
Yevgen Muntyan
9b30bd27c9 Call tempdir medit-1-tmpdir-XXXXXXXX 2011-01-09 21:28:54 -08:00
Yevgen Muntyan
5e52e043dc Don't be stupid, dup string before freeing it 2011-01-09 21:24:32 -08:00
Yevgen Muntyan
0547bb82cc Added Move to Split View menu item 2011-01-09 14:15:20 -08:00
Yevgen Muntyan
4d23f0e703 Split view 2011-01-09 03:31:34 -08:00
Yevgen Muntyan
b7894669c4 Always add size requisition of arrow buttons, otherwise an infinite loop of size-request is possible if size of arrow buttons is just enough to make them appear 2011-01-09 03:31:12 -08:00
Yevgen Muntyan
0d879b3a7e Do not cast MooEdit to GtkWidget 2011-01-09 02:59:13 -08:00
Yevgen Muntyan
e46ccddb02 Ignore more files by default 2011-01-09 02:08:25 -08:00
Yevgen Muntyan
fbd559010a moo_tempnam, moo_tempdir 2011-01-08 18:04:46 -08:00