summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add news for PyGTK 0.6.12.gtk-gnome-1-2Christian Reis2004-07-124-3/+18
* Swap spaces for tabs.Christian Reis2004-06-241-4/+4
* Update logChristian Reis2004-02-281-0/+7
* Fix for bug 112395: Clean up __getattr__ and add __eq__/__nonzero__ toChristian Reis2004-02-281-45/+23
* Avoid leakage in _wrap_gtk_radio_button_group by PyDECREFing asChristian Reis2003-12-051-0/+5
* Correct version here tooJohan Dahlin2003-01-141-10/+28
* s/exists/isdir/Johan Dahlin2002-12-051-1/+1
* If the directory doesn't exist skip it. If not, it breaks when doingJohan Dahlin2002-11-282-0/+6
* check return value of GtkArgs_FromSequence() and changeChristian Reis2002-11-272-2/+22
* has -> hashChristian Reis2002-11-121-1/+1
* Fix typo In GtkScrolledWindow - has_attr() was being used as a method ofChristian Reis2002-11-122-1/+6
* implement GtkCList.set_focus_row to allow working around GTK+ bug inChristian Reis2002-11-124-1/+43
* Update changelog for last checkinChristian Reis2002-11-041-0/+4
* Fix for GNOME bug 93772: wrap GtkRadioButton.group(), r=zilch.Christian Reis2002-11-042-0/+25
* add news items.PYGTK_0_6_11GNOME_PYTHON_1_4_4James Henstridge2002-08-235-5/+19
* add news for PyGTK 0.6.10.PYGTK_0_6_10GNOME_PYTHON_1_4_3James Henstridge2002-08-224-2/+14
* always call _gtk.gtk_init(). This way people can check for the runtimeJames Henstridge2002-08-202-4/+6
* fix typo in _wrap_gdk_color_newJames Henstridge2002-08-191-1/+1
* add method (from bug #72659).James Henstridge2002-08-184-1/+51
* only install gettext.py if we are using python < 2.0.0 (which has its ownJames Henstridge2002-08-182-2/+5
* fix up spec file to reflect new locations of files.James Henstridge2002-08-184-46/+124
* Patch from Christian Reis <kiko@async.com.br>, fixes bug 88845: Add posJohan Dahlin2002-08-143-4/+10
* parse arguments as double for those functions that take doubles.Matt Wilson2002-04-093-7/+16
* add wrapper (bug 66130)James Henstridge2002-03-165-11/+84
* make the PyObject_DEL compatibility define take an argument.James Henstridge2002-01-081-1/+1
* use PyObject_DEL. (pygdk_pixbuf_animation_dealloc): same here.James Henstridge2002-01-085-18/+48
* commit a modified version of the head branch autogen scriptPYGTK_0_6_9James Henstridge2002-01-031-0/+102
* small updatesGNOME_PYTHON_1_4_2James Henstridge2002-01-032-2/+2
* fix up copyright year.James Henstridge2002-01-039-100/+72
* Now it distchecks correctly with automake-1.5 (which is stricter than 1.4)James Henstridge2001-12-244-79/+112
* add news items.James Henstridge2001-12-235-9/+22
* add method (from bug #66127). (PyGtkSelectionData_GetAttr): add an 's' toJames Henstridge2001-12-235-4/+42
* allow passing None as argument (fixes bug #53089).James Henstridge2001-12-232-9/+13
* allow None to be passed for tab_label or menu_label.James Henstridge2001-12-237-26/+100
* s/origin/root_origin/ typo (from bug #62026). (_wrap_gdk_color_new): fixJames Henstridge2001-12-234-7/+37
* special case GdkAtom return values from functions.James Henstridge2001-11-287-151/+51
* Add GtkWindow members as attributes, patch by Christian Reis <kiko@async.com.br>Johan Dahlin2001-10-115-5/+68
* New patch from kiko. SliffJohan Dahlin2001-10-112-7/+8
* The attached patch adds a check for the environment variableJohan Dahlin2001-10-102-21/+32
* update spec files so they should work with any version of python out of theJames Henstridge2001-09-101-45/+40
* fix up #ifdef's for including numpy header.James Henstridge2001-08-264-3/+8
* various changes to check for NULL returns from functions that returnJames Henstridge2001-08-142-48/+54
* in the init_macro: s/_gdkpixbuf/gdkpixbuf/Johan Dahlin2001-05-302-2/+6
* Add missing file :(James Henstridge2001-04-252-0/+11
* Spec file updates based on suggestions by John GOTTS <jgotts@linuxsavvy.com>James Henstridge2001-04-251-1/+1
* forgot to save this before commiting. Part of Fabien's patchPYGTK_0_6_8GNOME_PYTHON_1_4_1James Henstridge2001-04-232-0/+2
* update news file.James Henstridge2001-04-2311-20/+218
* add here as well.James Henstridge2001-04-223-0/+27
* add GdkPixbufAnimation support.James Henstridge2001-04-224-1/+159
* add devel packages and glarea package to build.James Henstridge2001-04-216-6/+182