summaryrefslogtreecommitdiff
path: root/gi/overrides/Gtk.py
Commit message (Expand)AuthorAgeFilesLines
* [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-overrides] TreeViewColumn.set_cell_data_func func_data can be NoneJohn Stowers2011-03-101-0/+2
* [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-overrides] override Gtk.stock_lookup to not return successJohn (J5) Palmieri2011-02-281-0/+9
* [gi-overrides] fix setting rows in treeview to accept None as a valueJohn (J5) Palmieri2011-02-231-0/+3
* use GValue support to marshal GtkTreeModel values correctlyJohn (J5) Palmieri2011-02-221-4/+33
* [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargsJohn (J5) Palmieri2011-02-161-4/+2
* [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
* [gi-overrides] let user set the proper property names in Gtk.TableJohn (J5) Palmieri2011-02-141-0/+8
* [python 3] use the right syntaxis to raise exceptionsIgnacio Casal Quinteiro2011-02-021-1/+1
* [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
* [gi] Update TreeView.enable_model_drag_{source,dest} to current GTKMartin Pitt2011-01-201-2/+0
* Modify override for Gtk.Adjustment to allow position or keyword arguments in ...Laszlo Pandy2011-01-201-2/+12
* [gi] Fixed typo in exceptionSebastian Pölsterl2011-01-191-1/+1
* Remove trailing whitespace from gi/overrides/Gtk.pyLaszlo Pandy2011-01-181-5/+5
* GTK overrides: Do type conversion to column types of ListStore and TreeStore ...Sebastian Pölsterl2011-01-181-10/+18
* The tags can be Empty not None.Ignacio Casal Quinteiro2011-01-181-1/+1
* Add override for gtk_text_buffer_insert_with_tagsIgnacio Casal Quinteiro2011-01-181-0/+12
* Revert "Override Gtk.Box.pack_start and pack_end to set default values to be ...Sebastian Pölsterl2011-01-171-10/+0
* Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values...Sebastian Pölsterl2011-01-171-11/+2
* Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_fu...Sebastian Pölsterl2011-01-171-9/+0
* Override TreeSortable.set_sort_func and set_default_sort_func to add default ...Sebastian Pölsterl2011-01-171-0/+6
* Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to ad...Sebastian Pölsterl2011-01-171-0/+9
* Override Gtk.CellLayout.pack_start and pack_end to add default values to be c...Sebastian Pölsterl2011-01-171-2/+11
* Override Gtk.Paned pack1 and pack2 to add default values to be compliant with...Sebastian Pölsterl2011-01-171-0/+10
* Override Gtk.Box.pack_start and pack_end to set default values to be complian...Sebastian Pölsterl2011-01-171-0/+10
* Fix handling of unicode for GtkTreeModelsMartin Pitt2011-01-171-1/+1
* In IntrospectionModule and DynamicModule classes, make all instance attribute...Laszlo Pandy2011-01-171-1/+1
* Override Table.attach() to behave like pygtkPaolo Borelli2011-01-161-0/+3
* Allow comparing Gtk.TreePath to NoneJesse van den Kieboom2010-12-201-6/+6
* Override Gtk.ScrolledWindow constructorPaolo Borelli2010-12-121-0/+7
* Override GtkAction and GtkRadioAction constructors.Paolo Borelli2010-12-101-3/+17
* Override Adjustment constructor to behave like pygtkDmitrijs Ledkovs2010-12-091-0/+7
* add secondary_text apis to MessageDialogJohn (J5) Palmieri2010-12-091-0/+8
* [gi] get rid of some debug prints and fix error messagesJohn (J5) Palmieri2010-12-081-4/+3
* Fix Gtk.Label(label="Foo")Paolo Borelli2010-12-081-2/+2
* Override LinkButton constructor to make 'uri' mandatoryPaolo Borelli2010-12-071-0/+7
* Container should be iterable.Dmitry Morozov2010-12-071-0/+9
* No need to import GdkPaolo Borelli2010-12-071-1/+0
* Remove semicolumnsPaolo Borelli2010-12-071-4/+3
* [gi] make sure Gtk.Button override passes all keywords to parent constructorJohn (J5) Palmieri2010-12-061-2/+2
* Fix cut&paste error in the Label overridePaolo Borelli2010-12-051-1/+1
* Override Label constructor to behave like pygtkPaolo Borelli2010-12-041-0/+7
* Override GtkTable constructor to behave like pygtkPaolo Borelli2010-12-041-0/+7
* Gtk: add an override for Gtk.main_quitJohan Dahlin2010-12-031-1/+4
* [gi] handle subtypes when inserting into tree modelsJohn (J5) Palmieri2010-12-031-2/+36