summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-4/+4
* marshaller fixes.Tim Janik2001-03-071-2/+1
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-6/+6
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-1/+1
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-366/+381
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-53/+79
* add functions for signal emission.Jonathan Blandford2001-02-221-0/+50
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-9/+6
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-2/+56
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-1/+1
* updated for win32 msvc buildHans Breuer2001-02-191-1/+1
* 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-13/+86
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-11/+2
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-57/+112
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-0/+291
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-0/+30
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-8/+12
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-0/+6
* confirm path != NULL dittoJonathan Blandford2000-11-131-0/+4
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-8/+136
* New function.Jonathan Blandford2000-10-301-6/+6
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-34/+38
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-76/+147
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Draw the arrows correctly.72000-10-171-1/+1
* Added user docs.72000-10-171-7/+233
* Move GtkTreeModel from object to interface.62000-10-161-108/+22
* Checked in initial draft of the new tree widget.42000-10-051-0/+421