summaryrefslogtreecommitdiff
path: root/gtk/gtkrbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use g_print for debug outputMatthias Clasen2016-02-281-28/+54
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Clean up debug featuresMatthias Clasen2015-09-091-30/+30
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-17/+17
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* rbtree: Add _gtk_rbtree_contains()Benjamin Otte2011-12-101-0/+25
* rbtree: Rewrite to not lose node orderBenjamin Otte2011-11-221-88/+74
* rbtree: Remove needless testsBenjamin Otte2011-11-221-8/+8
* rbtree: Simplify rotation functionsBenjamin Otte2011-11-221-54/+32
* rbtree: Remove the nil memberBenjamin Otte2011-11-221-9/+6
* rbtree: Introduce _gtk_rbtree_is_nil()Benjamin Otte2011-11-221-87/+93
* rbtree: Introduce _gtk_rbtree_first()Benjamin Otte2011-11-221-19/+21
* rbtree: Replace nil node allocation with a preallocated nilBenjamin Otte2011-11-221-9/+6
* rbtree: Don't write to nil nodeBenjamin Otte2011-11-211-11/+10
* rbtree: Add a local variableBenjamin Otte2011-11-211-19/+23
* rbtree: Move to an approach where we don't move contentsBenjamin Otte2011-11-211-24/+41
* rbtree: Use gtk_rbnode_adjust() even moreBenjamin Otte2011-11-211-27/+15
* rbtree: Use gtk_rbnode_adjust()Benjamin Otte2011-11-211-41/+3
* rbtree: Use gtk_rbnode_adjust() more.Benjamin Otte2011-11-211-12/+2
* rbtree: Use gtk_rbnode_adjust() moreBenjamin Otte2011-11-211-23/+4
* rbtree: Use gtk_rbnode_adjust()Benjamin Otte2011-11-211-23/+4
* rbtree: Split out a common functionBenjamin Otte2011-11-211-22/+33
* rbtree: Don't set variable twiceBenjamin Otte2011-11-211-1/+0
* rbtree: Add assertions to clarify usageBenjamin Otte2011-11-211-0/+2
* rbtree: Mark all debug sections as debugBenjamin Otte2011-11-211-0/+2
* rbtree: Make debug functions privateBenjamin Otte2011-11-211-2/+7
* treeview: Add _gtk_rbtree_node_get_index()Benjamin Otte2011-11-161-5/+5
* treeview: Add _gtk_rbtree_find_index()Benjamin Otte2011-11-161-0/+50
* treeview: Rename "parity" to "total_count"Benjamin Otte2011-11-161-53/+44
* treeview: Make the parity actually store the row numberBenjamin Otte2011-11-161-16/+7
* treeview: Remove special cases when computing parityBenjamin Otte2011-11-161-3/+2
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-11/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Fix compilation warning: move function to proper locationJavier Jardón2010-04-121-22/+20
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* 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