summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-203-4/+7
* s/flag/flags in tp_reprPYGTK_2_3_93Johan Dahlin2004-07-191-1/+1
* Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED...Johan Dahlin2004-07-193-25/+27
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-1913-749/+798
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-194-4/+86
* New gettersJohan Dahlin2004-07-186-27/+128
* add, forgot it in last commitJohan Dahlin2004-07-172-0/+33
* gtk/*.overrideJohan Dahlin2004-07-178-53/+795
* Back out changes that should not have been committed (oops)John Ehresman2004-07-061-2/+1
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-055-5/+63
* property based constructorsGustavo J. A. M. Carneiro2004-07-042-1/+61
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-044-1/+50
* fix bug #144135 (gtk.gdk.GC attributes not working)Gustavo J. A. M. Carneiro2004-06-201-0/+13
* Fixed UNICHAR support since we don't have G_TYPE_UNICHAR but G_TYPE_UINTLorenzo Gil Sanchez2004-06-041-1/+1
* Add support for paramspec.default_value for GParamSpec types that supportJohan Dahlin2004-06-041-0/+43
* added gobject.TYPE_UNICHARLorenzo Gil Sanchez2004-06-041-0/+1
* ImplJohan Dahlin2004-06-042-30/+92
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-2/+9
* Add gobject.pygtk_version (_wrap_g_main_context_iteration): block/unblockPYGTK_2_3_92Johan Dahlin2004-05-211-0/+11
* pygobject.c (pygobject_new_with_interfaces) Add new type to the moduleJohn Finlay2004-05-181-2/+36
* pygobject.c (pygobject_new) Bump refcount of types created byJohn Finlay2004-05-181-0/+5
* allow registering multiple GObject classes with same nameGustavo J. A. M. Carneiro2004-04-181-16/+28
* Prevent warnings in Python 2.3PYGTK_2_3_91Gustavo J. A. M. Carneiro2004-04-154-4/+8
* Move quark_to_string to initgobjectJohan Dahlin2004-04-131-3/+1
* New function. (pygobject_lookup_class): Modify so we're not traversingJohan Dahlin2004-04-103-15/+107
* G_TYPE_STRV handling; GValueArray conversion fixGustavo J. A. M. Carneiro2004-04-092-2/+43
* This is a function, not a method.PYGTK_2_3_90Johan Dahlin2004-03-273-10/+18
* Fix again #136204 (GtkTextSearchFlags warning)PYGTK_2_2_0Gustavo J. A. M. Carneiro2004-03-081-4/+11
* Fixes for bug 132704, Patch by John Ehresman.Johan Dahlin2004-03-042-5/+25
* block/unblock threads around Py_DECREF in pyobject_freeGustavo J. A. M. Carneiro2004-03-031-0/+2
* signa->signalJohan Dahlin2004-02-241-1/+1
* Handle conversion of GValueArray to PyObjectGustavo J. A. M. Carneiro2003-12-261-2/+8
* explicitly check if the property is readable first, and raise an exceptionJames Henstridge2003-12-231-0/+10
* add wrapper (from bug #118676).pygtk-2-0-anchorPYGTK_2_0_0PYGTK_1_99_18PYGTK_1_99_17James Henstridge2003-07-311-0/+16
* add a call to PyType_Ready() to make sure the type is initialised (bugJames Henstridge2003-07-311-0/+4
* same here.James Henstridge2003-07-242-7/+4
* change first block threads instead of unblocking them here. (Looks likeJames Henstridge2003-07-031-1/+1
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-264-4/+85
* Fix bogus strcmp. Thanks to John Ehresman for spotting this. Fixes #110489Johan Dahlin2003-06-061-1/+2
* Make the third argument optional. This broke distutils.Johan Dahlin2003-05-282-4/+0
* add missing "extern" keyword (from Glyph's patch).James Henstridge2003-03-241-1/+1
* add doc comments.PYGTK_1_99_16James Henstridge2003-03-133-0/+197
* add some documentation.James Henstridge2003-03-121-0/+100
* the GObject should own a ref to the wrapper. (pygobject_new): get rid ofJames Henstridge2003-03-072-69/+49
* Unblock threads before invalidating our closures, since this might triggerJon Trowbridge2003-03-043-7/+34
* Fix function name in exception.Johan Dahlin2003-03-021-1/+1
* Add GMainContext bindings and complete the GMainLoop bindings. FixesJohan Dahlin2003-01-212-12/+173
* use os.path.join in a few more placesJohan Dahlin2003-01-182-6/+113
* In my fix for bug #102756 on 2003-01-08, I should have used calls toJon Trowbridge2003-01-171-5/+5
* Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call toJon Trowbridge2003-01-081-1/+7