summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.override
Commit message (Expand)AuthorAgeFilesLines
* Fix GtkTreeView.set_drag_dest_rowDieter Verfaillie2010-12-241-5/+9
* Make it possible to implement gtk.TreeSortable fullyPaul Pogonyshev2010-03-101-0/+230
* Fix just added override for gtk.TreeSortable.do_get_sorted_column_idPaul Pogonyshev2009-11-131-2/+5
* Make it possible to implement gtk.TreeSortable to some extentPaul Pogonyshev2009-11-131-0/+85
* Modernize constructors of seven more typesPaul Pogonyshev2009-06-131-11/+16
* Add extra warning against accidental misuse of tree model columnsPaul Pogonyshev2009-05-081-0/+6
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Fix logic in negative index branch to avoid refcount corruption.Paul Pogonyshev2008-06-241-15/+28
* wrap gtk.TreeView.get_tooltip_context and use it in the demo, fixes #530145Gian Mario Tagliaretti2008-06-221-0/+38
* Revert wrong commit 2979Gian Mario Tagliaretti2008-05-181-36/+0
* gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #4...Gian Mario Tagliaretti2008-05-181-0/+36
* Fix wrapper (#479012)Jeremy Katz2007-09-211-6/+6
* Plug a leak in pygtk_tree_sortable_sort_cb().Paul Pogonyshev2007-08-091-2/+2
* wrap gtk.TreeView new APIGian Mario Tagliaretti2007-07-111-0/+126
* gtk_tree_model_foreach bug fixGustavo J. A. M. Carneiro2006-11-251-3/+3
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-031-4/+4
* pygtk_tree_sortable_sort_cb: fix refcount prob. introduced in 2.10.2Gustavo J. A. M. Carneiro2006-10-031-2/+2
* Fix problems introduced in fix of #347273 and relatedGustavo J. A. M. Carneiro2006-09-161-6/+8
* Fix typoJohn Finlay2006-07-191-1/+1
* Re-add the old version so we still work on Gtk+ 2.8Johan Dahlin2006-07-191-1/+32
* (_wrap_gtk_tree_selection_set_select_function): Optionally provide fullJohn Finlay2006-07-191-12/+74
* Don't copy TreeIter when passing to callback. #347273 (Stefano Maggiolo)John Finlay2006-07-181-9/+9
* Add. (_wrap_gtk_tree_store_insert): UseJohn Finlay2006-07-181-8/+88
* Allow entry arg to default to None.John Finlay2006-06-141-0/+60
* Add.John Finlay2006-06-121-0/+2
* Restore override for TreeView.get_visible_rectJohn Ehresman2006-05-021-0/+11
* Allow callback to be set to None, found by Patrick O'BrienJohan Dahlin2006-04-051-1/+9
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-04-041-5/+17
* Remove gtk_tree_view_get_visible_rect duplicate override.Gustavo J. A. M. Carneiro2006-04-021-11/+0
* remove unused duplicated functionsJohan Dahlin2006-04-021-102/+0
* reviewed by: JohanJohn Finlay2006-04-011-0/+21
* pygtk_set_search_equal_func_marshal fixGustavo J. A. M. Carneiro2005-10-151-2/+5
* Revert Johns latest commit.Johan Dahlin2005-09-131-21/+0
* Add.John Finlay2005-09-071-0/+21
* Remove gtk_ prefix on a couple of (unwrapped) functionsJohan Dahlin2005-07-091-0/+2
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-221-1/+0
* Regression, allow the second argument to be unspecified, fixes #171027Johan Dahlin2005-03-201-16/+20
* gcc4 patches stolen from redhatJohan Dahlin2005-03-151-1/+1
* DittoJohan Dahlin2005-03-131-1/+0
* You don't own a ref on the return value from PyList_GetItem so don'tRichard Hult2005-03-131-1/+0
* Use gtk_list_store_insert_with_valuesv, improves performance when using aJohan Dahlin2005-03-101-8/+51
* document micro_version as micro version.Manish Singh2005-03-051-1/+1
* Undeprecate gtk.icon_size_get_name and gtk.icon_size_lookup and removeJohan Dahlin2005-02-151-1/+31
* Implement. (gtk_tree_view_get_row_separator_func): Ignore.John Finlay2004-11-151-0/+77
* Don't access private 'length' field of GtkTreeStore, rather useOwen Taylor2004-08-221-4/+7
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-18/+19
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-18/+27
* gtk/gtktreeview.override (_wrap_gtk_list_store_insert_before)John Finlay2004-07-291-14/+18
* gtk/gtktreeview.override (_wrap_gtk_tree_view_get_cursor)John Finlay2004-07-291-4/+4
* Convert some more constructorsGustavo J. A. M. Carneiro2004-07-181-1/+3