summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* Drop legacy __gobject_init__ method of GObject.Object.Steve Frécinaux2011-09-131-11/+0
* AM_CHECK_PYTHON_LIBS does not work for lib64Dieter Verfaillie2011-09-133-6/+21
* cast params for PyObject_IsInstance to suppress warningsJohn (J5) Palmieri2011-09-131-2/+2
* check if object is actually a PyGFlag before trying to access g_typeJohn (J5) Palmieri2011-09-131-2/+2
* fix regression - add instance type checks since Py3 no longer does this for usJohn (J5) Palmieri2011-09-131-2/+19
* refactor in/out marshalling to be to_py/from_pyJohn (J5) Palmieri2011-09-1212-1226/+1267
* Refactor and clean Makefile.am filesDieter Verfaillie2011-09-095-112/+162
* Remove all PLATFORM_VERSION = 2.0 tracesDieter Verfaillie2011-09-093-4/+0
* Remove gi/tests/ directory as all the tests now live in tests/Dieter Verfaillie2011-09-092-45/+0
* overrides: add constants for atomsIgnacio Casal Quinteiro2011-09-061-0/+49
* Drop pygobject_construct() from public API.Steve Frécinaux2011-09-013-103/+26
* support skip annotation for return valuesJohn (J5) Palmieri2011-08-303-18/+32
* Drop support for old constructor style.Steve Frécinaux2011-08-266-54/+0
* Drop support for sink functions.Steve Frécinaux2011-08-263-58/+0
* Reinstate copying of in-line structs in arraysMike Gorse2011-08-251-1/+7
* fix inline struct array handlingJohn (J5) Palmieri2011-08-251-14/+9
* Added support for __setitem__ to TreeModel and support for slices to TreeMode...Sebastian Pölsterl2011-08-241-2/+24
* don't calculate item_size using is_pointerJohn (J5) Palmieri2011-08-181-6/+2
* Add override for GLib.Variant.split_signature()Martin Pitt2011-08-161-0/+50
* Install pygobject.h again.Ignacio Casal Quinteiro2011-08-151-1/+4
* pass exta keywords to the Box constructorJohn (J5) Palmieri2011-08-141-2/+2
* add (Tree|List)Store set method overrideJohn (J5) Palmieri2011-08-131-0/+50
* only support C pointer arrays for structs and objectsJohn (J5) Palmieri2011-08-131-1/+1
* revert Gtk.Window override because it causes issues with subclassesJohn (J5) Palmieri2011-08-131-9/+0
* take GIL in _pygi_invoke_closure_free (bug #647016)Jonathan Matthew2011-08-131-0/+3
* Add a default parameter to GtkTreeModel.filter_newJohan Dahlin2011-08-131-0/+3
* Add vbox/action_area propertiesJohan Dahlin2011-08-131-0/+3
* Add a couple of constructorsJohan Dahlin2011-08-131-0/+40
* Do not always pass in user_data to callbacks.Johan Dahlin2011-08-131-3/+12
* Add a default detail value for Widget.render_iconJohan Dahlin2011-08-131-0/+3
* Add an override for Gdk.color_parse()Johan Dahlin2011-08-131-0/+8
* Support function calling with keyword arguments in invoke.Laszlo Pandy2011-08-134-11/+206
* remove references to deprecated GI_INFO_TYPE_ERROR_DOMAINJohn (J5) Palmieri2011-08-131-5/+0
* Fix gobject vs. gi.repository warningMartin Pitt2011-08-111-4/+4
* make GObject and GLib able to take overridesJohn (J5) Palmieri2011-08-112-65/+64
* avoid dependency issue by importing the internal gobjectJohn (J5) Palmieri2011-08-111-1/+1
* add DynamicGLibModule which works like DynamicGObjectModuleJohn (J5) Palmieri2011-08-112-5/+34
* refactor, add objects and types to the correct internal moduleJohn (J5) Palmieri2011-08-117-40/+40
* rename the pyglib shared library so we don't load the old oneJohn (J5) Palmieri2011-08-113-7/+7
* refactor the internal _glib module to import correct modulesJohn (J5) Palmieri2011-08-114-17/+18
* refactor to use the new internal _glib and _gobject modulesJohn (J5) Palmieri2011-08-116-25/+29
* refactor gi module to import and use internal _gobject moduleJohn (J5) Palmieri2011-08-116-28/+27
* move the static bits internal to gi and refactor build filesJohn (J5) Palmieri2011-08-1147-3/+16167
* introspection is no longer optionalJohn (J5) Palmieri2011-08-111-37/+0
* [gi] Handle GVariants from callback return valuesMartin Pitt2011-08-111-2/+4
* Handle GVariants for callback argumentsMartin Pitt2011-08-101-0/+7
* [gi] Fix crash: check return value of _invoke_state_init_from_callable_cache(...Laszlo Pandy2011-08-081-1/+3
* [gi] Pass gtype as first parameter to vfuncs (instead of using kwargs).Laszlo Pandy2011-08-072-15/+19
* remove some left over ifdefs to complete merge of the invoke-rewrite branchJohn (J5) Palmieri2011-07-184-10/+1
* rename pygi-invoke-ng to pygi-invokeJohn (J5) Palmieri2011-07-182-1/+2