3692 Commits

Author SHA1 Message Date
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
Yevgen Muntyan
4885cb595a Fix compilation with glib-2.26 on windows 2011-01-08 18:03:58 -08:00
Yevgen Muntyan
d62ee900a0 If file can't be saved with chosen encoding, ask if user wants to save it in UTF-8 2011-01-06 02:30:55 -08:00
Yevgen Muntyan
f7fd0ec8cb Marked more strings translatable, thanks to Denis Koryavov 2011-01-06 01:07:44 -08:00
Yevgen Muntyan
f5f8299434 Patch to fix file test operator hightlighting for Perl by archxyne, sf bug 2925282 2011-01-06 00:14:41 -08:00
Yevgen Muntyan
d4f1aca916 BookmarksMenu action isn't used anymore 2011-01-05 23:14:22 -08:00
Yevgen Muntyan
dd69e7b1bb Synced lang files with GtkSourceView 2011-01-05 22:45:36 -08:00
Yevgen Muntyan
3007fbcbac In SortLines do not do anything if a single line is selected; in SortLinesUniq, specify proper input; implement SortLinesUniq in lua for win32 2011-01-05 02:56:15 -08:00
Yevgen Muntyan
613056fdc8 Reduce spacing between buttons to make tool list treeview smaller 2011-01-05 02:55:09 -08:00
Yevgen Muntyan
96a1783dc0 Return one-element array when nothing is selected 2011-01-05 02:54:31 -08:00