summaryrefslogtreecommitdiff
path: root/generate
Commit message (Expand)AuthorAgeFilesLines
* parse arguments as double for those functions that take doubles.Matt Wilson2002-04-091-1/+1
* add wrapper (bug 66130)James Henstridge2002-03-162-0/+29
* Now it distchecks correctly with automake-1.5 (which is stricter than 1.4)James Henstridge2001-12-241-14/+18
* add method (from bug #66127). (PyGtkSelectionData_GetAttr): add an 's' toJames Henstridge2001-12-232-2/+7
* allow None to be passed for tab_label or menu_label.James Henstridge2001-12-233-11/+16
* s/origin/root_origin/ typo (from bug #62026). (_wrap_gdk_color_new): fixJames Henstridge2001-12-231-1/+2
* special case GdkAtom return values from functions.James Henstridge2001-11-281-3/+5
* Add GtkWindow members as attributes, patch by Christian Reis <kiko@async.com.br>Johan Dahlin2001-10-111-1/+16
* various changes to check for NULL returns from functions that returnJames Henstridge2001-08-141-48/+48
* Add missing file :(James Henstridge2001-04-252-0/+11
* forgot to save this before commiting. Part of Fabien's patchPYGTK_0_6_8GNOME_PYTHON_1_4_1James Henstridge2001-04-231-0/+1
* update news file.James Henstridge2001-04-233-2/+11
* add here as well.James Henstridge2001-04-221-0/+16
* install code generator and defs files. Install pygtk-codegen-1.2 script.James Henstridge2001-04-212-4/+44
* fix parent type.James Henstridge2001-02-112-3/+3
* added news items.James Henstridge2000-04-071-1/+1
* added missing function. Patch from wrobell <wrobell@posexperts.com.pl>.James Henstridge2000-02-211-0/+6
* add a hack to allow a null-ok flag on the return type. This lets us createMatt Wilson2000-01-212-20/+58
* removed functionMatt Wilson1999-12-181-1/+2
* added 'rows' attribute.Matt Wilson1999-12-152-2/+2
* added util.py to be installedMatt Wilson1999-12-131-2/+6
* i1999-09-28 James Henstridge <james@daa.com.au>James Henstridge1999-09-281-1/+3
* new file that wraps the _libglade module.James Henstridge1999-08-021-3/+3
* a small fix from David Cole.James Henstridge1999-08-012-2/+48
* added tests for gtkglarea.James Henstridge1999-07-152-3/+44
* fixed a few bugs reported by Ville Lauriki.James Henstridge1999-07-122-2/+4
* updated package version number.James Henstridge1999-04-202-0/+25
* increased version number to 0.5.12.James Henstridge1999-03-122-5/+5
* made changes to match those in the defs files and _gtk.James Henstridge1999-02-241-10/+10
* made tip_private argument optional. (GtkObject.__[gs]etattr__,James Henstridge1999-02-201-1/+1
* added __getattr__ and __setattr__ methods to GtkObject so that you can setJames Henstridge1999-02-195-22/+75
* added documentation about GtkStyle changes to this pseudo module.James Henstridge1999-02-161-0/+5
* added GtkCList.focus_row.James Henstridge1999-02-027-6/+44
* moved gtk_preview_draw_row here because python's string conversionJames Henstridge1998-12-191-6/+7
* updated for stable GNOME branch.James Henstridge1998-12-171-1/+46
* changed calls to GtkLabel.set to GtkLabel.set_text.James Henstridge1998-12-175-24/+45
* Updated to match latest changes to set of constants.James Henstridge1998-12-093-14/+50
* Accept NULL arguments for adjustments of a viewport. This is the correctJames Henstridge1998-12-071-2/+2
* Initial revisionJames Henstridge1998-12-0615-0/+5617