| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use G_CONST_RETURN with a gchar* return value.PYGTK_2_6_0 | Cedric Gustin | 2005-02-23 | 1 | -1/+1 |
* | Move the install_template call for pygobject-2.0.pc.in to the right placePYGTK_2_5_4 | Cedric Gustin | 2005-02-23 | 1 | -2/+7 |
* | Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray... | Gustavo J. A. M. Carneiro | 2005-01-09 | 1 | -0/+70 |
* | Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some... | Gustavo J. A. M. Carneiro | 2005-01-09 | 1 | -2/+6 |
* | make threading runtime optional | Gustavo J. A. M. Carneiro | 2004-08-04 | 1 | -9/+9 |
* | Add better support for boolean type now when we can require 2.3. Fixes bug | Johan Dahlin | 2004-08-03 | 1 | -3/+1 |
* | Clean up most functions here to have only one return path. | Johan Dahlin | 2004-08-03 | 1 | -10/+11 |
* | Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95 | Johan Dahlin | 2004-08-02 | 1 | -10/+10 |
* | If we're on python 2.3, also check for PyBool_Type. | Johan Dahlin | 2004-07-28 | 1 | -0/+4 |
* | Update, why do I even bother to update 3 different build systems? | Johan Dahlin | 2004-07-19 | 1 | -3/+0 |
* | gtk/*.override | Johan Dahlin | 2004-07-17 | 1 | -2/+5 |
* | New conversion functions that use GParamSpec's declarations of new param | John Ehresman | 2004-07-05 | 1 | -0/+39 |
* | John Ehresman's patch to improve gunichar parameter handling | Gustavo J. A. M. Carneiro | 2004-07-04 | 1 | -0/+45 |
* | G_TYPE_STRV handling; GValueArray conversion fix | Gustavo J. A. M. Carneiro | 2004-04-09 | 1 | -2/+3 |
* | Fixes for bug 132704, Patch by John Ehresman. | Johan Dahlin | 2004-03-04 | 1 | -3/+20 |
* | Handle conversion of GValueArray to PyObject | Gustavo J. A. M. Carneiro | 2003-12-26 | 1 | -2/+8 |
* | add a call to PyType_Ready() to make sure the type is initialised (bug | James Henstridge | 2003-07-31 | 1 | -0/+4 |
* | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 1 | -1/+21 |
* | Make the third argument optional. This broke distutils. | Johan Dahlin | 2003-05-28 | 1 | -2/+0 |
* | add some documentation. | James Henstridge | 2003-03-12 | 1 | -0/+100 |
* | (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 |
* | allow None when converting to string GValue (bug picked up by Thomas | James Henstridge | 2002-08-17 | 1 | -1/+3 |
* | Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11 | James Henstridge | 2002-07-09 | 1 | -11/+6 |
* | update to use this function. (ArgMatcher.register_boxed): short circuit if | James Henstridge | 2002-07-07 | 1 | -0/+4 |
* | copy boxed arguments. | James Henstridge | 2002-06-23 | 1 | -7/+22 |
* | if a value holds a PyObject*, the code that is getting the value is | Matt Wilson | 2002-06-17 | 1 | -3/+9 |
* | 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 | 1 | -35/+43 |
* | fix up property listing.PYGTK_1_99_8 | James Henstridge | 2002-03-16 | 1 | -14/+20 |
* | use g_string_append_printf(). (add_property_docs): same here. | James Henstridge | 2002-01-24 | 1 | -19/+14 |
* | (add_signal_docs): only get the class for a type if it is a | James Henstridge | 2002-01-23 | 1 | -3/+5 |
* | (add_property_docs): fix small bug. | James Henstridge | 2002-01-23 | 1 | -1/+1 |
* | fill in __doc__ descriptor | James Henstridge | 2002-01-23 | 1 | -1/+190 |
* | move closure stuff here. | James Henstridge | 2002-01-22 | 1 | -0/+205 |
* | don't create boxed_marshal hash table, and remove the type functions moved | James Henstridge | 2002-01-22 | 1 | -0/+558 |