summaryrefslogtreecommitdiff
path: root/gtk/pygtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Remove compiler warningsGian Mario Tagliaretti2008-08-311-1/+1
* add wrapping/unwrapping of GtkTreeItermethods to gtk.GenericTreeModel, fix #3...Gian Mario Tagliaretti2007-07-291-1/+39
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-28/+28
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-118/+63
* Call PyEval_InitThreads. Perhaps its something that always should beJohan Dahlin2004-08-021-0/+58
* gtk/pygtktreemodel.c Fix reference leaks. Fixes#148748. Thanks to TimJohn Finlay2004-07-291-0/+14
* gtk/pygtktreemodel.c (pygtk_generic_tree_model_get_value) SkipJohn Finlay2004-07-261-2/+3
* gtk/gtktreeview.override Ignore gtk_tree_view_get_search_equal_func.John Finlay2004-07-041-22/+64
* postfix for #136312 :-/Gustavo J. A. M. Carneiro2004-03-061-1/+1
* Add support for optional TreeModel ref_node & unref_node callbacks. Fixes #1...Gustavo J. A. M. Carneiro2004-03-061-0/+78
* Allow iter to be set to NULL, based on patch by Don Allingham Fixes bugJohan Dahlin2004-01-141-4/+1
* handle None iterator values. Patch by John Ehresman, fixes #126479.Johan Dahlin2003-12-181-13/+32
* 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-12/+0
* pyg_unblock_threads was being called twice.Jon Trowbridge2003-01-061-1/+0
* Improve threading support by adding pyg_thread_block/unblock around allJohan Dahlin2002-12-281-22/+60
* this should have been calling on_get_path(), rather thanJames Henstridge2002-12-261-4/+4
* Added. Fixes #97963.Joe Shaw2002-11-201-0/+24
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-0/+3
* ignore the GtkMenu append, insert and prepend methods (they are deprecatedJames Henstridge2002-03-171-5/+10
* apply Arjan Molenaar's patch to allow selectively making the model leakJames Henstridge2002-03-101-3/+80
* move types.James Henstridge2001-10-091-66/+67
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-1/+1
* fix up toolbar constructor.James Henstridge2001-06-271-0/+42
* Still broken. Needs more updatingJames Henstridge2001-03-181-83/+22
* fix PyObject_CallMethod calls to add parentheses around argument typeJames Henstridge2000-12-061-27/+71
* check in initial leaky implementation of the GtkTreeModel for use fromJames Henstridge2000-12-061-0/+470