| Commit message (Expand) | Author | Age | Files | Lines |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Don't use deprecated GValue api | Matthias Clasen | 2011-11-01 | 1 | -4/+4 |
* | Use G_VALUE_INIT | Javier Jardón | 2011-10-15 | 1 | -2/+2 |
* | Bug 656851 – Allow use of GVariant in GtkListStore | David Zeuthen | 2011-08-18 | 1 | -0/+18 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -1/+0 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -3/+3 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Use the slice allocater for GtkTreeDataSortHeader. | Matthias Clasen | 2005-12-29 | 1 | -4/+51 |
* | Use g_slice instead of mem chunks. | Matthias Clasen | 2005-12-05 | 1 | -11/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+1 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Support columns whose declared type is an interface better, by treating | Matthias Clasen | 2004-11-08 | 1 | -4/+19 |
* | Underscore-prefix gtk_tree_data_list_compare_func. | Matthias Clasen | 2004-08-11 | 1 | -5/+5 |
* | 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 |
* | Patch from David Hampton to fix sorting on booleans. | Jonathan Blandford | 2003-11-20 | 1 | -2/+2 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -2/+2 |
* | [ merge from stable ] | Daniel Elstner | 2002-05-27 | 1 | -13/+75 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -0/+4 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -1/+6 |
* | wow! Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b") | Jonathan Blandford | 2002-01-08 | 1 | -9/+55 |
* | if we use pointers, we should free the previous pointer first (if it | Kristian Rietveld | 2001-12-03 | 1 | -0/+6 |
* | maybe fix #64160 Also, forgot to save gtktreeview.h | Jonathan Blandford | 2001-11-15 | 1 | -2/+2 |
* | after allocating the treedatalist, zero it to make sure the values are | Matt Wilson | 2001-10-31 | 1 | -0/+1 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | change scroll_to_cell delayed code to happen in size_allocate. | Jonathan Blandford | 2001-10-01 | 1 | -5/+3 |
* | add missing '}' that got munched by #endif. | Jonathan Blandford | 2001-04-23 | 1 | -0/+1 |
* | Initial work on implementing the GtkTreeSortable interface. Basicaly a big | Jonathan Blandford | 2001-04-01 | 1 | -1/+1 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -2/+24 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -1/+107 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 1 | -172/+134 |
* | Make select_all not work if you're in SINGLE mode (it doesn't make that | Jonathan Blandford | 2001-03-10 | 1 | -114/+119 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -3/+0 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 1 | -0/+1 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -1/+7 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -0/+44 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 1 | -10/+15 |
* | Adapt to GtkTreeSelection changes | Havoc Pennington | 2001-01-01 | 1 | -1/+1 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -9/+29 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -0/+9 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -0/+1 |
* | Added values other then G_TYPE_STRING. Minor commenting updates. Format | Jonathan Blandford | 2000-10-13 | 1 | -0/+43 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+159 |