summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-15/+276
* Forgot to namespace this.Jonathan Blandford2001-03-231-8/+8
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-65/+140
* Fix up focus code a lot.Jonathan Blandford2001-03-131-1/+1
* Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo.Jonathan Blandford2001-03-101-6/+6
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-101-9/+68
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-3/+3
* add functions for signal emission.Jonathan Blandford2001-02-221-44/+28
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-67/+21
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-56/+10
* remove validation idleHavoc Pennington2001-02-081-12/+1
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-39/+451
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-56/+49
* hack on this someHavoc Pennington2001-01-081-12/+25
* add thisHavoc Pennington2001-01-041-51/+51
* doh, this was broken beyond believe.Tim Janik2000-12-131-2/+0
* Changed to have the list become non-italic when the demo window isJonathan Blandford2000-11-181-0/+3
* use the new BOXED marshallers.Jonathan Blandford2000-11-101-17/+31
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-8/+25
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-64/+74
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-254/+434
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-5/+5
* Re-enable the "find" dialogHavoc Pennington2000-10-241-1/+1
* Get the correct parent when generating my type.72000-10-171-1/+1
* Move GtkTreeModel from object to interface.62000-10-161-22/+79
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-37/+37
* Checked in initial draft of the new tree widget.42000-10-051-0/+655