summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* Add context management to freeze_notify() and handler_block().Simon Feltman2012-04-091-8/+130
* Add support for GFlags propertiesMartin Pitt2012-04-041-2/+7
* Wrap GLib.Source.is_destroyed() methodMartin Pitt2012-04-041-0/+15
* Fix error message when trying to override a non-GI classMartin Pitt2012-04-041-3/+4
* Fix segfault when accessing __grefcount__ before creating the GObjectSteve Frécinaux2012-04-041-0/+4
* Do not bind gobject_get_data() and gobject_set_data()Steve Frécinaux2012-04-041-40/+0
* Add a ccallback type which is used to invoke callbacks passed to a vfuncJohn (J5) Palmieri2012-03-2714-41/+296
* Fix "distcheck" and tests with out-of-tree buildsMartin Pitt2012-03-265-6/+52
* PEP8: Add spaces before #Johan Dahlin2012-03-225-11/+11
* PEP8: Remove whitespace before (Johan Dahlin2012-03-223-5/+5
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-2214-15/+110
* PEP8: Remove spaces around = for keyword argumentsJohan Dahlin2012-03-222-2/+2
* PEP8: Remove trailing ;Johan Dahlin2012-03-221-2/+2
* Remove all tabs and fix indentationJohan Dahlin2012-03-2211-114/+108
* Add GtkComboBoxEntry compatibilityPaolo Borelli2012-03-221-0/+19
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-2112-36/+289
* Support marshalling GI_TYPE_TAG_INTERFACEAlberto Mardegan2012-03-212-2/+4
* Fix warnings on None values in added tree/list store rowsMartin Pitt2012-03-211-12/+14
* Correct Gtk.TreePath.__iter__ to work with Python 3Johan Dahlin2012-03-191-1/+1
* Fix pygtkcompat.py to work with Python 3Martin Pitt2012-03-191-5/+15
* pygtkcompat: Remove first argument for get_origin()Johan Dahlin2012-03-191-0/+5
* GtkViewport: Add a default values for the adjustment constructor parametersJohan Dahlin2012-03-191-0/+10
* GtkIconSet: Add a default value for the pixbuf constructor parameterJohan Dahlin2012-03-191-0/+11
* PangoLayout: Add a default value for set_markup()Johan Dahlin2012-03-191-0/+3
* Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameterJohan Dahlin2012-03-191-0/+15
* GtkToolButton: Add a default value for the stock_id constructor parameterJohan Dahlin2012-03-191-0/+10
* GtkIconView: Add a default value for the model constructor parameterJohan Dahlin2012-03-191-0/+3
* Add a default value for column in Gtk.TreeView.get_cell_area()Johan Dahlin2012-03-191-0/+5
* Atomic inserts in Gtk.{List,Tree}Store overridesMartin Pitt2012-03-191-31/+50
* Fix Gtk.Button constructor to accept use_stock parameterMartin Pitt2012-03-181-3/+1
* Correct bad rebase, remove duplicate WindowJohan Dahlin2012-03-161-7/+0
* Add a PyGTK compatibility layerJohan Dahlin2012-03-162-1/+423
* Add bw-compatible arguments to Gtk.AdjustmentJohan Dahlin2012-03-161-1/+7
* GtkTreePath: make it iterableJohan Dahlin2012-03-161-0/+3
* Add a default argument to TreeModelFilter.set_visible_func()Johan Dahlin2012-03-161-0/+14
* Add a default argument to Gtk.TreeView.set_cursorJohan Dahlin2012-03-161-0/+4
* Add a default argument to Pango.Context.get_metrics()Johan Dahlin2012-03-161-0/+9
* Fix double-freeing GValues in arraysMartin Pitt2012-03-161-1/+6
* Renamed "property" class to "Property"Simon Feltman2012-03-162-9/+10
* Fix Python to C marshalling of GValue arraysMartin Pitt2012-03-162-6/+26
* Correct the Gtk.Window hierarchyJohan Dahlin2012-03-161-28/+28
* Renamed getter/setter instance attributes to fget/fset respectively.simon2012-03-152-21/+48
* Add Gtk.Arrow/Gtk.Window constructor overrideJohan Dahlin2012-03-141-0/+17
* Fix marshalling to/from Python to work on big endian machines.Michel Dänzer2012-03-093-16/+60
* Use gi_cclosure_marshal_generic instead of duplicating it.Michel Dänzer2012-03-084-241/+3
* Override Gtk.TreeView.get_visible_range to fix returnRené Stadler2012-03-051-0/+5
* Plug memory leak in _is_union_memberPaolo Borelli2012-03-041-6/+3
* Don't use C99 styleSebastian Pölsterl2012-02-181-1/+2
* Drop obsolete g_thread_init()Martin Pitt2012-02-151-3/+0
* Fix deprecated g_source_get_current_time()Martin Pitt2012-02-151-3/+1