110 Commits

Author SHA1 Message Date
Yevgen Muntyan
97bc6b59bb Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
Yevgen Muntyan
a8419796b4 Updated slnunico package; made its utf8 flavor default 2011-10-22 00:21:56 -07: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
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
8cb71ec3f8 Implemented keyword arguments for Lua 2011-01-25 01:55:18 -08:00
Yevgen Muntyan
a2841aac03 Distinguish nil and missing argument 2011-01-25 00:28:57 -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
bf5655c0bc Document even less stuff 2011-01-24 03:21:24 -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
220fd8bcb9 luaD_inerror() 2011-01-23 12:27:13 -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
Yevgen Muntyan
3ed115e2d7 More docs 2011-01-22 17:40:22 -08:00
Yevgen Muntyan
00682f27c0 Parse enum values in gtk-doc 2011-01-22 14:32:33 -08:00
Yevgen Muntyan
545ccdb4f7 Raise an error if callback could not be connected 2011-01-22 02:22:18 -08:00
Yevgen Muntyan
0013ac308a Do report signal coverage 2011-01-22 02:19:16 -08:00
Yevgen Muntyan
170f823f5a Bind enum values 2011-01-22 02:10:12 -08:00
Yevgen Muntyan
e5328da2b7 Always run default init script 2011-01-22 01:34:49 -08:00
Yevgen Muntyan
bc2b0c9906 Do run default init in test Lua instances 2011-01-22 01:31:59 -08:00
Yevgen Muntyan
65f138877d Be more strict in what signal handlers may return, and call get_return_gvalue in protected mode so that it doesn't corrupt Lua state on error 2011-01-22 01:31:02 -08:00
Yevgen Muntyan
e4644dd968 Custom Lua panic handler which calls g_error instead of exit() 2011-01-22 00:41:52 -08:00
Yevgen Muntyan
68f189fb9e Do not crash in signals returning void 2011-01-21 21:37:18 -08:00
Yevgen Muntyan
7a1ab202b2 Check test coverage of signals 2011-01-21 21:19:18 -08:00
Yevgen Muntyan
943d466c56 Implemented g_signal_connect for Lua, added Lua modules back 2011-01-20 01:02:02 -08:00
Yevgen Muntyan
288519c4a4 Instead of using moo_warning explicitly redefine g_warning 2011-01-14 02:37:04 -08:00
Yevgen Muntyan
09d11600d5 MooLuaState: class to run lua scripts from python 2011-01-10 03:20:52 -08:00
Yevgen Muntyan
3299d83610 Output coverage separately for python and lua 2011-01-10 00:45:31 -08:00
Yevgen Muntyan
f9835f8eeb Static methods 2011-01-09 23:33:47 -08:00
Yevgen Muntyan
2b62105815 moo_question_dialog() 2011-01-04 02:17:56 -08:00
Yevgen Muntyan
9fc1d747ea Complain if lua test files haven't been found 2011-01-04 01:12:00 -08:00
Yevgen Muntyan
448deebb83 make test: run all tests, make fullcheck: run tests and distcheck 2011-01-02 18:46:01 -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
4210b6f3dd Specify whether strings are utf8, filenames, or 'just strings' 2011-01-01 17:14:23 -08:00
Yevgen Muntyan
d83417f8bc Generate gtk.xml in api directory 2010-12-27 01:30:11 -08:00
Yevgen Muntyan
73d162daf6 Fixed email address 2010-12-21 20:15:45 -08:00
Yevgen Muntyan
f3b79e7b5b Updated pot file 2010-12-21 03:28:23 -08:00
Yevgen Muntyan
12333341f3 Constructors and GFile Lua bindings 2010-12-21 03:23:59 -08:00
Yevgen Muntyan
2ea04ba655 Handle GError return in lua bindings 2010-12-21 03:03:17 -08:00
Yevgen Muntyan
5450ecc16e moo_spin_main_loop 2010-12-21 02:45:24 -08:00
Yevgen Muntyan
b9a4fd8d69 Better error messages in lua scripts 2010-12-21 02:32:23 -08:00
Yevgen Muntyan
af39d4d963 GtkTextIter methods for lua 2010-12-21 00:53:59 -08:00
Yevgen Muntyan
9ea245fbcf More bindings 2010-12-21 00:17:20 -08:00
Yevgen Muntyan
d5869940ef Convert strings to enums 2010-12-19 15:50:29 -08:00
Yevgen Muntyan
ca4b0223a8 MooEditView is back 2010-12-18 23:58:18 -08:00