summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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