| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixes for bug 132704, Patch by John Ehresman. | Johan Dahlin | 2004-03-04 | 2 | -5/+25 |
| * | block/unblock threads around Py_DECREF in pyobject_free | Gustavo J. A. M. Carneiro | 2004-03-03 | 1 | -0/+2 |
| * | signa->signal | Johan Dahlin | 2004-02-24 | 1 | -1/+1 |
| * | Handle conversion of GValueArray to PyObject | Gustavo J. A. M. Carneiro | 2003-12-26 | 1 | -2/+8 |
| * | explicitly check if the property is readable first, and raise an exception | James Henstridge | 2003-12-23 | 1 | -0/+10 |
| * | add wrapper (from bug #118676).pygtk-2-0-anchorPYGTK_2_0_0PYGTK_1_99_18PYGTK_1_99_17 | James Henstridge | 2003-07-31 | 1 | -0/+16 |
| * | add a call to PyType_Ready() to make sure the type is initialised (bug | James Henstridge | 2003-07-31 | 1 | -0/+4 |
| * | same here. | James Henstridge | 2003-07-24 | 2 | -7/+4 |
| * | change first block threads instead of unblocking them here. (Looks like | James Henstridge | 2003-07-03 | 1 | -1/+1 |
| * | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 4 | -4/+85 |
| * | Fix bogus strcmp. Thanks to John Ehresman for spotting this. Fixes #110489 | Johan Dahlin | 2003-06-06 | 1 | -1/+2 |
| * | Make the third argument optional. This broke distutils. | Johan Dahlin | 2003-05-28 | 2 | -4/+0 |
| * | add missing "extern" keyword (from Glyph's patch). | James Henstridge | 2003-03-24 | 1 | -1/+1 |
| * | add doc comments.PYGTK_1_99_16 | James Henstridge | 2003-03-13 | 3 | -0/+197 |
| * | add some documentation. | James Henstridge | 2003-03-12 | 1 | -0/+100 |
| * | the GObject should own a ref to the wrapper. (pygobject_new): get rid of | James Henstridge | 2003-03-07 | 2 | -69/+49 |
| * | Unblock threads before invalidating our closures, since this might trigger | Jon Trowbridge | 2003-03-04 | 3 | -7/+34 |
| * | Fix function name in exception. | Johan Dahlin | 2003-03-02 | 1 | -1/+1 |
| * | Add GMainContext bindings and complete the GMainLoop bindings. Fixes | Johan Dahlin | 2003-01-21 | 2 | -12/+173 |
| * | use os.path.join in a few more places | Johan Dahlin | 2003-01-18 | 2 | -6/+113 |
| * | In my fix for bug #102756 on 2003-01-08, I should have used calls to | Jon Trowbridge | 2003-01-17 | 1 | -5/+5 |
| * | Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call to | Jon Trowbridge | 2003-01-08 | 1 | -1/+7 |
| * | Improve threading support by adding pyg_thread_block/unblock around all | Johan Dahlin | 2002-12-28 | 1 | -1/+17 |
| * | (pygobject_chain_from_overridden): check ifPYGTK_1_99_14 | James Henstridge | 2002-12-24 | 1 | -0/+6 |
| * | add abstract type check here too. (pygobject_init): make this code more | James Henstridge | 2002-12-24 | 2 | -92/+84 |
| * | get rid of pyg_handler_marshal and pyg_input_marshal, which were the last | James Henstridge | 2002-11-19 | 1 | -24/+85 |
| * | add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper for | James Henstridge | 2002-11-18 | 1 | -0/+189 |
| * | set up closure correctly. Fix from bug #96922. | James Henstridge | 2002-11-16 | 1 | -2/+2 |
| * | (pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values to | James Henstridge | 2002-11-16 | 1 | -12/+13 |
| * | if python object is None, set GValue to NULL for boxed, pointer and | James Henstridge | 2002-11-16 | 1 | -47/+53 |
| * | fix up misspelling. | James Henstridge | 2002-08-26 | 1 | -3/+3 |
| * | han Dahlin <jdahlin@telia.com>PYGTK_1_99_13 | Johan Dahlin | 2002-08-20 | 1 | -2/+2 |
| * | unref object_wrapper. (pyg_object_get_property): unref object_wrapper. | James Henstridge | 2002-08-18 | 1 | -1/+3 |
| * | don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here. | James Henstridge | 2002-08-18 | 4 | -29/+71 |
| * | allow None when converting to string GValue (bug picked up by Thomas | James Henstridge | 2002-08-17 | 1 | -1/+3 |
| * | These changes help with win32 compat.PYGTK_1_99_12 | James Henstridge | 2002-07-12 | 3 | -8/+16 |
| * | Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11 | James Henstridge | 2002-07-09 | 5 | -19/+111 |
| * | apply another memory leak fix from Arjan (from bug #87413). | James Henstridge | 2002-07-08 | 1 | -0/+4 |
| * | add __grefcount__ property. | James Henstridge | 2002-07-07 | 1 | -1/+8 |
| * | update to use this function. (ArgMatcher.register_boxed): short circuit if | James Henstridge | 2002-07-07 | 1 | -0/+4 |
| * | Add GBoxed::copy | Jonathan Blandford | 2002-06-24 | 2 | -2/+83 |
| * | copy boxed arguments. | James Henstridge | 2002-06-23 | 5 | -13/+28 |
| * | if a value holds a PyObject*, the code that is getting the value is | Matt Wilson | 2002-06-17 | 1 | -3/+9 |
| * | decref the exception instance after raising the error. | James Henstridge | 2002-06-16 | 1 | -0/+1 |
| * | the path argument must be a tuple. Ints are not automatically converted to | Matt Wilson | 2002-05-31 | 1 | -6/+9 |
| * | add support for G_TYPE_INTERFACE, provided the interface has a prereq on | James Henstridge | 2002-05-15 | 1 | -6/+27 |
| * | add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject): | James Henstridge | 2002-05-14 | 3 | -41/+54 |
| * | allow override of autoconf and autoheaderPYGTK_1_99_9PYGTK_1_99_10 | Matt Wilson | 2002-03-19 | 1 | -5/+0 |
| * | fix up property listing.PYGTK_1_99_8 | James Henstridge | 2002-03-16 | 1 | -14/+20 |
| * | Fix a leak | Johan Dahlin | 2002-02-12 | 1 | -2/+3 |