summaryrefslogtreecommitdiff
path: root/gtk/gtkrbtree.h
Commit message (Expand)AuthorAgeFilesLines
* Improve struct packing in various placesMatthias Clasen2013-09-211-4/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* rbtree: Add _gtk_rbtree_contains()Benjamin Otte2011-12-101-0/+2
* rbtree: Remove the nil memberBenjamin Otte2011-11-221-1/+0
* rbtree: Introduce _gtk_rbtree_is_nil()Benjamin Otte2011-11-221-0/+1
* rbtree: Introduce _gtk_rbtree_first()Benjamin Otte2011-11-221-0/+1
* rbtree: Make debug functions privateBenjamin Otte2011-11-211-7/+0
* treeview: Add _gtk_rbtree_node_get_index()Benjamin Otte2011-11-161-1/+1
* treeview: Add _gtk_rbtree_find_index()Benjamin Otte2011-11-161-0/+4
* treeview: Rename "parity" to "total_count"Benjamin Otte2011-11-161-6/+5
* treeview: Make the parity actually store the row numberBenjamin Otte2011-11-161-10/+4
* Remove GTK_RBNODE_IS_SEMI_[COLLAPSED|EXPANDED] flags.Carlos Garnacho2011-01-271-4/+0
* get rid of GAllocator usage, allocate and free nodes via the g_slice_*()Tim Janik2005-11-011-2/+0
* Fixes #165034, reported by Jorn Baayen.Kristian Rietveld2005-07-081-1/+2
* Fix the buildMatthias Clasen2005-06-211-1/+2
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+6
* include missing #ifdef G_ENA\BLE_DEBUGJonathan Blandford2002-05-161-1/+2
* add _gtk_rbtree_set_fixed_height()Kristian Rietveld2002-03-201-0/+2
* add _gtk_rbtree_mark_invalid (my previous commit already needed this ...)Kristian Rietveld2002-01-271-0/+1
* get logic right, #66249Jonathan Blandford2001-12-081-2/+2
* Minor fix.Jonathan Blandford2001-12-041-4/+16
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-1/+7
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-0/+2
* Add support for animating expanders.Anders Carlsson2001-07-221-1/+3
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-2/+4
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-2/+2
* remove validation idleHavoc Pennington2001-02-081-3/+22
* adapt to handle PangoColorHavoc Pennington2001-01-261-0/+1
* sync to tree changesHavoc Pennington2001-01-191-7/+10
* new directory to contain tests, gtk/test* should move here sometime (withHavoc Pennington2000-12-211-2/+2
* Checked in initial draft of the new tree widget.42000-10-051-0/+133