summaryrefslogtreecommitdiff
path: root/gtk/gdk.override
Commit message (Expand)AuthorAgeFilesLines
* Move PYGTK_2_10_4 tag to the tags dir.git-migration-PYGTK_2_10_4Loic Minier2007-07-101-1493/+0
* more refcount fixes in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-201-4/+4
* fix refcount in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-201-0/+14
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-031-3/+5
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Rafael Ávila de Espíndola2006-07-271-1/+1
* Use failure_exception instead of failure_cleanup (GtkTreePathReturn): Add.John Finlay2006-07-221-0/+2
* AddJohn Finlay2006-07-221-0/+5
* Ignore-glob *_libgtk_only. Fixes #321476.John Finlay2006-07-071-0/+1
* Add.John Finlay2006-06-161-0/+43
* Add gdk x11 functionsGustavo J. A. M. Carneiro2006-06-111-1/+0
* Add as methods.John Finlay2006-06-011-2/+0
* Ignore.John Finlay2006-05-311-0/+1
* fix a few compilation warningsGustavo J. A. M. Carneiro2006-05-071-0/+79
* Add conditional support for Gtk+ 2.10 add new api.Johan Dahlin2006-05-061-0/+11
* gtk/gdk.overrideJohn Ehresman2006-05-021-0/+26
* Wrap gdk_event_handler_setJohan Dahlin2006-04-261-83/+57
* Split out a few more filesJohan Dahlin2006-04-261-3617/+6
* wrap, Fixes #333431 (Hamish Moffatt) Add testJohan Dahlin2006-04-021-0/+53
* fix a gcc warningJohan Dahlin2006-04-021-1/+1
* add comment explaning why _wrap_gdk_draw_rgb_image always calls _wrap_gdk_dra...Gustavo J. A. M. Carneiro2006-01-261-0/+8
* Bump ref count on x11 so destroy() works as expectedJohn Ehresman2006-01-201-3/+1
* fix leak in _wrap_gdk_pixbuf_animation_get_iterGustavo J. A. M. Carneiro2005-11-121-1/+5
* Fix gcc 4.0 warnings.Johan Dahlin2005-10-031-11/+12
* Allow subwindow to be set for enter & leave notify events.John Ehresman2005-09-161-2/+8
* Fix memory leak with gdk_atom_name() Fixes #313861 (Christian Persch)John Finlay2005-08-181-25/+57
* cairo_surface_create_for_pixbuf no moreGustavo J. A. M. Carneiro2005-08-101-37/+0
* Bug 310705: remove .free() from API make it depecrated in pygtkGustavo J. A. M. Carneiro2005-07-301-0/+10
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-4/+0
* add cairo_surface_create_for_pixbufGustavo J. A. M. Carneiro2005-07-101-0/+37
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-081-0/+64
* Fixes bug #308384Mark McLoughlin2005-06-201-5/+11
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-0/+22
* Add. We can't remove the old method.Johan Dahlin2005-05-311-0/+44
* some more pango apisGustavo J. A. M. Carneiro2005-05-291-0/+3
* DECREF Python return valueJohn Finlay2005-05-231-0/+1
* Bug 172445: gtk.gdk.Pixbuf.save_to_callbackGustavo J. A. M. Carneiro2005-05-221-0/+89
* Bug 302622: Assignment to gtk.gdk.Event.window is buggyGustavo J. A. M. Carneiro2005-05-021-3/+2
* gcc4 patches stolen from redhatJohan Dahlin2005-03-151-3/+3
* Fix typo in exception stringJohan Dahlin2005-02-281-1/+1
* Bug 159468: A subclassed gdk.GC does not have the usual attributesGustavo J. A. M. Carneiro2005-01-221-4/+19
* Allow first arg to be a GdkDrawable. #159282John Finlay2005-01-141-10/+10
* Bug 159282: pixmap_create_from_xpm() argument 1Gustavo J. A. M. Carneiro2005-01-091-2/+2
* Fix garbled code and allow message_type to be set. Fixes #162292. (RaphaelJohn Finlay2004-12-271-4/+6
* Implement.John Finlay2004-11-161-0/+49
* gtk/gdk.override Complete changes to return strings instead of atomsJohn Finlay2004-11-151-8/+16
* gtk/gdk.override (_wrap_gdk_event_tp_setattr) Add missing return. FixesJohn Finlay2004-11-081-0/+1
* initialise the GdkColor struct to zeroes, so we don't get a random valueJames Henstridge2004-09-241-1/+1
* Fix for the previous checkin; same changelog entry appliesJohn Ehresman2004-09-221-2/+3
* pass int variables to ParseTupleAndKeywords and then assign to GdkColorJohn Ehresman2004-09-221-3/+7
* gtk/gtk.override (_wrap_gtk_stock_lookup) (_wrap_gtk_accelerator_parse)John Finlay2004-08-041-20/+34