3830 Commits

Author SHA1 Message Date
Yevgen Muntyan
19bc4f7a0c Fixed a leak 2011-03-06 21:10:42 -08:00
Yevgen Muntyan
9ef26ef91a Latest eggsmclient 2011-03-05 15:19:56 -08:00
Yevgen Muntyan
c3daead67e Destroy popup window after it's hidden 2011-03-05 14:12:15 -08:00
Yevgen Muntyan
b7ef016397 merge 2011-02-24 21:52:53 -08:00
Yevgen Muntyan
86bda13f62 Semicolon starts comment only if it's not preceeded by non-whitespace character 2011-02-24 21:52:19 -08:00
Yevgen Muntyan
ececd53e9c Ignore buffer callbacks after syntax highlighting is disabled, fixes a crash 2011-02-24 21:25:54 -08:00
Yevgen Muntyan
6a74a5e838 Ignore buffer callbacks after syntax highlighting is disabled, fixes a crash 2011-02-24 21:25:54 -08:00
Yevgen Muntyan
335bf43e9a Removed moo_edit_is_clean(), there is moo_edit_get_clean() already 2011-02-05 22:20:54 -08:00
Yevgen Muntyan
69eb126aab Removed MOO_EDIT_IS_MODIFIED and MOO_EDIT_IS_CLEAN macros 2011-02-05 22:17:19 -08:00
Yevgen Muntyan
354928b525 Keep these files in mercurial, they are needed to bootstrap the build 2011-02-03 23:19:02 -08:00
Yevgen Muntyan
c7360a294d Updated po files; updated Russian translation 2011-01-29 22:46:19 -08:00
Yevgen Muntyan
e35dde9494 Renamed 'move to split view' action 2011-01-29 02:58:20 -08:00
Yevgen Muntyan
a99a3a46a4 Highlight current line in unfocused cmd-views 2011-01-29 02:40:27 -08:00
Yevgen Muntyan
786c93efc1 Allow trailing zero bytes; some programs write it to files for some reason 2011-01-26 01:14:33 -08:00
Yevgen Muntyan
8efd43a677 If load code can't figure out the encoding, show the dialog which allows user to choose encoding 2011-01-26 01:09:17 -08:00
Yevgen Muntyan
b6513b4270 Renamed MOO_OPEN_* constants to MOO_OPEN_FLAG_* 2011-01-25 23:31:42 -08:00
Yevgen Muntyan
6f5aa55fa2 Number of asserts is four digit now 2011-01-25 23:31:24 -08:00
Yevgen Muntyan
ccf22d73fc When opening files from command line, do same thing as when sending them to another instance 2011-01-25 23:26:30 -08:00
Yevgen Muntyan
380e314eed Added example title 2011-01-25 03:29:56 -08:00
Yevgen Muntyan
d15baaaad2 Fixed bunch of memory leaks 2011-01-25 03:17:10 -08:00
Yevgen Muntyan
d3c4a23fbe Call g_type_class_ref instead of g_type_class_peek because this may be the first time the type is used and we need enum values here 2011-01-25 03:16:59 -08:00
Yevgen Muntyan
37bc760cca Do not crash in tests if python is disabled in runtime 2011-01-25 03:16:04 -08:00
Yevgen Muntyan
0fbc78d810 Wrapped g_object_set and g_object_get 2011-01-25 02:56:39 -08:00
Yevgen Muntyan
7ce6aa6234 Output parent classes 2011-01-25 02:25:35 -08:00
Yevgen Muntyan
b12990ea31 Extra arguments for moo_open_info_new and moo_reload_info_new 2011-01-25 02:10:52 -08:00
Yevgen Muntyan
8cb71ec3f8 Implemented keyword arguments for Lua 2011-01-25 01:55:18 -08:00
Yevgen Muntyan
b4c6dbbb50 trunchecked() 2011-01-25 01:10:11 -08:00
Yevgen Muntyan
a2841aac03 Distinguish nil and missing argument 2011-01-25 00:28:57 -08:00
Yevgen Muntyan
5578dc8f19 Fail early for remote files; do not scroll to line saved in recent file info on reload 2011-01-25 00:28:24 -08:00
Yevgen Muntyan
f27300b4c3 Call correct functions for various integer types (even though they don't do the right thing yet) 2011-01-24 23:30:00 -08:00
Yevgen Muntyan
3c4555766c Wrap g_signal_connect and friends automatically with the help of moo_lua_get_arg_signal_closure() and moo_signal_connect_closure() 2011-01-24 23:23:20 -08:00
Yevgen Muntyan
53210a4edb Removed unused signals from MooApp 2011-01-24 04:56:42 -08:00
Yevgen Muntyan
d2514f4a3f Unbroke saving session 2011-01-24 04:30:31 -08:00
Yevgen Muntyan
d5ec5c4838 More docs 2011-01-24 03:39:56 -08:00
Yevgen Muntyan
bf5655c0bc Document even less stuff 2011-01-24 03:21:24 -08:00
Yevgen Muntyan
596881771b Document less stuff 2011-01-24 03:13:09 -08:00
Yevgen Muntyan
71b0321881 Renamed get_doc to get_doc_for_file and get_doc_for_path to get_doc 2011-01-24 03:13:01 -08:00
Yevgen Muntyan
2d136f8297 More tests 2011-01-24 02:53:52 -08:00
Yevgen Muntyan
42278f7cf7 More tests 2011-01-24 02:52:25 -08:00
Yevgen Muntyan
33ce712993 Made moo_(open|save)_info_new take filename instead of GFile 2011-01-24 02:41:42 -08:00
Yevgen Muntyan
b4384b8693 Fixed non-debug build 2011-01-24 02:41:15 -08:00
Yevgen Muntyan
114b3b0ad4 Fixed moo_lua_get_arg_object_array() and moo_lua_get_arg_strv() which popped too much stuff from the stack 2011-01-23 12:39:15 -08:00
Yevgen Muntyan
92c0da1633 More tests 2011-01-23 12:28:12 -08:00
Yevgen Muntyan
220fd8bcb9 luaD_inerror() 2011-01-23 12:27:13 -08:00
Yevgen Muntyan
3c96f3120c More tests 2011-01-23 00:19:27 -08:00
Yevgen Muntyan
30cd9878e1 Wait for eggsmclient to initialize before running scripts 2011-01-23 00:19:18 -08:00
Yevgen Muntyan
ebc16f99c9 More tests 2011-01-22 23:34:14 -08:00
Yevgen Muntyan
7f62a476c3 More tests 2011-01-22 23:22:09 -08:00
Yevgen Muntyan
5d0fb3fc25 Do not fail horribly if _moo.* packages are not found, just print an error message 2011-01-22 22:23:29 -08:00
Yevgen Muntyan
0f5d84f71c Renamed medit lua package to 'moo' 2011-01-22 22:12:20 -08:00