summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* [gi] marshal raw closuresJohn (J5) Palmieri2011-03-211-5/+10
* Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES"Martin Pitt2011-03-211-3/+1
* [gi-overrides] fix marshalling pygobjects in treemodelsJohn (J5) Palmieri2011-03-161-4/+5
* [gi] Respect the MessageType for Gtk.MessageDialogMartin Pitt2011-03-161-0/+1
* [gi] Do not require signature for D-BUS methods without argumentsMartin Pitt2011-03-151-1/+15
* [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be NoneJohn Stowers2011-03-101-0/+2
* [gi-overrides] fix exception block so it works in Python 2.5John (J5) Palmieri2011-03-091-1/+4
* [gi-overrides] handle unichar gvalues when setting treemodelsJohn (J5) Palmieri2011-03-041-0/+10
* [gi-overrides] special case python 2 keywords that crept inJohn (J5) Palmieri2011-03-041-1/+5
* [gi] wrap the keyword argument in a dict so we don't break Python 2.5John (J5) Palmieri2011-03-031-1/+1
* [gi-overrides] add an override for Gdk.RGBAJohn (J5) Palmieri2011-03-031-0/+18
* [gi] wrap map in a list for Python 3 compatJohn (J5) Palmieri2011-03-031-1/+1
* [gi] remove unref for closures since they are floating objects that get sunkJohn (J5) Palmieri2011-03-031-6/+0
* Fix uninitialized variable in gi.require_version()Martin Pitt2011-03-021-1/+2
* [gi-overrides] override Gtk.stock_lookup to not return successJohn (J5) Palmieri2011-02-281-0/+9
* Skip interfaces when checking for conflicts in the MROTomeu Vizoso2011-02-281-0/+40
* [gi-overrides] Add event methods to all event union membersJohn (J5) Palmieri2011-02-281-0/+70
* [gi] check to see if object is a member of a union when validating paramatersJohn (J5) Palmieri2011-02-281-0/+38
* [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs.Laszlo Pandy2011-02-242-2/+2
* Test case with John's fix for crash with C arrays and a GError is set.Laszlo Pandy2011-02-241-4/+50
* [gi-overrides] fix setting rows in treeview to accept None as a valueJohn (J5) Palmieri2011-02-231-0/+3
* [gi] Add value_name for enum and flags from introspection "c:identifier" (if ...Laszlo Pandy2011-02-231-4/+18
* Don't force loading of DynamicModule until set in sys.modulesLaszlo Pandy2011-02-231-1/+1
* Load typelibs at import time, add gi.require_version()Tomeu Vizoso2011-02-224-18/+56
* use GValue support to marshal GtkTreeModel values correctlyJohn (J5) Palmieri2011-02-221-4/+33
* [gi] pass raw GValues instead of trying to marshal themJohn (J5) Palmieri2011-02-221-6/+18
* [gi] Register GType for non-GType enums and flags at runtime.Laszlo Pandy2011-02-224-25/+147
* [gi] Add Pythonic gdbus method invocationMartin Pitt2011-02-191-0/+99
* Skip GError out parameters in Python closure.Laszlo Pandy2011-02-191-0/+8
* [gi-overrides] add cursor overridesJohn (J5) Palmieri2011-02-161-0/+41
* [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargsJohn (J5) Palmieri2011-02-161-4/+2
* [GI] Remove implicit loading of gi module preserve the code path for static b...Laszlo Pandy2011-02-151-2/+8
* [gi-overrides] fix typo in GtkTable constructorJohn (J5) Palmieri2011-02-151-4/+4
* [gi-overrides] add a Gtk.Menu override for the popup methodJohn (J5) Palmieri2011-02-151-0/+7
* Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-148-0/+416
* [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleIntJohn (J5) Palmieri2011-02-141-0/+5
* [gi-overrides] let user set the proper property names in Gtk.TableJohn (J5) Palmieri2011-02-141-0/+8
* Decrease the refcount for GInitiallyUnowned constructors.Steve Frécinaux2011-02-091-0/+4
* [gi] Provide comfortable GSettings APIMartin Pitt2011-02-081-0/+54
* Fix vfunc search bug when using GInterfaces and a do_* method.Laszlo Pandy2011-02-041-1/+3
* [python 3] use the right syntaxis to raise exceptionsIgnacio Casal Quinteiro2011-02-021-1/+1
* [gi] return PYGLIB_MODULE_ERROR_RETURN on errorIgnacio Casal Quinteiro2011-02-021-3/+3
* Gdk.Window: Map the standard constructor to the *new* constructorSimon Schampijer2011-02-011-0/+6
* [gi] Provide GtkTextBuffer.insert_with_tags_by_name()Martin Pitt2011-01-281-5/+14
* [gi] Support tag names in GtkTextBuffer.insert_with_tags()Martin Pitt2011-01-271-0/+5
* Remove .gitignore files and use git.mkIgnacio Casal Quinteiro2011-01-275-40/+8
* [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocolJohn (J5) Palmieri2011-01-261-1/+5
* [gi] python 3 fixesJohn (J5) Palmieri2011-01-262-9/+12
* [gi] fix try/except blocks using depricated raise formatJohn (J5) Palmieri2011-01-262-3/+3
* [gi] Add docstring to GLib.Variant constructorMartin Pitt2011-01-261-0/+11