summaryrefslogtreecommitdiff
path: root/gtk/gtkrbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-181-1/+1
* get rid of GAllocator usage, allocate and free nodes via the g_slice_*()Tim Janik2005-11-011-102/+4
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Fixes #165034, reported by Jorn Baayen.Kristian Rietveld2005-07-081-3/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* null initialize reorder's members so Purify won't complain.Jonathan Blandford2003-03-311-1/+1
* return a value in the range of [-1, 1] instead [0, 1],Kristian Rietveld2002-11-201-2/+2
* don't leak the GArray (figured out by Matthias Clasen, fixes #82026).Kristian Rietveld2002-06-061-0/+2
* include missing #ifdef G_ENA\BLE_DEBUGJonathan Blandford2002-05-161-1/+9
* Fixes for #78258Owen Taylor2002-05-161-8/+24
* add _gtk_rbtree_set_fixed_height()Kristian Rietveld2002-03-201-0/+26
* 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