summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix syntax errorspygtk-2-0Johan Dahlin2005-07-141-3/+3
* blargh, revertJohan Dahlin2004-01-141-1/+1
* Allow iter to be set to NULL, based on patch by Don Allingham Fixes bugJohan Dahlin2004-01-143-5/+8
* explicitly check if the property is readable first, and raise an exceptionJames Henstridge2003-12-233-0/+27
* ignore gtk_plug_construct on all architectures.James Henstridge2003-12-222-1/+4
* caller owns return value (bug #129754). (window_foreign_new): same here.James Henstridge2003-12-222-0/+8
* Wonder why these got missed last checkin?James Henstridge2003-12-194-15/+40
* 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-183-2/+11
* 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
* 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-232-2/+19
* pass back the values instead of pointers to them. Thanks to Rob Melby forJohan Dahlin2003-10-232-2/+7
* add ChangeLog.pre-2-0 to the 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
* get rid of the last argument in the cunote->data==NULL case.James Henstridge2003-08-312-1/+7
* update some fields in the PKG-INFO file.James Henstridge2003-08-261-8/+11
* added the wrong file.James Henstridge2003-08-261-2/+2
* add PKG-INFO file for submission to Python package index.James Henstridge2003-08-265-3/+33
* gtk/gdk.override (_wrap_gdk_pixbuf_loader_write) Allow count to overrideJohn Finlay2003-08-252-2/+5
* Add missing break to switch (bug #120669). Patch by Doug Quale.John Finlay2003-08-252-0/+6
* add news items.PYGTK_1_99_18James Henstridge2003-08-244-2/+15
* Fix typo found by John Finlay (bug #120517).James Henstridge2003-08-242-1/+4
* mark deprecated in favour of pack_start. Fixes bug #118715.James Henstridge2003-08-242-0/+8
* wrap glade_set_custom_handler in a more direct way. Implementation basedJames Henstridge2003-08-243-4/+169
* remove gtk.py, change the #! lines of the OpenGL examples to call "python"James Henstridge2003-08-173-2772/+2
* Move to autogenerated, since it need to return a GtkTreeIter.Johan Dahlin2003-08-152-0/+26
* fix up order of dimensions in pixel array (bug #118839).James Henstridge2003-08-025-6/+24
* add some news items.PYGTK_1_99_17James Henstridge2003-07-314-2/+22
* add wrapper (from bug #118676).James Henstridge2003-07-313-0/+35
* add a call to PyType_Ready() to make sure the type is initialised (bugJames Henstridge2003-07-313-0/+13
* apply Elliot Lee's threading patch. Still need to fix the remainingJames Henstridge2003-07-263-30/+33
* add wrapper (bug #116133).James Henstridge2003-07-253-0/+48
* same here.James Henstridge2003-07-2416-56/+60
* add add_buttons() method (bug #109620).James Henstridge2003-07-232-0/+46
* Build fixIan McKellar2003-07-232-1/+5
* print a real error if we find a string or identifier outside of aJames Henstridge2003-07-222-0/+9
* wrappers for tree model drag source/dest functions from Emmanuele BassiJames Henstridge2003-07-222-0/+315
* fix a bug I introduced into the makefile yesterday, and fix dependenciesJames Henstridge2003-07-222-17/+26
* gtk/gdk.override (gdk_window_new) Wrap gdk_window_new as a constructor forJohn Finlay2003-07-202-0/+76
* same here.James Henstridge2003-07-204-38/+45
* pango.override (_wrap_PANGO_ASCENT, _wrap_PANGO_DESCENT)John Finlay2003-07-124-0/+133
* pango.override (PangoAttrIterator) Add this type and its methods.John Finlay2003-07-122-0/+199
* pango.override (pypango_attr_new) Add start and end args to specifyJohn Finlay2003-07-122-65/+121