summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* small updates.James Henstridge2000-10-244-685/+12995
* add support for GdkDevice and convert function names to lowercase.James Henstridge2000-10-2412-207/+691
* Oops ... forgot to save a file before the last commitJames Henstridge2000-07-031-13/+10
* Add some simple entries to gtk.defs for GtkObject, GtkWidget, GtkContainer,James Henstridge2000-07-034-223/+2379
* actually initialise the gobject stuff for gtk._gtk.James Henstridge2000-07-035-4/+14
* call the correct ExtensionClass check macro.James Henstridge2000-07-034-4/+15
* handle the null constructor better.James Henstridge2000-07-0312-11365/+547
* use PyGObject rather than PyGtk_Object.James Henstridge2000-07-025-20/+28
* updated to gdk-1.3. A lot of stuff in here.James Henstridge2000-07-026-528/+2201
* Remove some more files from HEADJames Henstridge2000-06-298-1453/+0
* remove some unneeded files on HEAD branchJames Henstridge2000-06-298-3494/+0
* (pygobject_[gs]et_param): free the GValue afterwards so as not toJames Henstridge2000-06-293-2/+12
* use pygobject.h.James Henstridge2000-06-296-27/+180
* Added GObject.queue_param_changed methodJames Henstridge2000-06-283-0/+27
* add get_data / set_data methods. Add get_param / set_param methods.James Henstridge2000-06-283-2/+42
* add get_data / set_data methods. Add get_param / set_param methods.James Henstridge2000-06-273-0/+175
* start of gobject wrapper.James Henstridge2000-06-276-44/+1114
* pull more stuff from extension-class-branchJames Henstridge2000-06-2627-70/+27740
* Commit codegen stuff to head from extension-class-branchJames Henstridge2000-06-2612-0/+1860
* Small patch to require gtk+-1.3.1 on the head branch to point people atJames Henstridge2000-06-261-1/+1
* fixed imlib_create_image_from_arraygtk-gnome-1-2-anchorFrederic Gobry2000-06-192-11/+18
* move gtk_set_locale here, and set LC_NUMERIC back to "C" after call.James Henstridge2000-04-152-0/+17
* removed removed functions.PYGTK_0_6_6GNOME_PYTHON_1_0_53James Henstridge2000-04-071-2/+2
* added news items.James Henstridge2000-04-077-15/+114
* Update build system to use automake-1.4a. Now you don't need my automakeJames Henstridge2000-04-0610-28/+174
* updated ChangeLogFrederic Gobry2000-03-131-0/+10
* remove python-1.4 ni stuff, and put in a warning message that you shouldPYGTK_0_6_5GNOME_PYTHON_1_0_52James Henstridge2000-03-137-31/+54
* 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-082-2/+12
* The following is from Paul Clifford <paul@plasma.demon.co.uk>extension-class-branch-anchorJames Henstridge2000-03-035-19/+85
* 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
* added missing function. Patch from wrobell <wrobell@posexperts.com.pl>.James Henstridge2000-02-213-0/+16
* apply fix from Martin Preishuber.James Henstridge2000-02-202-2/+7
* Get ready for new release.PYGTK_0_6_4GNOME_PYTHON_1_0_51James Henstridge2000-02-164-3/+14
* s/sel/self/ in GtkSpinButton.get_adjustment()Elliot Lee2000-01-262-1/+4
* use C level GtkObject for hash function. (GtkAccelGroup.__cmp__): use CJames Henstridge2000-01-253-14/+89
* new wrapper new implementationKelly Lynn Martin2000-01-253-0/+21
* add a hack to allow a null-ok flag on the return type. This lets us createMatt Wilson2000-01-213-20/+67
* disable object sinking for now, until we rework the .def file andMatt Wilson2000-01-212-1/+7
* s/soure_row/source_row/g typoMatt Wilson2000-01-202-1/+5
* following changes from ChiDeok Hwang <cdhwang@sr.hei.co.kr>Matt Wilson2000-01-182-22/+48
* don't INCREF objects passed into Py_BuildValue as they are INCREF'ed forMatt Wilson2000-01-183-216/+426
* Patch from ChiDeok Hwang <cdhwang@sr.hei.co.kr> to decref PyObjectsMatt Wilson2000-01-064-3/+36
* removed functionMatt Wilson1999-12-183-11/+8
* oops - left out the _gtk. partMatt Wilson1999-12-162-1/+5
* added a function to create a GdkColor object. You should use this if youMatt Wilson1999-12-163-1/+40
* added 'rows' attribute.Matt Wilson1999-12-158-30/+79
* added util.py to be installedMatt Wilson1999-12-132-2/+11