summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* fix a fixme.Jonathan Blandford2001-04-121-0/+1
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-3/+3
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-7/+57
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-2/+1
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-0/+2
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-6/+11
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-55/+327
* Forgot to namespace this.Jonathan Blandford2001-03-231-9/+10
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-4/+128
* 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-6/+57
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-2/+1
* add functions for signal emission.Jonathan Blandford2001-02-221-30/+22
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-63/+17
* 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-82/+0
* remove validation idleHavoc Pennington2001-02-081-11/+0
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-2/+158
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-40/+132
* adapt to handle PangoColorHavoc Pennington2001-01-261-13/+232
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-37/+119
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-4/+12
* hack on this someHavoc Pennington2001-01-081-0/+130
* add thisHavoc Pennington2001-01-041-35/+35
* doh, this was broken beyond believe.Tim Janik2000-12-131-3/+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-16/+29
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-1/+14
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-153/+292
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-128/+129
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-5/+5
* Move GtkTreeModel from object to interface.62000-10-161-19/+77
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-17/+18
* Checked in initial draft of the new tree widget.42000-10-051-0/+458