summaryrefslogtreecommitdiff
path: root/gtk/pygtkcellrenderer.c
Commit message (Expand)AuthorAgeFilesLines
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Fix problems introduced in fix of #347273 and relatedGustavo J. A. M. Carneiro2006-09-161-1/+1
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-091-0/+3
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-11/+11
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-11/+0
* Call PyEval_InitThreads. Perhaps its something that always should beJohan Dahlin2004-08-021-9/+22
* Allow return values that are NULL. Patch by Tim Evans, fixes #122786Johan Dahlin2003-12-181-2/+6
* same here.James Henstridge2003-06-301-1/+0
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* Make the third argument optional. This broke distutils.Johan Dahlin2003-05-281-4/+0
* Improve threading support by adding pyg_thread_block/unblock around allJohan Dahlin2002-12-281-1/+23
* Prevent NULL dereference by passing in local variables to PyArg_ParseTupleJoe Shaw2002-11-041-1/+15
* fix up arguments, and use "O" format code for PyObject_CallMethod -- can'tJames Henstridge2002-07-201-39/+61
* add nonzero method to tree models, so that they evaluate to a truth valueJames Henstridge2002-07-201-0/+246