summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix double-freeing GValues in arraysMartin Pitt2012-03-161-1/+6
* Renamed "property" class to "Property"Simon Feltman2012-03-165-61/+62
* Fix Python to C marshalling of GValue arraysMartin Pitt2012-03-163-6/+34
* Correct the Gtk.Window hierarchyJohan Dahlin2012-03-162-30/+61
* Renamed getter/setter instance attributes to fget/fset respectively.simon2012-03-153-21/+89
* Add Gtk.Arrow/Gtk.Window constructor overrideJohan Dahlin2012-03-141-0/+17
* Fix marshalling to/from Python to work on big endian machines.Michel Dänzer2012-03-093-16/+60
* Use gi_cclosure_marshal_generic instead of duplicating it.Michel Dänzer2012-03-085-243/+4
* Override Gtk.TreeView.get_visible_range to fix returnRené Stadler2012-03-051-0/+5
* Plug memory leak in _is_union_memberPaolo Borelli2012-03-041-6/+3
* tests: Split TestInterfaces into separate testsSebastian Pölsterl2012-02-211-17/+19
* Post release version bump to 3.1.2Sebastian Pölsterl2012-02-201-1/+1
* Prepare 3.1.1 release3.1.1Sebastian Pölsterl2012-02-201-0/+18
* Don't use C99 styleSebastian Pölsterl2012-02-181-1/+2
* Add test for GPtrArray with transfer fullMartin Pitt2012-02-161-1/+9
* Drop obsolete g_thread_init()Martin Pitt2012-02-151-3/+0
* Fix deprecated g_source_get_current_time()Martin Pitt2012-02-151-3/+1
* Fix deprecated g_value_[gs]et_char()Martin Pitt2012-02-153-5/+5
* Make pygiconvert.sh correctly convert gtk.gdk.x11_*Simon Schampijer2012-02-151-1/+1
* Raise required glib version to 2.31 because of g_value_(get|set)_scharSebastian Pölsterl2012-02-101-3/+3
* Fix cset_first typoDieter Verfaillie2012-02-101-1/+1
* pygi-convert: Handle Clutter and CoglBastian Winkler2012-02-101-0/+76
* Provide access to gpointer struct valuesCédric Krier2012-02-103-1/+36
* Add some GType testsPaolo Borelli2012-02-091-2/+15
* Split GStrv and array variant tests in their own classesPaolo Borelli2012-02-091-6/+23
* Add unit test for builder's connect_afterPaolo Borelli2012-02-081-0/+8
* fix GtkBuilder signal connection 'after' logicRyan Lortie2012-02-081-1/+1
* test(1) uses '=' to test if strings are identicalPatrick Welche2012-02-081-3/+3
* pygspawn: improve error checkingRyan Lortie2012-02-071-2/+2
* Post release version bump to 3.1.1Sebastian Pölsterl2012-02-061-1/+1
* Prepare 3.1.0 release3.1.0-realSebastian Pölsterl2012-02-061-0/+34
* Updated DOAP file to only include people currently actively working on the pr...Sebastian Pölsterl2012-02-062-48/+15
* Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel"Sebastian Pölsterl2012-02-063-47/+1
* tests: Fixed issues with python3Sebastian Pölsterl2012-02-061-3/+6
* Properly distinguish between different integer types for propertiesSebastian Pölsterl2012-02-062-4/+106
* Distinguish between GArray and GPtrArray when cleaning upSebastian Pölsterl2012-02-061-9/+23
* Add null_gerror_callback unit testPaolo Borelli2012-02-061-0/+9
* pyglib_error_check: Re-add missing NULL checkMartin Pitt2012-02-061-0/+2
* Add tests/runtests-windows.py to source tarballMichael Culbertson2012-02-041-0/+1
* Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag, even wh...Sebastian Pölsterl2012-02-041-4/+2
* Fix bool() operations on GLib.Variant objectsNirbheek Chauhan2012-02-042-0/+63
* Fix hash() and __eq__() for GLib.Variant objectsNirbheek Chauhan2012-02-042-0/+79
* Fix method names of callback testsMartin Pitt2012-01-251-15/+15
* Cairo: add missing braces around array-of-struct definitionWill Thompson2012-01-241-1/+1
* g_instance_init: cast to PyGObject * as neededWill Thompson2012-01-241-1/+1
* Fix a few set-but-not-used warnings.Will Thompson2012-01-244-6/+3
* pygmainloop: allow for extra arguments in 'quit' methodStefano Facchini2012-01-241-2/+2
* Fix bytearray test compatibility with python3Alexandre Rostovtsev2012-01-241-2/+2
* Respect transfer-type when demarshalling GErrorsAlberto Mardegan2012-01-241-1/+11
* Support GHashTable and GError as callback/closure argumentsAlberto Mardegan2012-01-242-0/+37