]> Pileus Git - ~andy/gtk/history - gtk/gtkrbtree.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkrbtree.c
2012-10-02 Benjamin Ottegtk: Make functions static that don't need to be non...
2012-02-27 Javier JardónChange FSF Address
2011-12-10 Benjamin Otterbtree: Add _gtk_rbtree_contains()
2011-11-22 Benjamin Otterbtree: Rewrite to not lose node order
2011-11-22 Benjamin Otterbtree: Remove needless tests
2011-11-22 Benjamin Otterbtree: Simplify rotation functions
2011-11-22 Benjamin Otterbtree: Remove the nil member
2011-11-22 Benjamin Otterbtree: Introduce _gtk_rbtree_is_nil()
2011-11-22 Benjamin Otterbtree: Introduce _gtk_rbtree_first()
2011-11-22 Benjamin Otterbtree: Replace nil node allocation with a preallocated nil
2011-11-21 Benjamin Otterbtree: Don't write to nil node
2011-11-21 Benjamin Otterbtree: Add a local variable
2011-11-21 Benjamin Otterbtree: Move to an approach where we don't move contents
2011-11-21 Benjamin Otterbtree: Use gtk_rbnode_adjust() even more
2011-11-21 Benjamin Otterbtree: Use gtk_rbnode_adjust()
2011-11-21 Benjamin Otterbtree: Use gtk_rbnode_adjust() more.
2011-11-21 Benjamin Otterbtree: Use gtk_rbnode_adjust() more
2011-11-21 Benjamin Otterbtree: Use gtk_rbnode_adjust()
2011-11-21 Benjamin Otterbtree: Split out a common function
2011-11-21 Benjamin Otterbtree: Don't set variable twice
2011-11-21 Benjamin Otterbtree: Add assertions to clarify usage
2011-11-21 Benjamin Otterbtree: Mark all debug sections as debug
2011-11-21 Benjamin Otterbtree: Make debug functions private
2011-11-16 Benjamin Ottetreeview: Add _gtk_rbtree_node_get_index()
2011-11-16 Benjamin Ottetreeview: Add _gtk_rbtree_find_index()
2011-11-16 Benjamin Ottetreeview: Rename "parity" to "total_count"
2011-11-16 Benjamin Ottetreeview: Make the parity actually store the row number
2011-11-16 Benjamin Ottetreeview: Remove special cases when computing parity
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-12 Javier JardónFix compilation warning: move function to proper location
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-01-18 Matthias ClasenFix several g_new() calls which were using extra indire...
2005-11-01 Tim Janikget rid of GAllocator usage, allocate and free nodes...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-07-08 Kristian RietveldFixes #165034, reported by Jorn Baayen.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-03-31 Jonathan Blandfordnull initialize reorder's members so Purify won't complain.
2002-11-20 Kristian Rietveldreturn a value in the range of [-1, 1] instead [0, 1],
2002-06-06 Kristian Rietvelddon't leak the GArray (figured out by Matthias Clasen...
2002-05-16 Jonathan Blandfordinclude missing #ifdef G_ENA\BLE_DEBUG
2002-05-16 Owen TaylorFixes for #78258
2002-03-20 Kristian Rietveldadd _gtk_rbtree_set_fixed_height()
2002-01-27 Kristian Rietveldadd _gtk_rbtree_mark_invalid (my previous commit alread...
2001-12-10 Jonathan BlandfordNew function to fixup parity. RBTree corruption bug--
2001-12-08 Jonathan BlandfordAdd debug spew to lots of places, so that people with...
2001-12-08 Jonathan Blandfordget logic right, #66249
2001-12-04 Jonathan BlandfordMinor fix.
2001-11-02 Jonathan BlandfordClean up height code a bit. I don't think it's complete...
2001-11-02 Jonathan BlandfordFix reorder_fixup, #59583
2001-10-25 Jonathan BlandfordAdd support for invalid nodes. (_gtk_rbnode_rotate_righ...
2001-10-01 Jonathan Blandfordchange scroll_to_cell delayed code to happen in size_al...
2001-09-01 Kristian Rietveldadd warnings per jrb's request.
2001-06-15 Jonathan BlandfordRename gtk_tree_sortable_sort_column_id_set_func. It...
2001-03-29 Jonathan BlandfordMassive reordering/sorting work. Now pretty much works.
2001-03-28 Jonathan Blandfordnew function to handle reordering of trees. Seems to...
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-05 4Checked in initial draft of the new tree widget.