summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pygobject 2.15.3 is required to compile pygtk 2.14.Gian Mario Tagliaretti2008-07-292-41/+45
* Add 'missing_handlers' (Python list) and 'exception_pending' (boolean)Paul Pogonyshev2008-07-264-3/+68
* rename from configure.inJohan Dahlin2008-07-262-0/+4
* Add GTK+ 2.14 API, fixes #544777Gian Mario Tagliaretti2008-07-269-2/+929
* Don't include full directories: that drags in the '.svn's in them (bugPaul Pogonyshev2008-07-192-1/+7
* modulename should be gtk.glade, not just glade. Spotted by pychecker.Johan Dahlin2008-07-152-1/+7
* Mark return value as optional (bug #542583).Paul Pogonyshev2008-07-142-1/+4
* bug 542821:Paul Pogonyshev2008-07-1332-7771/+46
* clean_func(): Strip GSEAL out, to avoid us thinking that there are manyMurray Cumming2008-07-082-0/+9
* Replace non-existing gtk.NOTEBOOK_TAB constant with stringPaul Pogonyshev2008-07-012-1/+5
* It returns \0 if out of data, not 0: different things in Python (bugPaul Pogonyshev2008-07-012-5/+8
* Fix 'detach_cb' argument list to reflect realities. Stress that the orderPaul Pogonyshev2008-07-012-4/+15
* Fix to work also with integer 'socket_id' argument (bug #539365).Paul Pogonyshev2008-06-264-6/+22
* Explain why 'length' is preserved in definition, but not mentioned inPaul Pogonyshev2008-06-254-6/+15
* Fix logic in negative index branch to avoid refcount corruption.Paul Pogonyshev2008-06-243-15/+55
* wrap gtk.IconView.get_tooltip_context and use it in the demo, fixes #539743Gian Mario Tagliaretti2008-06-233-0/+75
* Check that argument is a subclass of gtk.MenuItem or gtk.ToolItemPaul Pogonyshev2008-06-223-18/+66
* wrap gtk.TreeView.get_tooltip_context and use it in the demo, fixes #530145Gian Mario Tagliaretti2008-06-223-21/+54
* Fix 'use_underline' being ignored if neither 'text' nor 'stock' is setPaul Pogonyshev2008-06-214-3/+22
* Fix a typo in gtkdialog docs, Fixes #537710Gian Mario Tagliaretti2008-06-112-1/+6
* wrap gtk.show_about_dialog() fixes #167603 patch from Christopher AillonGian Mario Tagliaretti2008-06-102-0/+82
* Add a gtk.FileChooserDialog get_action method to workaround an issue with the...Gian Mario Tagliaretti2008-06-084-1/+40
* gtk.FileChoser*Dialog*Johan Dahlin2008-06-061-9/+9
* Deprecate gtk.FileSelectionJohan Dahlin2008-06-062-0/+13
* Ship tooltip.py example in pygtk-demoGian Mario Tagliaretti2008-06-062-0/+5
* Add docs for gtk.RecentAction.Gian Mario Tagliaretti2008-06-064-0/+251
* Allow None in gtk.recent_action_new_for_manager paramsGian Mario Tagliaretti2008-06-062-4/+9
* Add docs for get_type_hint, fixes #536906Gian Mario Tagliaretti2008-06-052-0/+29
* Allow None in gtk.RecentAction constructor params, fixes #536882Gian Mario Tagliaretti2008-06-052-3/+8
* Move CSS_DATA variable inside the if ENABLE_DOCS block. Makes make work ifBjörn Lindqvist2008-06-012-2/+8
* Allocate the right amount of memory for PySignalWatchSource, fixing memoryOwen Taylor2008-05-202-1/+7
* add new example textscroll.py by Muntyan, fixes #522047Gian Mario Tagliaretti2008-05-183-0/+140
* gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #4...Gian Mario Tagliaretti2008-05-182-1/+6
* Revert wrong commit 2979Gian Mario Tagliaretti2008-05-186-125/+10
* gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #4...Gian Mario Tagliaretti2008-05-186-10/+125
* wrap gtk_widget_set_has_tooltip, fixes #524987Gian Mario Tagliaretti2008-05-082-0/+14
* Fix a few bugs in docs, #528205 #527155 #520833 #518387Gian Mario Tagliaretti2008-05-025-12/+39
* Wrap gdk_notify_startup_complete_with_id, fixes #454985Gian Mario Tagliaretti2008-05-022-0/+13
* Wrap region field for expose event, fixes #495933Gian Mario Tagliaretti2008-05-022-0/+14
* Wrap region field for expose event, fixes #495933Gian Mario Tagliaretti2008-05-022-2/+10
* wrap gtk.Border fields, fixes #484030Gian Mario Tagliaretti2008-05-022-0/+11
* wrap the requisition field of gtk.Widget, fixes #369311Gian Mario Tagliaretti2008-05-022-0/+6
* wrap is_modifier for key press/release fixes #367970Gian Mario Tagliaretti2008-05-022-1/+12
* Fix cairo_set_source_pixmap, closes #491256Gian Mario Tagliaretti2008-05-022-4/+13
* Wrap gdk_region_get_rectangles, (bug #517099)Gian Mario Tagliaretti2008-05-012-0/+25
* Add constructor variant similar to what gtk.gdk.color_parse() done. RaisePaul Pogonyshev2008-04-273-8/+51
* patch by: Johan Euphrosine <proppy@aminche.com>pygtk-2-12Johan Dahlin2008-04-152-13/+30
* Fix several bugs wrt 'y_root' caused by copy-paste (bug #519631).Paul Pogonyshev2008-03-242-5/+10
* Fix a typo (bug #520067).Benjamin Berg2008-03-032-1/+6
* Add an application example, which includes hoovering statusbar updatesJohan Dahlin2008-02-143-0/+183