]> Pileus Git - ~andy/gtk/history - gtk/gtkrbtree.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtkrbtree.c
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.