summaryrefslogtreecommitdiff
path: root/gtk/gdk.override
Commit message (Expand)AuthorAgeFilesLines
* apply Elliot Lee's threading patch. Still need to fix the remainingJames Henstridge2003-07-261-19/+28
* gtk/gdk.override (gdk_window_new) Wrap gdk_window_new as a constructor forJohn Finlay2003-07-201-0/+71
* Add functions. Fixes #115046.John Finlay2003-07-011-0/+54
* Add method. Fixes #114821.John Finlay2003-07-011-0/+11
* Return a GdkRectangle. Fixes #114817.John Finlay2003-07-011-0/+11
* Add deprecation warnings. Fixes #110663.John Finlay2003-07-011-20/+121
* Add optional args background and foreground (GdkColor) default to NULL.John Finlay2003-06-281-0/+38
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* fix bug 114619 (the #define we were using was private).James Henstridge2003-06-181-1/+1
* Fix an invalid python format string.Joe Shaw2003-06-121-1/+1
* Allow allocating a color using an unallocated gdk.Color. Patch by JohnJohan Dahlin2003-06-061-8/+27
* (_wrap_gdk_gc_set_values, _wrap_gdk_gc_set_values): Impl. Patch byJohan Dahlin2003-06-061-0/+259
* Make last argument optional. (_wrap_gdk_pixbuf_loader_new_with_type): MakeJohan Dahlin2003-06-061-1058/+1124
* Add xid and handle attributes.Johan Dahlin2003-06-061-0/+32
* use short and long instead of gint16 and gint32, so we don't break on 64James Henstridge2003-06-021-47/+97
* Impl. Patch by John Finlay, fixes #113919.Johan Dahlin2003-05-301-0/+18
* Backwards compatibility, based on patch by Jonathan Blandford, fixesJohan Dahlin2003-05-301-0/+17
* New placeholder function (gc_new): Set as constructor for GdkGCJohan Dahlin2003-03-081-1/+53
* Null is okay here. Fixes #106295 (John Finlay).Johan Dahlin2003-02-271-0/+37
* add implementation. (_wrap_gdk_draw_rgb_32_image): add implementation.James Henstridge2003-01-311-31/+131
* Only call import_array if we HAVE_NUMPY.Jon Trowbridge2003-01-301-0/+2
* add wrapper that returns a NumPy array.James Henstridge2003-01-301-0/+36
* Added correct __members__ to all different kind of GdkEvent's. This fixesJohan Dahlin2003-01-211-7/+79
* Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call toJon Trowbridge2003-01-081-12/+19
* Reverted patch from David I Lehn (#98380) since it caused troubles forJohan Dahlin2003-01-071-19/+12
* Impl. (_wrap_gdk_rectangle_union): Impl. (doesn't follow the GDK api toJohan Dahlin2002-12-281-0/+48
* Integrate patch by David I. Lehn, improves threading support, fixesJohan Dahlin2002-12-201-12/+19
* Don't raise an exception when leaving this function, instead look inJohan Dahlin2002-12-081-2/+48
* fix up ParseTuple call arguments (bug 99400).James Henstridge2002-11-241-12/+5
* From patch on bug #96950James Henstridge2002-11-161-0/+55
* mingw32 patches from Cedric Gustin <cgustin@ibelgique.com>:James Henstridge2002-08-241-0/+3
* return a boxed type for gdk.Event.area for expose events.James Henstridge2002-07-071-5/+2
* fix definition, as reported by Thomas Leonard <tal00r@ecs.soton.ac.uk>James Henstridge2002-06-241-4/+4
* constructors return ints.James Henstridge2002-06-181-0/+2
* don't allow setting attributes on GdkGC instances. Simplifies things aJames Henstridge2002-04-221-44/+56
* added parameter --errorfilename to allow redirection of stderr even withHans Breuer2002-04-211-0/+173
* updates to match final gtk 2.0 APIs.James Henstridge2002-04-161-0/+1
* ignore the GtkMenu append, insert and prepend methods (they are deprecatedJames Henstridge2002-03-171-0/+21
* fix up property listing.James Henstridge2002-03-161-0/+2
* add module name to type name, and remove the commented out obsoleteJames Henstridge2002-03-161-0/+115
* remove unused variable.James Henstridge2002-03-161-2/+2
* new function to allocate colours. (_wrap_gdk_color_alloc): new wrapperJames Henstridge2002-03-151-6/+48
* get rid of g_thread_init() call -- this occurs in gobjectmodule now.James Henstridge2002-01-071-7/+5
* add overriden implementation that allows threads while waiting, so someJames Henstridge2002-01-071-0/+97
* split it get_varlist into get_varlist and get_kwlist to avoid unusedMatt Wilson2001-12-051-32/+16
* use new forward search API with flags enum in CVS.Matt Wilson2001-10-231-23/+27
* comment out, as it is only for use by engines.James Henstridge2001-10-081-43/+4
* Added.Johan Dahlin2001-10-021-1/+21
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-53/+61
* implemented GdkPixbuf.render_pixmap_and_mask.Matt Wilson2001-09-251-0/+39