summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Fix passing callbacks as constructor argsHEADmasterTomeu Vizoso4-3/+29
2010-05-05GTypeInterface cannot be unrefedTomeu Vizoso1-1/+3
2010-05-05Dont complain if another base has implemented the methodTomeu Vizoso1-1/+2
2010-05-05Add support for GArray argsTomeu Vizoso2-4/+57
2010-05-05Improve handling of subclasses without __gtype_name__Tomeu Vizoso2-0/+20
2010-05-05Avoid freeing garbageTomeu Vizoso1-2/+4
2010-05-05Only hookup vfunc implementations for locally-defined methodsTomeu Vizoso2-1/+19
2010-05-03Fix passing GDestroyNotifyTomeu Vizoso2-1/+12
2010-05-03Move invocation code to its own fileTomeu Vizoso5-884/+949
2010-04-30Add the Gtk.Builder overrideJohn (J5) Palmieri1-1/+36
2010-04-30Fix GAsyncReadyCallbackTomeu Vizoso2-1/+23
2010-04-30Add override for Gdk.ColorTomeu Vizoso1-1/+19
2010-04-29make __all__ be a list of strings, fix override mechanism to use it correctlyJohn (J5) Palmieri3-7/+6
2010-04-28One more step at refactoring _wrap_g_function_info_invokeTomeu Vizoso3-262/+346
2010-04-28Step 1 of refactoring _wrap_g_function_info_invokeZach Goldberg1-203/+214
2010-04-28Dont force subclasses to implement all virtual methods of their basesTomeu Vizoso2-2/+17
2010-04-26Correct the reference counting of userdata in closure handlingZach Goldberg2-0/+16
2010-04-26Change SCOPE_TYPE_INVALID handling to be a more verbose error.Zach Goldberg1-2/+2
2010-04-26Force out arguments to be initialized as NULL. Comes with a test.Zach Goldberg2-0/+4
2010-04-23Change SCOPE_TYPE_INVALID handling to be a warning and not an errorZach Goldberg1-1/+2
2010-04-23Refactor implementation of scope call to allow for multiple calls during life...Zach Goldberg3-7/+21
2010-04-23Add basic support for unionsTomeu Vizoso6-31/+165
2010-04-23Bump required GLib version to 2.22Simon van der Linden2-21/+1
2010-04-23Refactor get_* methods in the *Info wrappersTomeu Vizoso1-192/+168
2010-04-23Print any error messages raised inside _pygi_closure_handleTomeu Vizoso1-4/+5
2010-04-22Rename variable with a very generic nameTomeu Vizoso1-14/+14
2010-04-22Add support for enums without GTypeTomeu Vizoso4-4/+68
2010-04-21Bump version during development to 0.5.1Zach Goldberg1-1/+1
2010-04-18Bump version for release 0.5.0PYGI_0_5_0Zach Goldberg2-2/+9
2010-04-18One more missing file...Tomeu Vizoso1-0/+2
2010-04-18Add more stuff to the tarballsTomeu Vizoso2-1/+8
2010-04-18Add one more missing file to tarballsTomeu Vizoso2-0/+1
2010-04-18Add missing file to tarballsTomeu Vizoso1-0/+1
2010-04-18Implement vfuncs.Tomeu Vizoso9-21/+227
2010-04-18Fix a typo in pygi-callbacks.c headerZach Goldberg1-1/+1
2010-04-18Implement nullable argument support, including testsZach Goldberg4-13/+80
2010-04-18Move some tests from test_gi to test_everythingZach Goldberg2-61/+61
2010-04-18Update to latest version of the pygi-convert.sh scriptTomeu Vizoso1-56/+137
2010-04-18Add Tomeu's prototype script for converting pygtk to pygiColin Walters1-0/+71
2010-04-18Fix doap fileOlav Vitters1-0/+4
2010-04-17Add Zach Goldberg as a pygi maintainerZach Goldberg1-0/+5
2010-04-17Require PyCairoTomeu Vizoso1-6/+1
2010-04-17Add examples/cairo-demo.pyTomeu Vizoso1-0/+121
2010-04-17Implementation callback support with scoping and basic argument support.Zach Goldberg10-10/+648
2010-04-17Add support for foreign structsTomeu Vizoso10-4/+428
2010-04-16Allow creating structs with pointersTomeu Vizoso2-7/+2
2010-04-16Add gdb and valgrind variants for the testsTomeu Vizoso3-1/+44
2010-04-15Add metadata to the .doap fileTomeu Vizoso1-0/+3
2010-04-14override that wasn't checked in - fixes some test casesJohn (J5) Palmieri1-0/+69
2010-04-14[Makefile.am] Clean up CFLAGS handling, don't override all: targetColin Walters1-6/+9