summaryrefslogtreecommitdiff
path: root/gtk/gtktreedatalist.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Don't use deprecated GValue apiMatthias Clasen2011-11-011-4/+4
* Use G_VALUE_INITJavier Jardón2011-10-151-2/+2
* Bug 656851 – Allow use of GVariant in GtkListStoreDavid Zeuthen2011-08-181-0/+18
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-3/+3
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-4/+51
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-11/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Support columns whose declared type is an interface better, by treatingMatthias Clasen2004-11-081-4/+19
* Underscore-prefix gtk_tree_data_list_compare_func.Matthias Clasen2004-08-111-5/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Patch from David Hampton to fix sorting on booleans.Jonathan Blandford2003-11-201-2/+2
* Deprecation cleanupManish Singh2002-10-071-2/+2
* [ merge from stable ]Daniel Elstner2002-05-271-13/+75
* Fixes #78110Kristian Rietveld2002-04-091-0/+4
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-1/+6
* wow! Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")Jonathan Blandford2002-01-081-9/+55
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-031-0/+6
* maybe fix #64160 Also, forgot to save gtktreeview.hJonathan Blandford2001-11-151-2/+2
* after allocating the treedatalist, zero it to make sure the values areMatt Wilson2001-10-311-0/+1
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-5/+3
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-0/+1
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-1/+1
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-2/+24
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-1/+107
* Fix up focus code a lot.Jonathan Blandford2001-03-131-172/+134
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-101-114/+119
* marshaller fixes.Tim Janik2001-03-071-3/+0
* updated for win32 msvc buildHans Breuer2001-02-191-0/+1
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-1/+7
* adapt to handle PangoColorHavoc Pennington2001-01-261-0/+44
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-10/+15
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-1/+1
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-9/+29
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-0/+9
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-0/+1
* Added values other then G_TYPE_STRING. Minor commenting updates. FormatJonathan Blandford2000-10-131-0/+43
* Checked in initial draft of the new tree widget.42000-10-051-0/+159