summaryrefslogtreecommitdiff
path: root/gtk/gtk.override
Commit message (Collapse)AuthorAgeFilesLines
* Fix pygtk_main_watch_check, copied from ↵Dieter Verfaillie2011-02-031-2/+3
| | | | | | pygobject/glib/pygmainloop.c:pyg_signal_watch_check. Fixes bug 640738 and 638780.
* Fix GtkAssistant.set_forward_page_funcDieter Verfaillie2010-12-241-9/+15
| | | | | * Allow passing None to set default func. * Fixes bug 625603
* 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
| | | | I backported the last patch from Bug 481569.
* 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
| | | | make the compiler not complaining about strings not properly formatted
* 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
| | | | | | Avoids hiding gtk.Container method with the same name. It is still possible to use remove() to operate on messages, but in this case there will be a deprecation warning. Fixes bug #564587.
* Modernize constructors of seven more typesPaul Pogonyshev2009-06-131-12/+10
| | | | | | Make and/or just mark constructors of gtk.ImageMenuItem, gtk.LinkButton, gtk.TreeViewColumn, gtk.ListStore, gtk.TreeStore, gtk.TextMark and gtk.MountOperation new-style. Part of bug #583777.
* Don't free a string we don't ownPaul Pogonyshev2009-06-111-1/+2
| | | | Fixes bug #585458.
* Plug reference leak on main signal watch sourcePaul Pogonyshev2009-05-081-4/+14
| | | | | Additionally rename pygtk_signal_watch_finalize() to pygtk_main_watch_finalize() for consistency. Fixes bug #579406.
* Wrap gtk.Border attributes and constructorMariano Suárez-Alvarez2009-05-081-0/+1
| | | | Closes bug #414779.
* Wrap gtk.RcStyle attributesPaul Pogonyshev2009-05-081-0/+1
| | | | Closes bug #421196.
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-30 Tobias Mueller <tobiasmue@gnome.org> Update the address of the FSF by replacing old bits with new ones. Fixes bug 577154. * pango.override: * atkrectangle.override: * ltihooks.py: * gtk/libglade.override: * gtk/gdkcolor.override: * gtk/gdk.override: * gtk/deprecation.py: * gtk/__init__.py: * gtk/_lazyutils.py: * gtk/gdkdraw.override: * gtk/gtk.override: * gtk/gtkcontainer.override: * gtk/gtkwidget.override: * gtk/gtkobject-support.c: * gtk/gtkiconview.override: * gtk/gtk-types.c: * gtk/gtkbuilder.override: * gtk/gdkwindow.override: * gtk/gtktreeview.override: * gtk/pygtktreemodel.c: * gtk/gtkunixprint.override: * gtk/gtkstyle.override: * gtk/gdkevent.override: * gtk/pygtktreemodel.h: * gtk/gtkctree.override: * gtk/libglademodule.c: * gtk/gtkwindow.override: * gtk/keysyms.py: * gtk/gdkgc.override: * gtk/gtkunixprintmodule.c: * gtk/gdkpixbuf.override: * gtk/gdkcairo.override: * gtk/gtkclist.override: * gtk/gtktextview.override: * gtk/pygtkcellrenderer.c: * gtk/gdkrectangle.override: * gtk/compat.py: * gtk/pygtkcellrenderer.h: * gtk/gtkmodule.c: * pangomodule.c: * atk.override: * COPYING: * pangocairomodule.c: * atkmodule.c: svn path=/trunk/; revision=3120
* Bug 309180 – gtk.MessageDialog exposes private attributesGian Mario Tagliaretti2009-02-221-0/+30
| | | | | | | | | | | 2009-02-22 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 309180 – gtk.MessageDialog exposes private attributes * gtk/gtk.override: add deprecation warnings using private attributes. svn path=/trunk/; revision=3089
* Clean up GLib and GTK+ includes (GNOME Goal), patch by Przemysław ↵Gian Mario Tagliaretti2009-01-301-1/+0
| | | | | | Grzegorczyk, fixes #563717 svn path=/trunk/; revision=3077
* clean up ignore section which contains lots of methods that don't exist ↵Gian Mario Tagliaretti2009-01-281-11/+0
| | | | | | while closing the bug by removing (gtk_accel_groups_activate) from ignore. Fixes #566493 svn path=/trunk/; revision=3076
* Bug 524327 – Interactive PyGTKMichiel de Hoon2008-09-111-0/+50
| | | | | | | | | | | | | 2008-09-11 Michiel de Hoon <mjldehoon@yahoo.com> Bug 524327 – Interactive PyGTK * gtk/gtk.override (_main_quit, _loop, _wrap_set_interactive): New functions. * gtk/__init__.py: Make PyGTK interactive. svn path=/trunk/; revision=3042
* Bug 550754 – need to import GIO types from PyGObject packagePaul Pogonyshev2008-09-081-1/+3
| | | | | | | | | | | | | | | | | | | 2008-09-08 Paul Pogonyshev <pogonyshev@gmx.net> Bug 550754 – need to import GIO types from PyGObject package * configure.ac: Determine if `gio-types.defs' is installed as part of PyGObject. * gtk/Makefile.am: Use it to register GIO types if installed. * gtk/gdk.override: Make gio.AppLaunchContext import conditional. Add conditional import of gio.Icon. * gtk/gtk.override: Make gio.MountOperation import conditional. Add conditional imports of gio.File and gio.Icon. svn path=/trunk/; revision=3037
* Bug 534658 – Avoid warning when compiling against Python 2.5 or olderPaul Pogonyshev2008-08-281-16/+17
| | | | | | | | | | | 2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> Bug 534658 – Avoid warning when compiling against Python 2.5 or older * gtk/gtk.override (pygtk_main_watch_prepare): Avoid GCC warning. svn path=/trunk/; revision=3028
* Add GTK+ 2.14 API, fixes #544777Gian Mario Tagliaretti2008-07-261-0/+1
| | | | svn path=/trunk/; revision=3010
* Fix to work also with integer 'socket_id' argument (bug #539365).Paul Pogonyshev2008-06-261-6/+2
| | | | | | | | | | | | 2008-06-26 Paul Pogonyshev <pogonyshev@gmx.net> * gtk/gtk.override (_wrap_gtk_plug_new): Fix to work also with integer 'socket_id' argument (bug #539365). * tests/Makefile.am: * tests/test_plug.py: New test file. svn path=/trunk/; revision=3001
* Check that argument is a subclass of gtk.MenuItem or gtk.ToolItemPaul Pogonyshev2008-06-221-18/+34
| | | | | | | | | | | | | | 2008-06-22 Paul Pogonyshev <pogonyshev@gmx.net> * gtk/gtk.override (_wrap_gtk_action_set_menu_item_type) (_wrap_gtk_action_set_tool_item_type): Check that argument is a subclass of gtk.MenuItem or gtk.ToolItem correspondingly (bug #533644). * tests/test_actiongroup.py (ActionTest.testSetItemClasses): New test for the added type check. svn path=/trunk/; revision=2997
* Fix 'use_underline' being ignored if neither 'text' nor 'stock' is setPaul Pogonyshev2008-06-211-3/+1
| | | | | | | | | | | | 2008-06-21 Paul Pogonyshev <pogonyshev@gmx.net> * gtk/gtk.override (_wrap_gtk_button_new): Fix 'use_underline' being ignored if neither 'text' nor 'stock' is set (bug #524187). * tests/Makefile.am: * tests/test_button.py: New test file. svn path=/trunk/; revision=2995
* wrap gtk.show_about_dialog() fixes #167603 patch from Christopher AillonGian Mario Tagliaretti2008-06-101-0/+77
| | | | svn path=/trunk/; revision=2993
* Add a gtk.FileChooserDialog get_action method to workaround an issue with ↵Gian Mario Tagliaretti2008-06-081-0/+16
| | | | | | the same mothos of gtk.Widget being called. fixes #534042 svn path=/trunk/; revision=2992
* Allocate the right amount of memory for PySignalWatchSource, fixing memoryOwen Taylor2008-05-201-1/+1
| | | | | | | | | | 2008-05-20 Owen Taylor <otaylor@redhat.com> * gtk/gtk.override: Allocate the right amount of memory for PySignalWatchSource, fixing memory corruption. (bug #534083) svn path=/trunk/; revision=2983
* Revert wrong commit 2979Gian Mario Tagliaretti2008-05-181-74/+0
| | | | svn path=/trunk/; revision=2980
* gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes ↵Gian Mario Tagliaretti2008-05-181-0/+74
| | | | | | #497781 svn path=/trunk/; revision=2979
* Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessaryJohan Dahlin2008-01-031-7/+59
| | | | | | | | | | | | 2008-01-03 Johan Dahlin <johan@gnome.org> * configure.in: * gtk/gtk.override (pygtk_main_watch_prepare): Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessary wakeups every 100ms. svn path=/trunk/; revision=2947
* Typo fix from bug #475282.Paul Pogonyshev2007-11-031-1/+1
| | | | svn path=/trunk/; revision=2926
* Allow to set gtk.Bin.child in subclasses.Paul Pogonyshev2007-08-201-0/+18
| | | | svn path=/trunk/; revision=2882
* Fix PyArg_ParseTupleAndKeywords() call.Paul Pogonyshev2007-08-091-6/+12
| | | | svn path=/trunk/; revision=2878
* wrap gtk.IconTheme 2.12 APIGian Mario Tagliaretti2007-07-291-0/+78
| | | | svn path=/trunk/; revision=2866
* wrap gtk.CellLayout.get_cell and alllow None in gtk_entry_set_cursor_hadjustmentGian Mario Tagliaretti2007-07-271-0/+22
| | | | svn path=/trunk/; revision=2864
* wrap gtk.ScaleButton constructor and set_icon(), fix a couple of None ↵Gian Mario Tagliaretti2007-07-261-0/+98
| | | | | | parameters in defs. svn path=/trunk/; revision=2861
* wrap a couple of gtk.Builder methods, new builder exampleGian Mario Tagliaretti2007-07-171-0/+1
| | | | svn path=/trunk/; revision=2853
* Do not access GtkTooltips->tips_data_list, just return an empty listJohan Dahlin2007-06-241-20/+1
| | | | | | | | | * gtk/gtk.override (_wrap_gtk_tooltips__get_tips_data_list): Do not access GtkTooltips->tips_data_list, just return an empty list instead since it's private and it was renamed on trunk (#449318) svn path=/trunk/; revision=2831
* 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
| | | | | | | 2006-09-12 John Ehresman <jpe@wingware.com> * gtk/gtk.override (_wrap_gtk_clipboard_wait_for_rich_text): Declare variable at start of code block
* _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
| | | | | | | | | | | | | | | * Makefile.am: * gtk/Makefile.am: * gtk/__init__.py: * gtk/_gtk.py: * gtk/_lazyutils.py: * gtk/deprecation.py: * gtk/gtk.override: * gtk/gtkmodule.c: (init_gtk): * gtk/libglademodule.c: (initglade): Revert dynamic namespaces, it is not possible to solve it without breaking the ABI.
* Ignore. #341633 (Johan Dahlin)John Finlay2006-07-201-0/+4
| | | | | | * gtk/gtk.override (GtkObject__do_set_arg, GtkObject__do_get_arg) (GtkObject__proxy_do_set_arg, GtkObject__proxy_do_get_arg): Ignore. #341633 (Johan Dahlin)
* Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath,John Finlay2006-07-131-0/+90
| | | | | | | | | | | * gtk/gtk-base-types.defs (AccelMap): Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath, FileInfo, FilePath): Add. * gtk/gtk.override (_wrap_gtk_accel_map_foreach) (_wrap_gtk_accel_map_foreach_unfiltered): Add. Fixes #337011 (Sebastian Pölsterl) (GtkTipsQuery, GtkTargetList, GtkTreePath, GtkFileInfo, GtkFilePath): Ignore types.