summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.20.03.20.0Simon Feltman2016-03-211-0/+2
* configure.ac: pre-release version bump to 3.20.0Simon Feltman2016-03-211-2/+2
* release 3.19.923.19.92Simon Feltman2016-03-151-0/+2
* post-release version bump to 3.19.92Simon Feltman2016-03-011-1/+1
* release 3.19.913.19.91Simon Feltman2016-03-011-0/+11
* tests: check passing Boxed type in GValue as function parametersThibault Saunier2016-03-014-2/+80
* gerror: Add special case marshaling for boxing GErrorsSimon Feltman2016-03-015-1/+52
* gerror: Add support for marshaling GError from Python to CSimon Feltman2016-03-013-42/+123
* gerror: Add "_to_py" suffix to pygi_error_marshalSimon Feltman2016-03-012-5/+5
* Some error handling/reporting fixes.Christoph Reiter2016-02-293-7/+27
* GVariant: Don't use pyg_boxed_new as GVariant isn't a PyGBoxed but a PyGIStruct.Christoph Reiter2016-02-293-1/+39
* pygi-value: special case for NULL GValueArrayMikhail Fludkov2016-02-202-2/+9
* post-release version bump to 3.19.91Simon Feltman2016-02-201-1/+1
* release 3.19.903.19.90Simon Feltman2016-02-201-0/+9
* pre-release version bump to 3.19.90Simon Feltman2016-02-201-1/+1
* tests: Set the active style context state before retrieving valuesSimon Feltman2016-02-201-0/+1
* tests: Fix crash with empty drag source icon namesSimon Feltman2016-02-201-2/+2
* Try to import GdkX11 in Gdk overridesChristoph Reiter2015-11-141-1/+10
* Fix import warnings pointing to the wrong code with CPython 3.3/3.5Christoph Reiter2015-11-122-5/+27
* Bump automake version to 1.12.6Christoph Reiter2015-11-012-162/+3
* post-release version bump to 3.19.3Simon Feltman2015-10-311-1/+1
* release 3.19.23.19.2Simon Feltman2015-10-311-0/+7
* tests: Fix failure due to new GTK+ warning regarding size_allocate()Simon Feltman2015-10-311-0/+1
* Fix build warnings regarding _POSIX_C_SOURCE redefinitionSimon Feltman2015-10-3110-6/+10
* Drop -std=c90 for nowMatthias Clasen2015-10-301-9/+0
* configure.ac: post release version bump to 3.19.2Christoph Reiter2015-10-301-1/+1
* release 3.19.13.19.1Christoph Reiter2015-10-301-0/+20
* Use a named tuple for returning multiple valuesChristoph Reiter2015-10-2711-17/+543
* enum/flags: use gir info for type names and __repr__ instead of the gtype nameChristoph Reiter2015-10-275-31/+139
* Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStructChristoph Reiter2015-10-274-45/+113
* Don't leak internal RepositoryError on import.Christoph Reiter2015-10-262-2/+9
* Import dependencies when importing typelibs from gi.repositoryChristoph Reiter2015-10-264-1/+69
* Fix Gdk.rectangle_intersect/rectangle_union missing with GTK+ 3.18Christoph Reiter2015-10-112-0/+17
* Don't import inspect at module levelChristoph Reiter2015-10-041-1/+2
* invoke state: add a free memory cache for PyGIInvokeArgStateChristoph Reiter2015-09-273-10/+61
* invoke/closure: reduce g_slice_alloc usageChristoph Reiter2015-09-275-113/+86
* pep8: ignore new errors reported by pep8 1.6Christoph Reiter2015-09-271-1/+1
* Bump g-i dependency to latest stable Garrett Regier2015-09-222-2/+2
* Avoid calling g_slist_length() during invokeGarrett Regier2015-09-221-2/+1
* Simplify closure_convert_arguments()Garrett Regier2015-09-221-36/+29
* Remove a level of indentation in convert_ffi_arguments()Garrett Regier2015-09-221-71/+67
* Prevent passing the user data multiple times to callbacksGarrett Regier2015-09-223-6/+29
* Support throwing exceptions in closuresGarrett Regier2015-09-222-47/+88
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-09-224-78/+54
* configure.ac: post release version bump to 3.19.1Garrett Regier2015-09-221-2/+2
* Release 3.18.03.18.0Garrett Regier2015-09-222-2/+4
* configure.ac: post-release version bump to 3.17.91Simon Feltman2015-08-191-1/+1
* release 3.17.903.17.90Simon Feltman2015-08-191-0/+14
* configure.ac: pre-release version bump to 3.17.90Simon Feltman2015-08-191-1/+1
* Allow passing unicode lists to GStrv properties on Python 2Christoph Reiter2015-07-172-10/+39