summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes Bug 137086 (gtk.gdk.window_lookup assertion)pygtk-2-2Gustavo J. A. M. Carneiro2004-06-202-1/+8
* Fix Bug 122755: _wrap_gdk_window_new needs to ref return valueGustavo J. A. M. Carneiro2004-04-043-0/+13
* Merge in changes from HEAD:Johan Dahlin2004-03-2715-643/+443
* Fix bug 137091 ("constants" for selection atoms)Gustavo J. A. M. Carneiro2004-03-202-0/+24
* Fix bug 137093 (gtk.gdk.atom_intern always creates an atom)Gustavo J. A. M. Carneiro2004-03-202-4/+27
* Merge changelogJohan Dahlin2004-03-121-0/+6
* fix itemfactory example packing of menubarGustavo J. A. M. Carneiro2004-03-11175-105325/+7
* Bump versionPYGTK_2_2_0Johan Dahlin2004-03-114-2/+29
* utility to scan the unmatched symbols from the binded libraries. WrittenXavier Ordoquy2004-03-092-0/+48
* Fixes #136597 (gtkgl still referenced in build files)Xavier Ordoquy2004-03-093-5/+8
* Impl. (_wrap_gdk_window_add_filter): Impl.Johan Dahlin2004-03-092-0/+67
* Fix again #136204 (GtkTextSearchFlags warning)Gustavo J. A. M. Carneiro2004-03-084-9/+33
* avoid the non-uniform behavior of gtk-doc to have an imaginary returnsHagen Moebius2004-03-072-2/+14
* appwindow demo postfixGustavo J. A. M. Carneiro2004-03-071-1/+1
* pygtk appwindow demo fix (stock item registration)Gustavo J. A. M. Carneiro2004-03-074-5/+13
* Wrapper for GtkTreeView.map_expanded_rows. Fixes #136309.Gustavo J. A. M. Carneiro2004-03-062-0/+68
* postfix for #136312 :-/Gustavo J. A. M. Carneiro2004-03-061-1/+1
* Add support for optional TreeModel ref_node & unref_node callbacks. Fixes #1...Gustavo J. A. M. Carneiro2004-03-062-0/+84
* pygtk_cell_data_func_marshal reference bug (#136306)Gustavo J. A. M. Carneiro2004-03-062-1/+8
* update makefile.msc with Makefile.am changesGustavo J. A. M. Carneiro2004-03-062-0/+3
* TextSearchFlags enum-or-flags conditional, fixes #136204Gustavo J. A. M. Carneiro2004-03-064-9/+45
* fix ifdef and ifndefGustavo J. A. M. Carneiro2004-03-062-5/+10
* (ifndef ...)Gustavo J. A. M. Carneiro2004-03-062-0/+9
* Cleaning up write_source and starting to refactor Wrapper a little bit, toJohan Dahlin2004-03-052-121/+114
* This should fix both bug 136205 and bug 136205. We're now allowing bothJohan Dahlin2004-03-052-0/+29
* New function (_wrap_gdk_pixbuf_get_pixels_array): Deprecate, in favor ofJohan Dahlin2004-03-042-1/+14
* Fixes for bug 132704, Patch by John Ehresman.Johan Dahlin2004-03-045-10/+54
* New function, to initialize/check numpyJohan Dahlin2004-03-042-5/+42
* block/unblock threads around Py_DECREF in pyobject_freeGustavo J. A. M. Carneiro2004-03-033-0/+11
* Add GdkEventKey.hardware_code. Fixes bug 129032, patch by Laur Ivan.Johan Dahlin2004-03-022-1/+9
* Fix a typo and remove module prefix from manually defined functions/methodsJohan Dahlin2004-03-022-9/+8
* 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