summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-17/+17
* Fix looping in gtk_tree_store_init() waiting for zero random int.Padraig O'Briain2001-09-101-1/+1
* Write documentation Write documentationJonathan Blandford2001-09-081-89/+213
* fix initial val for sort column.Jonathan Blandford2001-09-041-2/+2
* handle default sort featureJonathan Blandford2001-09-031-49/+114
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-8/+8
* gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don'tMatthias Clasen2001-08-081-2/+1
* Fix part of #57714.Jonathan Blandford2001-07-301-0/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-10/+0
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-21/+45
* New function for language bindings.Jonathan Blandford2001-06-301-2/+48
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-8/+9
* clean up (gtk_tree_view_move_cursor_page_up_down): implement.Jonathan Blandford2001-06-201-0/+37
* New functions to clear a model.Jonathan Blandford2001-06-191-0/+16
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-36/+58
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-1/+117
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-1/+1
* fix a fixme.Jonathan Blandford2001-04-121-0/+1
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-0/+1
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-3/+3
* for (i = 0; i < 100; i ++) g_print ("I will confirm it compile beforeJonathan Blandford2001-04-011-45/+42
* 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