| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Make functions static that don't need to be non-static | Benjamin Otte | 2012-10-02 | 1 | -17/+17 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | rbtree: Add _gtk_rbtree_contains() | Benjamin Otte | 2011-12-10 | 1 | -0/+25 |
* | rbtree: Rewrite to not lose node order | Benjamin Otte | 2011-11-22 | 1 | -88/+74 |
* | rbtree: Remove needless tests | Benjamin Otte | 2011-11-22 | 1 | -8/+8 |
* | rbtree: Simplify rotation functions | Benjamin Otte | 2011-11-22 | 1 | -54/+32 |
* | rbtree: Remove the nil member | Benjamin Otte | 2011-11-22 | 1 | -9/+6 |
* | rbtree: Introduce _gtk_rbtree_is_nil() | Benjamin Otte | 2011-11-22 | 1 | -87/+93 |
* | rbtree: Introduce _gtk_rbtree_first() | Benjamin Otte | 2011-11-22 | 1 | -19/+21 |
* | rbtree: Replace nil node allocation with a preallocated nil | Benjamin Otte | 2011-11-22 | 1 | -9/+6 |
* | rbtree: Don't write to nil node | Benjamin Otte | 2011-11-21 | 1 | -11/+10 |
* | rbtree: Add a local variable | Benjamin Otte | 2011-11-21 | 1 | -19/+23 |
* | rbtree: Move to an approach where we don't move contents | Benjamin Otte | 2011-11-21 | 1 | -24/+41 |
* | rbtree: Use gtk_rbnode_adjust() even more | Benjamin Otte | 2011-11-21 | 1 | -27/+15 |
* | rbtree: Use gtk_rbnode_adjust() | Benjamin Otte | 2011-11-21 | 1 | -41/+3 |
* | rbtree: Use gtk_rbnode_adjust() more. | Benjamin Otte | 2011-11-21 | 1 | -12/+2 |
* | rbtree: Use gtk_rbnode_adjust() more | Benjamin Otte | 2011-11-21 | 1 | -23/+4 |
* | rbtree: Use gtk_rbnode_adjust() | Benjamin Otte | 2011-11-21 | 1 | -23/+4 |
* | rbtree: Split out a common function | Benjamin Otte | 2011-11-21 | 1 | -22/+33 |
* | rbtree: Don't set variable twice | Benjamin Otte | 2011-11-21 | 1 | -1/+0 |
* | rbtree: Add assertions to clarify usage | Benjamin Otte | 2011-11-21 | 1 | -0/+2 |
* | rbtree: Mark all debug sections as debug | Benjamin Otte | 2011-11-21 | 1 | -0/+2 |
* | rbtree: Make debug functions private | Benjamin Otte | 2011-11-21 | 1 | -2/+7 |
* | treeview: Add _gtk_rbtree_node_get_index() | Benjamin Otte | 2011-11-16 | 1 | -5/+5 |
* | treeview: Add _gtk_rbtree_find_index() | Benjamin Otte | 2011-11-16 | 1 | -0/+50 |
* | treeview: Rename "parity" to "total_count" | Benjamin Otte | 2011-11-16 | 1 | -53/+44 |
* | treeview: Make the parity actually store the row number | Benjamin Otte | 2011-11-16 | 1 | -16/+7 |
* | treeview: Remove special cases when computing parity | Benjamin Otte | 2011-11-16 | 1 | -3/+2 |
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -11/+11 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -1/+0 |
* | Fix compilation warning: move function to proper location | Javier Jardón | 2010-04-12 | 1 | -22/+20 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Fix several g_new() calls which were using extra indirections or pointless | Matthias Clasen | 2006-01-18 | 1 | -1/+1 |
* | get rid of GAllocator usage, allocate and free nodes via the g_slice_*() | Tim Janik | 2005-11-01 | 1 | -102/+4 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Fixes #165034, reported by Jorn Baayen. | Kristian Rietveld | 2005-07-08 | 1 | -3/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+1 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | null initialize reorder's members so Purify won't complain. | Jonathan Blandford | 2003-03-31 | 1 | -1/+1 |
* | return a value in the range of [-1, 1] instead [0, 1], | Kristian Rietveld | 2002-11-20 | 1 | -2/+2 |
* | don't leak the GArray (figured out by Matthias Clasen, fixes #82026). | Kristian Rietveld | 2002-06-06 | 1 | -0/+2 |
* | include missing #ifdef G_ENA\BLE_DEBUG | Jonathan Blandford | 2002-05-16 | 1 | -1/+9 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 1 | -8/+24 |
* | add _gtk_rbtree_set_fixed_height() | Kristian Rietveld | 2002-03-20 | 1 | -0/+26 |
* | add _gtk_rbtree_mark_invalid (my previous commit already needed this ...) | Kristian Rietveld | 2002-01-27 | 1 | -0/+24 |
* | New function to fixup parity. RBTree corruption bug-- | Jonathan Blandford | 2001-12-10 | 1 | -56/+53 |
* | Add debug spew to lots of places, so that people with crashy trees can | Jonathan Blandford | 2001-12-08 | 1 | -5/+31 |