| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pygtk_main_watch_check, copied from pygobject/glib/pygmainloop.c:pyg_sign... | Dieter Verfaillie | 2011-02-03 | 1 | -2/+3 |
* | Fix GtkAssistant.set_forward_page_func | Dieter Verfaillie | 2010-12-24 | 1 | -9/+15 |
* | Bug 626375 - Fix build with Python 2.5 | Chenthill | 2010-08-12 | 1 | -2/+3 |
* | gtk_main: fixed use of Python's SetWakeupFD API | Philippe Normand | 2010-04-18 | 1 | -58/+56 |
* | Manually wrap gtk.Clipboard.wait_for_uris | Gian Mario Tagliaretti | 2010-04-06 | 1 | -0/+27 |
* | Manually wrap GtkWidget.set_allocation | Gian Mario Tagliaretti | 2010-04-05 | 1 | -0/+23 |
* | Manually wrap GtkCellRenderer.get_alignment and GtkCellRenderer.get_padding | Gian Mario Tagliaretti | 2010-04-05 | 1 | -0/+23 |
* | Manually wrap gtk_hsv_to_rgb() and fix a mistake in previous manual wraps. | Gian Mario Tagliaretti | 2010-04-04 | 1 | -6/+20 |
* | Manually wrap gtk_hsv_get_metrics() | Gian Mario Tagliaretti | 2010-04-04 | 1 | -0/+13 |
* | Manually wrap gtk_hsv_get_color() | Gian Mario Tagliaretti | 2010-04-04 | 1 | -0/+13 |
* | Remove compiler warnings | Gian Mario Tagliaretti | 2009-08-13 | 1 | -2/+2 |
* | Fix arg parsing format typo for gtk_toggle_button_new. | John Finlay | 2009-07-17 | 1 | -1/+1 |
* | Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message() | Paul Pogonyshev | 2009-06-19 | 1 | -0/+1 |
* | Modernize constructors of seven more types | Paul Pogonyshev | 2009-06-13 | 1 | -12/+10 |
* | Don't free a string we don't own | Paul Pogonyshev | 2009-06-11 | 1 | -1/+2 |
* | Plug reference leak on main signal watch source | Paul Pogonyshev | 2009-05-08 | 1 | -4/+14 |
* | Wrap gtk.Border attributes and constructor | Mariano Suárez-Alvarez | 2009-05-08 | 1 | -0/+1 |
* | Wrap gtk.RcStyle attributes | Paul Pogonyshev | 2009-05-08 | 1 | -0/+1 |
* | Update the address of the FSF by replacing old bits with new ones. Fixes | Tobias Mueller | 2009-03-30 | 1 | -1/+1 |
* | Bug 309180 – gtk.MessageDialog exposes private attributes | Gian Mario Tagliaretti | 2009-02-22 | 1 | -0/+30 |
* | Clean up GLib and GTK+ includes (GNOME Goal), patch by Przemysław Grzegorczy... | Gian Mario Tagliaretti | 2009-01-30 | 1 | -1/+0 |
* | clean up ignore section which contains lots of methods that don't exist while... | Gian Mario Tagliaretti | 2009-01-28 | 1 | -11/+0 |
* | Bug 524327 – Interactive PyGTK | Michiel de Hoon | 2008-09-11 | 1 | -0/+50 |
* | Bug 550754 – need to import GIO types from PyGObject package | Paul Pogonyshev | 2008-09-08 | 1 | -1/+3 |
* | Bug 534658 – Avoid warning when compiling against Python 2.5 or older | Paul Pogonyshev | 2008-08-28 | 1 | -16/+17 |
* | Add GTK+ 2.14 API, fixes #544777 | Gian Mario Tagliaretti | 2008-07-26 | 1 | -0/+1 |
* | Fix to work also with integer 'socket_id' argument (bug #539365). | Paul Pogonyshev | 2008-06-26 | 1 | -6/+2 |
* | Check that argument is a subclass of gtk.MenuItem or gtk.ToolItem | Paul Pogonyshev | 2008-06-22 | 1 | -18/+34 |
* | Fix 'use_underline' being ignored if neither 'text' nor 'stock' is set | Paul Pogonyshev | 2008-06-21 | 1 | -3/+1 |
* | wrap gtk.show_about_dialog() fixes #167603 patch from Christopher Aillon | Gian Mario Tagliaretti | 2008-06-10 | 1 | -0/+77 |
* | Add a gtk.FileChooserDialog get_action method to workaround an issue with the... | Gian Mario Tagliaretti | 2008-06-08 | 1 | -0/+16 |
* | Allocate the right amount of memory for PySignalWatchSource, fixing memory | Owen Taylor | 2008-05-20 | 1 | -1/+1 |
* | Revert wrong commit 2979 | Gian Mario Tagliaretti | 2008-05-18 | 1 | -74/+0 |
* | gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #4... | Gian Mario Tagliaretti | 2008-05-18 | 1 | -0/+74 |
* | Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessary | Johan Dahlin | 2008-01-03 | 1 | -7/+59 |
* | Typo fix from bug #475282. | Paul Pogonyshev | 2007-11-03 | 1 | -1/+1 |
* | Allow to set gtk.Bin.child in subclasses. | Paul Pogonyshev | 2007-08-20 | 1 | -0/+18 |
* | Fix PyArg_ParseTupleAndKeywords() call. | Paul Pogonyshev | 2007-08-09 | 1 | -6/+12 |
* | wrap gtk.IconTheme 2.12 API | Gian Mario Tagliaretti | 2007-07-29 | 1 | -0/+78 |
* | wrap gtk.CellLayout.get_cell and alllow None in gtk_entry_set_cursor_hadjustment | Gian Mario Tagliaretti | 2007-07-27 | 1 | -0/+22 |
* | wrap gtk.ScaleButton constructor and set_icon(), fix a couple of None paramet... | Gian Mario Tagliaretti | 2007-07-26 | 1 | -0/+98 |
* | wrap a couple of gtk.Builder methods, new builder example | Gian Mario Tagliaretti | 2007-07-17 | 1 | -0/+1 |
* | Do not access GtkTooltips->tips_data_list, just return an empty list | Johan Dahlin | 2007-06-24 | 1 | -20/+1 |
* | Bug 337368 – Make PyGTK work with Python 2.5 and 64-bit | Gustavo J. A. M. Carneiro | 2006-10-03 | 1 | -21/+26 |
* | Declare variable at start of code block | John Ehresman | 2006-09-12 | 1 | -1/+2 |
* | _wrap_gtk_print_context_get_cairo_context fix | Gustavo J. A. M. Carneiro | 2006-07-28 | 1 | -3/+3 |
* | bug #348937: 100ms timeouts in pygtk | Gustavo J. A. M. Carneiro | 2006-07-27 | 1 | -1/+70 |
* | Revert dynamic namespaces, it is not possible to solve it without breaking | Johan Dahlin | 2006-07-23 | 1 | -2/+0 |
* | Ignore. #341633 (Johan Dahlin) | John Finlay | 2006-07-20 | 1 | -0/+4 |
* | Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath, | John Finlay | 2006-07-13 | 1 | -0/+90 |