summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testhelper: Fix import requirement for GObjectpygobject-3-8Simon Feltman2013-07-061-1/+1
* release 3.8.33.8.3Martin Pitt2013-07-051-0/+16
* examples/option.py: Port to GI and Python 3Martin Pitt2013-07-051-19/+19
* Add marshalling of GI_TYPE_TAG_VOID held in a GValue to intSimon Feltman2013-07-051-2/+2
* pygtkcompat: Fix for missing methods on WindowsMartin Pitt2013-07-051-2/+8
* gi/pygi-info.c: Avoid C99-style variable declarationChun-wei Fan2013-07-051-1/+2
* Clear return value of closures to zero when an exception occuresSimon Feltman2013-07-032-0/+22
* Re-add support for passing GValue's by referenceSimon Feltman2013-07-032-16/+14
* Don't use doctest syntax in docstrings for examplesMartin Pitt2013-07-033-11/+10
* configure.ac: post-release bump to 3.8.3Martin Pitt2013-05-131-1/+1
* release 3.8.23.8.2Martin Pitt2013-05-131-0/+16
* Fix vfunc info search for classes with multiple inheritanceSimon Feltman2013-05-122-6/+7
* tests: Add tests for overriding vfunc implementationsSimon Feltman2013-05-121-0/+23
* Fix closure argument conversion for enum and flag in argsSimon Feltman2013-05-121-1/+1
* Fix marshaling Python to FFI return value for enum and flagsSimon Feltman2013-05-111-0/+1
* Use correct class for GtkEditable's get_selection_bounds() functionMike Ruprecht2013-04-281-1/+1
* Test results of g_base_info_get_name for NULLSimon Feltman2013-04-251-2/+10
* Change interpretation of NULL pointer field from None to 0Simon Feltman2013-04-222-12/+4
* Remove Python keyword escapement in Repository.find_by_nameSimon Feltman2013-04-184-10/+45
* configure.ac: post-release bump to 3.8.2Martin Pitt2013-04-151-1/+1
* release 3.8.13.8.1Martin Pitt2013-04-152-1/+9
* pygi-convert.sh: Add GStreamer rulesChristoph Reiter2013-04-131-0/+17
* pygi-convert: Add rule for TreeModelFlagsJussi Kukkonen2013-04-131-0/+1
* Fix enum and flags marshaling type assumptionsSimon Feltman2013-04-132-5/+5
* Use g_strdup() consistentlyMartin Pitt2013-04-041-1/+1
* Fix stack corruption due to incorrect format for argument parserSimon Feltman2013-03-311-2/+2
* release 3.8.03.8.0Martin Pitt2013-03-251-0/+4
* tests: Fix incorrect assumption when testing pyglib versionSimon Feltman2013-03-201-2/+2
* configure.ac: post-release bump to 3.8.0Martin Pitt2013-03-181-2/+2
* release 3.7.923.7.92Martin Pitt2013-03-181-0/+18
* Fix stack smasher when marshaling enums as a vfunc return valueSimon Feltman2013-03-182-11/+77
* Change base class of PyGIDeprecationWarning based on minor versionSimon Feltman2013-03-181-3/+11
* autogen.sh: Source gnome-autogen to fix out of source builddirAlban Browaeys2013-03-181-1/+1
* Add 3.7.91.1 NEWS entryMartin Pitt2013-03-181-0/+3
* pygtkcompat: Make gdk.Window.get_geometry return tuple of 5Simon Feltman2013-03-171-1/+7
* testhelpermodule: Fix build warning for PyGObject_Type redefinitionSimon Feltman2013-03-171-13/+1
* pygtkcompat: Initialize hint to zero in set_geometry_hintsSimon Feltman2013-03-171-1/+1
* Remove incorrect bounds check with property helper flagsSimon Feltman2013-03-152-4/+0
* Fix crash when setting property of type object to an incorrect typeSimon Feltman2013-03-074-1/+16
* Remove skipping of object property testsSimon Feltman2013-03-071-5/+2
* Give more informative error when setting property to incorrect typeSimon Feltman2013-03-071-2/+8
* Revert "Drop gi.overrides.overridefunc()"3.7.91.1Martin Pitt2013-03-052-5/+26
* configure.ac: Post-release bump to 3.7.92Martin Pitt2013-03-041-1/+1
* release 3.7.913.7.91Martin Pitt2013-03-041-0/+33
* Dot not clobber original Gdk/Gtk functions with overridesMartin Pitt2013-03-042-2/+4
* tests: Reorganize GError and GClosure testsMartin Pitt2013-03-041-33/+26
* Fix memory leaks in property setting/gettingMartin Pitt2013-03-041-5/+16
* Fix memory leak in pyg_flags_get_value_nicks()Martin Pitt2013-03-041-2/+5
* Fix memory leak in _pygi_argument_to_array()Martin Pitt2013-03-041-0/+1
* Fix leaking inout C arraysMartin Pitt2013-03-042-0/+10