summaryrefslogtreecommitdiff
path: root/gtk/gtktreedatalist.c
Commit message (Expand)AuthorAgeFilesLines
* 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