summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Improve threading support by adding pyg_thread_block/unblock around allJohan Dahlin2002-12-281-1/+17
* (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-242-92/+84
* 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
* set up closure correctly. Fix from bug #96922.James Henstridge2002-11-161-2/+2
* (pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values toJames Henstridge2002-11-161-12/+13
* if python object is None, set GValue to NULL for boxed, pointer andJames Henstridge2002-11-161-47/+53
* fix up misspelling.James Henstridge2002-08-261-3/+3
* han Dahlin <jdahlin@telia.com>PYGTK_1_99_13Johan 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-184-29/+71
* allow None when converting to string GValue (bug picked up by ThomasJames Henstridge2002-08-171-1/+3
* These changes help with win32 compat.PYGTK_1_99_12James Henstridge2002-07-123-8/+16
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11James Henstridge2002-07-095-19/+111
* 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
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-0/+4
* Add GBoxed::copyJonathan Blandford2002-06-242-2/+83
* copy boxed arguments.James Henstridge2002-06-235-13/+28
* if a value holds a PyObject*, the code that is getting the value isMatt Wilson2002-06-171-3/+9
* decref the exception instance after raising the error.James Henstridge2002-06-161-0/+1
* the path argument must be a tuple. Ints are not automatically converted toMatt Wilson2002-05-311-6/+9
* add support for G_TYPE_INTERFACE, provided the interface has a prereq onJames Henstridge2002-05-151-6/+27
* add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject):James Henstridge2002-05-143-41/+54
* allow override of autoconf and autoheaderPYGTK_1_99_9PYGTK_1_99_10Matt Wilson2002-03-191-5/+0
* fix up property listing.PYGTK_1_99_8James Henstridge2002-03-161-14/+20
* Fix a leakJohan Dahlin2002-02-121-2/+3
* register pointer types as well.James Henstridge2002-02-054-6/+201
* same code here, if __doc__ hasn't already been set. (initgobject): don'tPYGTK_1_99_7James Henstridge2002-01-282-2/+10
* use g_string_append_printf(). (add_property_docs): same here.James Henstridge2002-01-241-19/+14
* (add_signal_docs): only get the class for a type if it is aJames Henstridge2002-01-231-3/+5
* (add_property_docs): fix small bug.James Henstridge2002-01-232-1/+818
* fill in __doc__ descriptorJames Henstridge2002-01-233-1/+200
* move GObject wrapper stuff here.James Henstridge2002-01-222-810/+22
* and again :(James Henstridge2002-01-222-2/+2
* small patch to get things working again after last commit.James Henstridge2002-01-222-220/+15
* move closure stuff here.James Henstridge2002-01-222-0/+209
* don't create boxed_marshal hash table, and remove the type functions movedJames Henstridge2002-01-223-557/+581
* list extra source files.James Henstridge2002-01-213-165/+203
* 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-072-3/+9
* handler for registering thread block/unblock funcs.James Henstridge2002-01-072-10/+67
* fix for updated API. (pygobject_methods): just call the method "chain".PYGTK_1_99_6James Henstridge2001-12-201-16/+10
* forgot to add these types here :(James Henstridge2001-12-181-0/+2
* add support for int64/uint64. Fix up code for unsigned int/long to parseJames Henstridge2001-12-181-28/+94
* add new example to dist.James Henstridge2001-12-181-11/+354