summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* Fix Gdk.rectangle_intersect/rectangle_union missing with GTK+ 3.18Christoph Reiter2015-10-111-0/+8
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-10-112-69/+43
* Allow passing unicode lists to GStrv properties on Python 2Christoph Reiter2015-07-171-9/+32
* Avoid a silent long to int truncationRui Matos2015-07-171-2/+2
* Handle gtype marshallingMathieu Bridon2015-07-051-0/+5
* pygi-foreign-cairo.c: fix include for py3cairo.hDaniel Hahler2015-07-031-1/+1
* Fix gcc warning regarding uninitialized use of variableChristoph Reiter2015-07-021-1/+3
* Explicitly check if an override exists instead of ImportErrorGarrett Regier2015-06-211-2/+15
* Add gi.PyGIWarning and use it instead of PyGIDeprecationWarning in case the v...Christoph Reiter2015-06-023-1/+10
* 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-303-653/+75
* pygi-argument: Remove unused imports/includesChristoph Reiter2015-03-303-10/+0
* Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc. deprecated.Christoph Reiter2015-03-032-1/+15
* Emit PyGIDeprecationWarning when accessing deprecated override attributes.Christoph Reiter2015-03-033-57/+151
* Add namespace and container name to callable cache and include them in all wa...Christoph Reiter2015-03-034-18/+71
* Avoid duping filenames when marshalling from Python to CGarrett Regier2015-03-011-6/+6
* Ignore deprecation warning for g_option_group_free()Simon Feltman2015-02-201-1/+4
* Avoid copying bytearrays from Python to C when transfer nothingGarrett Regier2015-02-161-4/+19
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-242-1/+16
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-242-2/+132
* Refactor overrides import/modulesChristoph Reiter2015-01-243-109/+101
* Replace statically bound GLib.Variant.new_tuple() with GISimon Feltman2015-01-242-46/+5
* overrides: Add Gdk.EventTouch union discriminationSimon Feltman2015-01-241-0/+5
* 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
* Fix invalid read error in argument cleanup codeSimon Feltman2014-09-102-5/+9
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-083-6/+59
* Limit foreign struct checks to GI_INFO_TYPE_STRUCTSimon Feltman2014-09-082-5/+13
* docs: Skip "Constructors" header for anonymous structsSimon Feltman2014-09-011-2/+6
* docs: Fix error when using may_return_null()Simon Feltman2014-09-011-1/+2
* docs: Fix function doc string generator return typesSimon Feltman2014-08-291-1/+1
* Special case signal output arguments which are structs as pass-by-referenceSimon Feltman2014-08-291-6/+35
* 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-221-1/+4
* 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-211-2/+2
* 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-211-0/+1
* Skip marshalling NULL output arguments in Python closuresSimon Feltman2014-08-201-1/+2
* 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-173-109/+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