]> Pileus Git - ~andy/gtk/history - gtk/gtktreedatalist.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktreedatalist.c
2012-02-27 Javier JardónChange FSF Address
2011-11-02 Matthias ClasenDon't use deprecated GValue api
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-18 David ZeuthenBug 656851 – Allow use of GVariant in GtkListStore
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2005-12-29 Matthias ClasenUse the slice allocater for GtkTreeDataSortHeader.
2005-12-05 Matthias ClasenUse g_slice instead of mem chunks.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2004-11-08 Matthias ClasenSupport columns whose declared type is an interface...
2004-08-11 Matthias ClasenUnderscore-prefix gtk_tree_data_list_compare_func.
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-11-20 Jonathan BlandfordPatch from David Hampton to fix sorting on booleans.
2002-10-07 Manish SinghDeprecation cleanup
2002-05-27 Daniel Elstner[ merge from stable ]
2002-04-09 Kristian RietveldFixes #78110
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-01-08 Jonathan Blandfordwow! Am I a moron or what 0 < 1 is not equivalent to...
2001-12-03 Kristian Rietveldif we use pointers, we should free the previous pointer...
2001-11-15 Jonathan Blandfordmaybe fix #64160 Also, forgot to save gtktreeview.h
2001-10-31 Matt Wilsonafter allocating the treedatalist, zero it to make...
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-01 Jonathan Blandfordchange scroll_to_cell delayed code to happen in size_al...
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-01 Jonathan BlandfordInitial work on implementing the GtkTreeSortable interf...
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-13 Jonathan BlandfordFix up focus code a lot.
2001-03-10 Jonathan BlandfordMake select_all not work if you're in SINGLE mode ...
2001-03-07 Tim Janikmarshaller fixes.
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-15 5Fix GtkTreeNode *node ->GtkTreeNode node issue.
2000-10-13 Jonathan BlandfordAdded values other then G_TYPE_STRING. Minor commenting...
2000-10-05 4Checked in initial draft of the new tree widget.