summaryrefslogtreecommitdiff
path: root/gtkmodule.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo in _wrap_gdk_color_newJames Henstridge2002-08-191-1/+1
* Patch from Christian Reis <kiko@async.com.br>, fixes bug 88845: Add posJohan Dahlin2002-08-141-2/+2
* use PyObject_DEL. (pygdk_pixbuf_animation_dealloc): same here.James Henstridge2002-01-081-15/+15
* fix up copyright year.James Henstridge2002-01-031-91/+19
* add method (from bug #66127). (PyGtkSelectionData_GetAttr): add an 's' toJames Henstridge2001-12-231-2/+12
* allow passing None as argument (fixes bug #53089).James Henstridge2001-12-231-4/+10
* s/origin/root_origin/ typo (from bug #62026). (_wrap_gdk_color_new): fixJames Henstridge2001-12-231-6/+19
* special case GdkAtom return values from functions.James Henstridge2001-11-281-6/+21
* Add GtkWindow members as attributes, patch by Christian Reis <kiko@async.com.br>Johan Dahlin2001-10-111-1/+1
* New patch from kiko. SliffJohan Dahlin2001-10-111-3/+5
* The attached patch adds a check for the environment variableJohan Dahlin2001-10-101-21/+25
* fix up #ifdef's for including numpy header.James Henstridge2001-08-261-1/+1
* update news file.James Henstridge2001-04-231-0/+118
* add GdkPixbufAnimation support.James Henstridge2001-04-221-0/+20
* Call autoheader to make this module easier to build from scratch.Maciej Stachowiak2001-03-221-1/+2
* add configure checks for the pixbuf library.James Henstridge2001-03-131-1/+1
* add panel size constants. (AppletWidget.__getattr__): handle privcfgpathJames Henstridge2001-02-161-2/+2
* guard against NULL values in some parts. (PyGdkWindow_GetAttr): make someJames Henstridge2001-02-151-93/+114
* Apply patch from Stephan R.A. Deibel <sdeibel@archaeopteryx.com>James Henstridge2001-02-131-7/+213
* use shorts for the format string for arguments to GdkColormap.alloc soJames Henstridge2000-09-201-1/+1
* move gtk_set_locale here, and set LC_NUMERIC back to "C" after call.James Henstridge2000-04-151-0/+12
* added news items.James Henstridge2000-04-071-0/+65
* Update build system to use automake-1.4a. Now you don't need my automakeJames Henstridge2000-04-061-1/+13
* 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