summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid a silent long to int truncationRui Matos2015-07-171-2/+2
* tests: add a test for test_glist_gtype_container_in()Christoph Reiter2015-07-061-0/+6
* Handle gtype marshallingMathieu Bridon2015-07-051-0/+5
* pygi-foreign-cairo.c: fix include for py3cairo.hDaniel Hahler2015-07-031-1/+1
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-0214-98/+231
* Fix gcc warning regarding uninitialized use of variableChristoph Reiter2015-07-021-1/+3
* Fix test regression when xdg-user-dirs is not installed.Christoph Reiter2015-07-021-1/+1
* Explicitly check if an override exists instead of ImportErrorGarrett Regier2015-06-211-2/+15
* configure.ac: post-release version bump to 3.17.2Simon Feltman2015-06-151-1/+1
* release 3.17.13.17.1Simon Feltman2015-06-151-0/+16
* Add gi.PyGIWarning and use it instead of PyGIDeprecationWarning in case the v...Christoph Reiter2015-06-024-1/+25
* Remove Gdk.Rectangle alias with newer gobject-introspection and GTK+Christoph Reiter2015-05-311-4/+8
* overrides: Provide _overrides_module attribute to make gst-python overrides w...Christoph Reiter2015-04-231-0/+7
* overrides: Conditionalize touch override support in GdkSimon Feltman2015-04-131-5/+13
* Field setters: Remove unneeded type/range checks and resulting unused code.Christoph Reiter2015-03-304-659/+83
* pygi-argument: Remove unused imports/includesChristoph Reiter2015-03-303-10/+0
* Improve test coverage for field setters/getters.Christoph Reiter2015-03-302-0/+187
* configure.ac: post release version bump to 3.17.1Simon Feltman2015-03-291-2/+2
* release 3.16.03.16.0Simon Feltman2015-03-242-2/+4
* configure.ac: post release version bump to 3.15.92Simon Feltman2015-03-051-1/+1
* release 3.15.913.15.91Simon Feltman2015-03-052-1/+15
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-0312-260/+292
* Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc. deprecated.Christoph Reiter2015-03-033-1/+22
* Emit PyGIDeprecationWarning when accessing deprecated override attributes.Christoph Reiter2015-03-034-57/+221
* Add namespace and container name to callable cache and include them in all wa...Christoph Reiter2015-03-036-29/+90
* tests: Add test for GIRepository.UnionInfo.get_size()Garrett Regier2015-03-011-0/+1
* Avoid duping filenames when marshalling from Python to CGarrett Regier2015-03-011-6/+6
* configure.ac: post release version bump to 3.15.1Simon Feltman2015-02-201-1/+1
* release 3.15.03.15.0Simon Feltman2015-02-201-0/+10
* Ignore deprecation warning for g_option_group_free()Simon Feltman2015-02-201-1/+4
* tests: Make get_all_dependendencies() test more robustSimon Feltman2015-02-201-3/+5
* tests: Fix PEP8 error with commented code in testSimon Feltman2015-02-201-1/+0
* Avoid copying bytearrays from Python to C when transfer nothingGarrett Regier2015-02-162-5/+32
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-244-4/+28
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-249-9/+187
* Refactor overrides import/modulesChristoph Reiter2015-01-245-120/+126
* Replace statically bound GLib.Variant.new_tuple() with GISimon Feltman2015-01-242-46/+5
* overrides: Add Gdk.EventTouch union discriminationSimon Feltman2015-01-242-0/+17
* tests: Update pixbuf loader test to not raise exception when closingSimon Feltman2015-01-031-0/+9
* PyGObjectFlags: Remove a trailing comma on the enum.Murray Cumming2014-12-021-1/+1
* Remove redefinitions of function and vfunc cache typedefsSimon Feltman2014-10-271-4/+4
* configure.ac: post release version bump to 3.15.0Simon Feltman2014-09-221-1/+1
* release 3.14.03.14.0Simon Feltman2014-09-221-0/+3
* configure.ac: pre release version bump to 3.14.0Simon Feltman2014-09-221-2/+2
* release 3.13.923.13.92Simon Feltman2014-09-151-0/+7
* tests: Add test for Gio.Application.add_main_option()Simon Feltman2014-09-121-0/+29
* Split test_everything.TestEverything.test_string() into multiple testsSimon Feltman2014-09-111-6/+19
* tests: Split array tests upSimon Feltman2014-09-111-5/+32
* tests: Split test_strv() into multiple testsSimon Feltman2014-09-111-1/+9
* Fix invalid read error in argument cleanup codeSimon Feltman2014-09-102-5/+9