summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-4/+13
* Bug 311226: Metaclass registration causes breakage with old constructorsGustavo J. A. M. Carneiro2005-07-221-0/+6
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-6/+0
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-29/+40
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-7/+11
* correct PyGProps[Iter] sizesGustavo J. A. M. Carneiro2005-07-091-3/+3
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-081-0/+345
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-051-7/+28
* fix docstring typoJohan Dahlin2005-07-041-1/+1
* Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and GianJohan Dahlin2005-06-201-1/+1
* fix registration of already registered types through the gobject metaclassGustavo J. A. M. Carneiro2005-05-291-1/+8
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-16/+0
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-1/+62
* revert accidental commitGustavo J. A. M. Carneiro2005-05-221-39/+1
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-221-1/+39
* Unbreak buildJohan Dahlin2004-11-271-1/+3
* Make sure type is a type and sinkfunc isn't NULL.Johan Dahlin2004-11-231-1/+4
* allow override of some more slotsGustavo J. A. M. Carneiro2004-08-201-7/+0
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-12/+12
* remove unused variableGustavo J. A. M. Carneiro2004-08-031-1/+0
* More minor threading fixesJohan Dahlin2004-08-031-4/+3
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-5/+1
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-12/+19
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-0/+5
* New gettersJohan Dahlin2004-07-181-10/+2
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-2/+2
* fix bug #144135 (gtk.gdk.GC attributes not working)Gustavo J. A. M. Carneiro2004-06-201-0/+13
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-2/+9
* 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
* Prevent warnings in Python 2.3PYGTK_2_3_91Gustavo J. A. M. Carneiro2004-04-151-1/+1
* New function. (pygobject_lookup_class): Modify so we're not traversingJohan Dahlin2004-04-101-14/+96
* Fixes for bug 132704, Patch by John Ehresman.Johan Dahlin2004-03-041-2/+5
* signa->signalJohan Dahlin2004-02-241-1/+1
* 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 copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* add doc comments.PYGTK_1_99_16James Henstridge2003-03-131-0/+71
* the GObject should own a ref to the wrapper. (pygobject_new): get rid ofJames Henstridge2003-03-071-68/+49
* Unblock threads before invalidating our closures, since this might triggerJon Trowbridge2003-03-041-0/+4
* 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
* (pygobject_chain_from_overridden): check ifPYGTK_1_99_14James Henstridge2002-12-241-0/+6
* add abstract type check here too. (pygobject_init): make this code moreJames Henstridge2002-12-241-59/+46
* set up closure correctly. Fix from bug #96922.James Henstridge2002-11-161-2/+2
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-3/+39
* These changes help with win32 compat.PYGTK_1_99_12James Henstridge2002-07-121-2/+2
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11James Henstridge2002-07-091-7/+92
* apply another memory leak fix from Arjan (from bug #87413).James Henstridge2002-07-081-0/+4
* add __grefcount__ property.James Henstridge2002-07-071-1/+8