summaryrefslogtreecommitdiff
path: root/gtk/gtk.override
Commit message (Expand)AuthorAgeFilesLines
* Fix pygtk_main_watch_check, copied from pygobject/glib/pygmainloop.c:pyg_sign...Dieter Verfaillie2011-02-031-2/+3
* Fix GtkAssistant.set_forward_page_funcDieter Verfaillie2010-12-241-9/+15
* Bug 626375 - Fix build with Python 2.5Chenthill2010-08-121-2/+3
* gtk_main: fixed use of Python's SetWakeupFD APIPhilippe Normand2010-04-181-58/+56
* Manually wrap gtk.Clipboard.wait_for_urisGian Mario Tagliaretti2010-04-061-0/+27
* Manually wrap GtkWidget.set_allocationGian Mario Tagliaretti2010-04-051-0/+23
* Manually wrap GtkCellRenderer.get_alignment and GtkCellRenderer.get_paddingGian Mario Tagliaretti2010-04-051-0/+23
* Manually wrap gtk_hsv_to_rgb() and fix a mistake in previous manual wraps.Gian Mario Tagliaretti2010-04-041-6/+20
* Manually wrap gtk_hsv_get_metrics()Gian Mario Tagliaretti2010-04-041-0/+13
* Manually wrap gtk_hsv_get_color()Gian Mario Tagliaretti2010-04-041-0/+13
* Remove compiler warningsGian Mario Tagliaretti2009-08-131-2/+2
* Fix arg parsing format typo for gtk_toggle_button_new.John Finlay2009-07-171-1/+1
* Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message()Paul Pogonyshev2009-06-191-0/+1
* Modernize constructors of seven more typesPaul Pogonyshev2009-06-131-12/+10
* Don't free a string we don't ownPaul Pogonyshev2009-06-111-1/+2
* Plug reference leak on main signal watch sourcePaul Pogonyshev2009-05-081-4/+14
* Wrap gtk.Border attributes and constructorMariano Suárez-Alvarez2009-05-081-0/+1
* Wrap gtk.RcStyle attributesPaul Pogonyshev2009-05-081-0/+1
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Bug 309180 – gtk.MessageDialog exposes private attributesGian Mario Tagliaretti2009-02-221-0/+30
* Clean up GLib and GTK+ includes (GNOME Goal), patch by Przemysław Grzegorczy...Gian Mario Tagliaretti2009-01-301-1/+0
* clean up ignore section which contains lots of methods that don't exist while...Gian Mario Tagliaretti2009-01-281-11/+0
* Bug 524327 – Interactive PyGTKMichiel de Hoon2008-09-111-0/+50
* Bug 550754 – need to import GIO types from PyGObject packagePaul Pogonyshev2008-09-081-1/+3
* Bug 534658 – Avoid warning when compiling against Python 2.5 or olderPaul Pogonyshev2008-08-281-16/+17
* Add GTK+ 2.14 API, fixes #544777Gian Mario Tagliaretti2008-07-261-0/+1
* Fix to work also with integer 'socket_id' argument (bug #539365).Paul Pogonyshev2008-06-261-6/+2
* Check that argument is a subclass of gtk.MenuItem or gtk.ToolItemPaul Pogonyshev2008-06-221-18/+34
* Fix 'use_underline' being ignored if neither 'text' nor 'stock' is setPaul Pogonyshev2008-06-211-3/+1
* wrap gtk.show_about_dialog() fixes #167603 patch from Christopher AillonGian Mario Tagliaretti2008-06-101-0/+77
* Add a gtk.FileChooserDialog get_action method to workaround an issue with the...Gian Mario Tagliaretti2008-06-081-0/+16
* Allocate the right amount of memory for PySignalWatchSource, fixing memoryOwen Taylor2008-05-201-1/+1
* Revert wrong commit 2979Gian Mario Tagliaretti2008-05-181-74/+0
* gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #4...Gian Mario Tagliaretti2008-05-181-0/+74
* Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessaryJohan Dahlin2008-01-031-7/+59
* Typo fix from bug #475282.Paul Pogonyshev2007-11-031-1/+1
* Allow to set gtk.Bin.child in subclasses.Paul Pogonyshev2007-08-201-0/+18
* Fix PyArg_ParseTupleAndKeywords() call.Paul Pogonyshev2007-08-091-6/+12
* wrap gtk.IconTheme 2.12 APIGian Mario Tagliaretti2007-07-291-0/+78
* wrap gtk.CellLayout.get_cell and alllow None in gtk_entry_set_cursor_hadjustmentGian Mario Tagliaretti2007-07-271-0/+22
* wrap gtk.ScaleButton constructor and set_icon(), fix a couple of None paramet...Gian Mario Tagliaretti2007-07-261-0/+98
* wrap a couple of gtk.Builder methods, new builder exampleGian Mario Tagliaretti2007-07-171-0/+1
* Do not access GtkTooltips->tips_data_list, just return an empty listJohan Dahlin2007-06-241-20/+1
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-031-21/+26
* Declare variable at start of code blockJohn Ehresman2006-09-121-1/+2
* _wrap_gtk_print_context_get_cairo_context fixGustavo J. A. M. Carneiro2006-07-281-3/+3
* bug #348937: 100ms timeouts in pygtkGustavo J. A. M. Carneiro2006-07-271-1/+70
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-231-2/+0
* Ignore. #341633 (Johan Dahlin)John Finlay2006-07-201-0/+4
* Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath,John Finlay2006-07-131-0/+90