summaryrefslogtreecommitdiff
path: root/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-29/+90
* Add gobject.pygtk_version (_wrap_g_main_context_iteration): block/unblockJohan Dahlin2004-05-211-0/+11
* allow registering multiple GObject classes with same nameGustavo J. A. M. Carneiro2004-04-181-16/+28
* Prevent warnings in Python 2.3Gustavo J. A. M. Carneiro2004-04-151-1/+1
* Move quark_to_string to initgobjectJohan Dahlin2004-04-131-3/+1
* New function. (pygobject_lookup_class): Modify so we're not traversingJohan Dahlin2004-04-101-1/+9
* G_TYPE_STRV handling; GValueArray conversion fixGustavo J. A. M. Carneiro2004-04-091-0/+40
* This is a function, not a method.Johan Dahlin2004-03-271-0/+3
* Fix again #136204 (GtkTextSearchFlags warning)Gustavo J. A. M. Carneiro2004-03-081-4/+11
* block/unblock threads around Py_DECREF in pyobject_freeGustavo J. A. M. Carneiro2004-03-031-0/+2
* same here.James Henstridge2003-07-241-5/+0
* 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-261-1/+21
* 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-281-2/+0
* add doc comments.James Henstridge2003-03-131-0/+76
* Unblock threads before invalidating our closures, since this might triggerJon Trowbridge2003-03-041-4/+12
* Fix function name in exception.Johan Dahlin2003-03-021-1/+1
* Add GMainContext bindings and complete the GMainLoop bindings. FixesJohan Dahlin2003-01-211-12/+167
* use os.path.join in a few more placesJohan Dahlin2003-01-181-6/+107
* Improve threading support by adding pyg_thread_block/unblock around allJohan Dahlin2002-12-281-1/+17
* add abstract type check here too. (pygobject_init): make this code moreJames Henstridge2002-12-241-33/+38
* get rid of pyg_handler_marshal and pyg_input_marshal, which were the lastJames Henstridge2002-11-191-24/+85
* add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper forJames Henstridge2002-11-181-0/+189
* han Dahlin <jdahlin@telia.com>Johan Dahlin2002-08-201-2/+2
* unref object_wrapper. (pyg_object_get_property): unref object_wrapper.James Henstridge2002-08-181-1/+3
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-0/+1
* These changes help with win32 compat.James Henstridge2002-07-121-2/+10
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugJames Henstridge2002-07-091-0/+1
* copy boxed arguments.James Henstridge2002-06-231-1/+1
* decref the exception instance after raising the error.James Henstridge2002-06-161-0/+1
* add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject):James Henstridge2002-05-141-6/+1
* allow override of autoconf and autoheaderMatt Wilson2002-03-191-5/+0
* Fix a leakJohan Dahlin2002-02-121-2/+3
* register pointer types as well.James Henstridge2002-02-051-0/+12
* same code here, if __doc__ hasn't already been set. (initgobject): don'tJames Henstridge2002-01-281-2/+6
* fill in __doc__ descriptorJames Henstridge2002-01-231-0/+8
* move GObject wrapper stuff here.James Henstridge2002-01-221-807/+9
* and again :(James Henstridge2002-01-221-1/+1
* small patch to get things working again after last commit.James Henstridge2002-01-221-220/+5
* don't create boxed_marshal hash table, and remove the type functions movedJames Henstridge2002-01-221-557/+3
* list extra source files.James Henstridge2002-01-211-165/+3
* convert None, int, long, float, str and object to GTypes.James Henstridge2002-01-121-0/+18
* removed debugging code I didn't mean to check in.Matt Wilson2002-01-111-3/+2
* the F10 key is used to start navigating the menu -- not alt.James Henstridge2002-01-071-2/+2
* initialise GThread if threading is enabled at compile time (this doesn'tJames Henstridge2002-01-071-0/+5
* add overriden implementation that allows threads while waiting, so someJames Henstridge2002-01-071-3/+6