summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid a silent long to int truncationpygobject-3-16Rui Matos2015-07-171-2/+2
* Fix test regression when xdg-user-dirs is not installed.Christoph Reiter2015-07-021-1/+1
* configure.ac: post-release version bump to 3.16.3Simon Feltman2015-06-151-1/+1
* release 3.16.23.16.2Simon Feltman2015-06-151-0/+4
* overrides: Provide _overrides_module attribute to make gst-python overrides w...Christoph Reiter2015-04-231-0/+7
* configure.ac: post release version bump to 3.16.2Simon Feltman2015-04-131-1/+1
* release 3.16.13.16.1Simon Feltman2015-04-131-0/+4
* overrides: Conditionalize touch override support in GdkSimon Feltman2015-04-131-5/+13
* configure.ac: post release version bump to 3.16.1Simon Feltman2015-03-291-1/+1
* 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
* tests: Increase num-callers for valgrind runsSimon Feltman2014-09-101-3/+20
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-085-7/+86
* Limit foreign struct checks to GI_INFO_TYPE_STRUCTSimon Feltman2014-09-082-5/+13
* tests: Add failing regression test for Gtk.TextBuffer.insert-text signalSimon Feltman2014-09-061-0/+19
* configure.ac: post release version bump to 3.13.92Simon Feltman2014-09-011-1/+1
* release 3.13.913.13.91Simon Feltman2014-09-011-0/+15
* docs: Skip "Constructors" header for anonymous structsSimon Feltman2014-09-012-3/+8
* docs: Fix error when using may_return_null()Simon Feltman2014-09-012-1/+6
* docs: Fix function doc string generator return typesSimon Feltman2014-08-292-3/+7