summaryrefslogtreecommitdiff
path: root/gtk/gtkrbtree.c
Commit message (Expand)AuthorAgeFilesLines
...
* add _gtk_rbtree_mark_invalid (my previous commit already needed this ...)Kristian Rietveld2002-01-271-0/+24
* New function to fixup parity. RBTree corruption bug--Jonathan Blandford2001-12-101-56/+53
* Add debug spew to lots of places, so that people with crashy trees canJonathan Blandford2001-12-081-5/+31
* get logic right, #66249Jonathan Blandford2001-12-081-101/+283
* Minor fix.Jonathan Blandford2001-12-041-26/+101
* Clean up height code a bit. I don't think it's completely correct yet, butJonathan Blandford2001-11-021-7/+35
* Fix reorder_fixup, #59583Jonathan Blandford2001-11-021-2/+9
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-1/+85
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-1/+1
* add warnings per jrb's request.Kristian Rietveld2001-09-011-2/+5
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-0/+2
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-11/+26
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-0/+95
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-1/+8
* remove validation idleHavoc Pennington2001-02-081-33/+246
* adapt to handle PangoColorHavoc Pennington2001-01-261-1/+22
* sync to tree changesHavoc Pennington2001-01-191-2/+7
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-0/+10
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-0/+7
* Checked in initial draft of the new tree widget.42000-10-051-0/+994