summaryrefslogtreecommitdiff
path: root/gtkmodule.c
Commit message (Expand)AuthorAgeFilesLines
* remove python-1.4 ni stuff, and put in a warning message that you shouldPYGTK_0_6_5GNOME_PYTHON_1_0_52James Henstridge2000-03-131-1/+1
* When changing a gtkadjustment, call gtk_adjustment_changed() Work withElliot Lee2000-03-091-0/+1
* fixed up problem in property_change method that could cause a crash ifJames Henstridge2000-03-081-2/+3
* The following is from Paul Clifford <paul@plasma.demon.co.uk>extension-class-branch-anchorJames Henstridge2000-03-031-11/+38
* to work with both drag'n'drop and copy/paste, added .length field toFrederic Gobry2000-03-011-20/+15
* GtkSelectionData fields are now None when the selection is invalid.Frederic Gobry2000-02-291-10/+26
* Added missing breakFrederic Gobry2000-02-231-0/+1
* use C level GtkObject for hash function. (GtkAccelGroup.__cmp__): use CJames Henstridge2000-01-251-14/+71
* new wrapper new implementationKelly Lynn Martin2000-01-251-0/+13
* disable object sinking for now, until we rework the .def file andMatt Wilson2000-01-211-1/+1
* following changes from ChiDeok Hwang <cdhwang@sr.hei.co.kr>Matt Wilson2000-01-181-22/+25
* don't INCREF objects passed into Py_BuildValue as they are INCREF'ed forMatt Wilson2000-01-181-204/+404
* Patch from ChiDeok Hwang <cdhwang@sr.hei.co.kr> to decref PyObjectsMatt Wilson2000-01-061-3/+25
* removed functionMatt Wilson1999-12-181-10/+0
* added a function to create a GdkColor object. You should use this if youMatt Wilson1999-12-161-1/+27
* added 'rows' attribute.Matt Wilson1999-12-151-26/+48
* i1999-09-28 James Henstridge <james@daa.com.au>James Henstridge1999-09-281-0/+34
* added wrapper for gdk_char_width added wrapper for gdk_char_widthMatt Wilson1999-08-251-1/+12
* updated news file.James Henstridge1999-08-081-0/+164
* added descriptions of the new routines.James Henstridge1999-08-031-4/+204
* new file that wraps the _libglade module.James Henstridge1999-08-021-58/+116
* pass extra arguments to the callback.James Henstridge1999-08-021-27/+51
* put in Paul Fisher's enhancements to the threading code. It should nowJames Henstridge1999-07-311-28/+51
* new wrapper new implementationMatt Wilson1999-07-211-0/+13
* a wrapper for the new function.James Henstridge1999-07-191-0/+33
* *** empty log message ***James Henstridge1999-07-181-2/+2
* modified to use the pygdkimlib.h header.James Henstridge1999-07-141-125/+45
* unblock threads when waiting for the GDK lock. This allows other threadsJames Henstridge1999-07-131-4/+2
* fixed a few bugs reported by Ville Lauriki.James Henstridge1999-07-121-5/+25
* forgot to wrap the function call in PyGTK_{,UN}BLOCK_THREADS -- this wasJames Henstridge1999-05-131-0/+7
* a wrapper for the new function.PYGTK_0_6_0GNOME_PYTHON_1_0_2James Henstridge1999-04-251-0/+13
* added a summary of the new features.James Henstridge1999-04-221-0/+31
* updated package version number.James Henstridge1999-04-201-7/+26
* export these two new functions.James Henstridge1999-04-081-5/+77
* increased version number to 0.5.12.James Henstridge1999-03-121-15/+112
* made changes to match those in the defs files and _gtk.James Henstridge1999-02-241-2/+52
* added references to the MAPPING file.James Henstridge1999-02-231-8/+23
* made tip_private argument optional. (GtkObject.__[gs]etattr__,James Henstridge1999-02-201-4/+5
* added __getattr__ and __setattr__ methods to GtkObject so that you can setJames Henstridge1999-02-191-41/+51
* added documentation about GtkStyle changes to this pseudo module.James Henstridge1999-02-161-93/+251
* added GtkWindow.set_geometry_hints to match below addition.James Henstridge1999-02-141-0/+88
* altered these functions to use the gdk_pixmap_colormap_create variants ifJames Henstridge1999-02-041-15/+160
* added GtkCList.focus_row.James Henstridge1999-02-021-20/+72
* fixed some typos in _wrap_gtk_ctree_get_row_data andJames Henstridge1999-01-271-2/+2
* made relevant changes.James Henstridge1999-01-111-6/+19
* moved gtk_preview_draw_row here because python's string conversionJames Henstridge1998-12-191-0/+14
* changed calls to GtkLabel.set to GtkLabel.set_text.James Henstridge1998-12-171-4/+4
* Updated to match latest changes to set of constants.James Henstridge1998-12-091-54/+68
* Accept NULL arguments for adjustments of a viewport. This is the correctJames Henstridge1998-12-071-2/+2
* Initial revisionJames Henstridge1998-12-061-0/+5045