summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging spewJohan Dahlin2004-03-011-1/+0
* Check for defined methods in the override file. (Wrapper.write_functions):Johan Dahlin2004-03-013-16/+139
* gtk_accel_group_connectGustavo J. A. M. Carneiro2004-02-282-0/+36
* postfixGustavo J. A. M. Carneiro2004-02-241-1/+1
* make pygdk_rectangle_from_pyobject publicGustavo J. A. M. Carneiro2004-02-243-0/+12
* Plug a leak.Johan Dahlin2004-02-242-0/+3
* signa->signalJohan Dahlin2004-02-243-2/+6
* fix leak in gdk.drawable.get_imageGustavo J. A. M. Carneiro2004-02-232-0/+4
* gtk.Menu.popup fixGustavo J. A. M. Carneiro2004-02-232-3/+21
* applied patch from Naofumi Yasufuku. Fixes bug 121339 (dsextras.pyXavier Ordoquy2004-02-233-1/+10
* pixbuf contructors from memory data an Numeric arrayGustavo J. A. M. Carneiro2004-02-223-0/+131
* don't expect a whitespace after the type name Fixes bug #128988, patchXavier Ordoquy2004-02-222-1/+6
* fix pygtk_cell_data_func_marshal leaksGustavo J. A. M. Carneiro2004-02-192-2/+7
* wrap gtk_binding_entry_removeGustavo J. A. M. Carneiro2004-02-143-2/+38
* Reviewed by: random luser <kiko@async.com.br>Seth Nickell2004-02-102-1/+11
* Import 2.0 Tutorial and Reference sourcesv13v19John Finlay2004-01-290-0/+0
* Initial revisionJohn Finlay2004-01-29173-0/+105324
* Allow iter to be set to NULL, based on patch by Don Allingham Fixes bugJohan Dahlin2004-01-142-4/+7
* Handle conversion of GValueArray to PyObjectGustavo J. A. M. Carneiro2003-12-263-4/+22
* implement (fixes bug #111489).James Henstridge2003-12-232-0/+27
* apply patch from Jon Willeke <willeke@users.sourceforge.net> to strip outJames Henstridge2003-12-232-0/+9
* explicitly check if the property is readable first, and raise an exceptionJames Henstridge2003-12-233-0/+27
* distutils fixes from Alif Wahid <awah005@users.sourceforge.net> (bugJames Henstridge2003-12-224-25/+19
* ignore plug construct functions.James Henstridge2003-12-222-1/+4
* missed window_foreign_new*James Henstridge2003-12-222-0/+4
* caller owns return. (pixmap_foreign_new): same here (bug #129754).James Henstridge2003-12-222-0/+7
* code gen fix to honor caller_owns_return in GObject constructorsGustavo J. A. M. Carneiro2003-12-202-10/+26
* Wonder why these got missed last checkin?James Henstridge2003-12-195-16/+45
* Change to guint32. Patch by hyriand@thegraveyard.org. Fixes 121611.Johan Dahlin2003-12-182-1/+4
* Allow return values that are NULL. Patch by Tim Evans, fixes #122786Johan Dahlin2003-12-182-2/+10
* Allow parent to be None. Patch by Benjamin CAMA, fixes #124593Johan Dahlin2003-12-182-1/+6
* (GtkTreeView.expand_row): Set return value to gboolean. Patch byJohan Dahlin2003-12-182-1/+3
* Allow all GdkColor arguments for gtk_widget_modify_* to be null. Patch byJohan Dahlin2003-12-182-5/+11
* Allow null for tip_text. Patch by John Ehresman, fixes #128623.Johan Dahlin2003-12-182-1/+4
* handle None iterator values. Patch by John Ehresman, fixes #126479.Johan Dahlin2003-12-182-13/+37
* Impl.Johan Dahlin2003-12-092-0/+45
* Increase the ref count on Py_None (#128448, Vsevolod Fedorov)Johan Dahlin2003-12-052-1/+4
* Swap parent and child argument. (#123605, patch by Steve Chaplin)Johan Dahlin2003-12-052-1/+6
* Use GdkPixbuf objects instead of raw strings, Thanks to Rob Melby for theJohan Dahlin2003-10-242-1/+18
* pass back the values instead of pointers to them. Thanks to Rob Melby forJohan Dahlin2003-10-232-1/+7
* wrap function.James Henstridge2003-09-172-41/+133
* add wrapper. (gdk_window_peek_children): ignore.James Henstridge2003-09-162-1/+186
* remove files.James Henstridge2003-09-1512-989/+10
* add defs for GdkDisplay and GdkScreenJames Henstridge2003-09-044-157/+596
* implement function. Returns a list of dictionaries (bug #118253).James Henstridge2003-09-043-9/+116
* add some overrides for GdkDisplay and GdkScreen.James Henstridge2003-09-033-2/+128
* hack so that GDK_DISPLAY() is the cast macro.James Henstridge2003-09-035-27/+713
* add ChangeLog.pre-2-0 to dist.James Henstridge2003-09-021-0/+1
* rename old change log.pygtk-2-0-anchorJames Henstridge2003-09-022-6519/+6523
* increment version number.PYGTK_2_0_0James Henstridge2003-09-016-51/+53