summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid a silent long to int truncationpygobject-3-14Rui Matos2015-07-171-2/+2
* Remove redefinitions of function and vfunc cache typedefsSimon Feltman2014-10-271-4/+4
* configure.ac: post release version bump to 3.14.1Simon 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
* Special case signal output arguments which are structs as pass-by-referenceSimon Feltman2014-08-292-6/+59
* Ignore closure callbacks when Python is not initializedSimon Feltman2014-08-271-0/+7
* Change boxed init with args to warn instead of raiseChristoph Reiter2014-08-222-3/+15
* tests: Add test for GLib.spawn_async_with_pipes()Simon Feltman2014-08-222-1/+18
* Revert "Replace statically bound GLib.Variant.new_tuple() with GI"Simon Feltman2014-08-212-5/+46
* Fix crash in GList/GSList marshaling error handling path.Christoph Reiter2014-08-212-2/+18
* Replace statically bound GLib.Variant.new_tuple() with GISimon Feltman2014-08-212-46/+5
* Fix reference counting problems with GLib.Variant.new_tuple()Simon Feltman2014-08-212-0/+8
* configure.ac: Fix darwin buildsSimon Feltman2014-08-211-19/+11
* Skip marshalling NULL output arguments in Python closuresSimon Feltman2014-08-201-1/+2
* configure.ac: post release version bump to 3.13.91Simon Feltman2014-08-181-1/+1
* release 3.13.903.13.90Simon Feltman2014-08-181-0/+15
* configure.ac: pre release version bump to 3.13.90Simon Feltman2014-08-181-1/+1
* gtk-demo: Don't use deprecated constructor for Gtk.LabelSimon Feltman2014-08-181-1/+1
* Fast path Python Property getter when accessed through GObject interfacesSimon Feltman2014-08-183-15/+34
* Fast path Python Property getter when accessing descriptor directlySimon Feltman2014-08-181-4/+15
* Don't use GI type for determining pointer extraction from GValuesSimon Feltman2014-08-181-6/+4
* Fast path property access for basic typesSimon Feltman2014-08-172-8/+27
* Break pyg_value_as_pyobject into two functionsSimon Feltman2014-08-172-12/+68
* Unify property gettersSimon Feltman2014-08-174-147/+77
* Merge pygi_get_property_value and _pygi_argument_from_g_valueSimon Feltman2014-08-172-136/+28
* Never dup data structures when marshaling signal in argumentsSimon Feltman2014-08-172-4/+4
* Never dup data structures when marshaling from g_object_get_property()Simon Feltman2014-08-171-17/+7
* Refactor boxed wrapper memory management strategySimon Feltman2014-08-179-27/+140
* Replace GObject.signal_query with introspected versionSimon Feltman2014-08-172-107/+21
* Use array lengths specified on struct fieldsSimon Feltman2014-08-173-9/+68
* Refactor signal array length marshalling to support a length policySimon Feltman2014-08-173-28/+64
* Remove dead code for marshalling array lengths in the context of vfuncsSimon Feltman2014-08-171-15/+9
* Fix memory leak with unboxed caller allocated structsSimon Feltman2014-08-171-1/+1
* tests: Add reference count test for signal connection argumentsSimon Feltman2014-08-161-0/+133