1413 Commits

Author SHA1 Message Date
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
ecc8b9a602 stock-select-* icons are gone 2011-01-13 00:46:04 -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
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
64c4574b9f Optional extension parameter for moo_tempnam function 2011-01-10 00:20:15 -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
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
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
f7fd0ec8cb Marked more strings translatable, thanks to Denis Koryavov 2011-01-06 01:07:44 -08:00
Yevgen Muntyan
a3d8878c98 Made prefs files real xml: single root element 'moo-prefs' 2011-01-04 03:10:10 -08:00
Yevgen Muntyan
2b62105815 moo_question_dialog() 2011-01-04 02:17:56 -08:00
Yevgen Muntyan
e2e82da0db made installcheck work under wine 2011-01-04 01:05:29 -08:00
Yevgen Muntyan
d2884e21f6 Check test coverage 2011-01-02 01:41:49 -08:00
Yevgen Muntyan
76c4c2b085 Python unit tests 2011-01-01 18:53:27 -08:00
Yevgen Muntyan
30584189c2 Bind more functions 2011-01-01 17:41:01 -08:00
Yevgen Muntyan
4210b6f3dd Specify whether strings are utf8, filenames, or 'just strings' 2011-01-01 17:14:23 -08:00
Yevgen Muntyan
bb6683324c Reverted commit 4306, resaving with glade is a bad idea: it writes can-focus=false for buttons 2010-12-29 02:42:13 -08:00
Yevgen Muntyan
118b819c3c moo_error_message: get error message from GError without crashing if error is NULL; removed unused parameter from save_config_file 2010-12-29 02:17:00 -08:00
Yevgen Muntyan
1f83e7bc47 Use G_MARKUP_TREAT_CDATA_AS_TEXT, before MooMarkup code treated CDATA as comments 2010-12-29 02:15:59 -08:00
Yevgen Muntyan
c286c49afc moo_file_writer_printf_markup 2010-12-29 02:15:14 -08:00
Yevgen Muntyan
31f134f597 Do not show console window when running 'cmd /c start somefile' 2010-12-27 20:31:05 -08:00
Yevgen Muntyan
3a42fd062f Use g_regex_replace_literal to avoid problems with backslashes in commands 2010-12-27 02:57:39 -08:00
Yevgen Muntyan
e500eada90 Resaved glade files with glade-3.6.7 2010-12-26 22:05:45 -08:00
Yevgen Muntyan
40baa0f067 Unindented glade files content to make it diffable 2010-12-26 21:08:23 -08:00
Yevgen Muntyan
095ab38eb0 Use docbooks for help 2010-12-26 20:18:16 -08:00
Yevgen Muntyan
b7ea52b401 Do not document MooCommand and MooUiXml stuff 2010-12-24 01:23:00 -08:00
Yevgen Muntyan
73d162daf6 Fixed email address 2010-12-21 20:15:45 -08:00
Yevgen Muntyan
5450ecc16e moo_spin_main_loop 2010-12-21 02:45:24 -08:00
Yevgen Muntyan
188412e403 Moved moocommand-(lua|exe) up from subdirs 2010-12-17 00:46:14 -08:00
Yevgen Muntyan
543228fd69 Input pipe can be removed during callback if that runs main loop 2010-12-17 00:26:14 -08:00
Yevgen Muntyan
1a804a7f80 Fixed few memory leaks 2010-12-14 23:53:27 -08:00
Yevgen Muntyan
800bad010f Don't be stupid! 2010-12-14 19:08:19 -08:00
Yevgen Muntyan
c6c828ae78 Use int instead of gssize 2010-12-14 00:49:11 -08:00
Yevgen Muntyan
71aa8e9db2 Use generated API for lua scripts too 2010-12-12 02:29:20 -08:00
Yevgen Muntyan
5b14fd39fd Fixed distcheck 2010-12-11 00:51:38 -08:00
Yevgen Muntyan
9dd2b8329e Build pygtk bindings from generated defs file 2010-12-11 00:28:34 -08:00
Yevgen Muntyan
e05fb32a89 More gtkdocs, added parser 2010-12-10 03:11:38 -08:00
Yevgen Muntyan
ff62aeaf3e More gtkdocs 2010-12-10 03:10:22 -08:00
Yevgen Muntyan
75d4700eb9 gtkdoc for some classes 2010-12-10 01:06:58 -08:00
Yevgen Muntyan
ef8980f9c2 Enabled python plugins 2010-12-09 01:39:15 -08:00
Yevgen Muntyan
547a269fec moo_edit_reload returns a bool 2010-12-09 00:51:40 -08:00
Yevgen Muntyan
8952ec83a6 Resurrected pygtk bindings 2010-12-08 01:25:34 -08:00
Yevgen Muntyan
b0be51ae76 Renamed MdHistory* to MooHistory* 2010-12-08 01:17:17 -08:00
Yevgen Muntyan
e80e2f7d35 Reverted to 4187, MooEditView is gone 2010-12-08 01:11:51 -08:00