summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
Commit message (Expand)AuthorAgeFilesLines
* Mark as const.Matthias Clasen2004-11-231-3/+3
* now deprecated (#106953, reported by Matthias Clasen).Kristian Rietveld2003-12-171-2/+8
* Declare gtk_tree_row_reference_get_type(). It is already used by a macroMurray Cumming2002-12-021-0/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-4/+4
* restore gtkobject.h #include so we don't break backwards compat.Manish Singh2002-10-081-0/+3
* Deprecation cleanupManish Singh2002-10-071-2/+2
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-111-0/+2
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+2
* add gtk_tree_model_get_string_from_iter (#74667).Kristian Rietveld2002-06-041-0/+2
* Make path arg const, #75653Jonathan Blandford2002-03-251-1/+1
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+5
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-1/+1
* change new_root to new_first to avoid confusion.Jonathan Blandford2002-02-241-2/+4
* Documented undocumented functions.Jonathan Blandford2002-02-231-7/+2
* Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't referenceMike Kestner2002-01-091-1/+1
* Remove trailing commas in enum declarations.Owen Taylor2001-11-211-1/+1
* cvs got a broken pipe signal, missed these two. ChangeLog is already there.Kristian Rietveld2001-10-101-0/+3
* docsJonathan Blandford2001-10-031-2/+2
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-34/+31
* const correct string parameter.Tim Janik2001-08-171-1/+1
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-2/+0
* New function to walk through a model in a depth first manner, with theJonathan Blandford2001-06-291-0/+6
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-1/+1
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-1/+2
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-0/+2
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-6/+10
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-0/+4
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-0/+2
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-0/+3
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-1/+0
* Actually unref the nodes. Fixes bug #50058.Jonathan Blandford2001-03-091-4/+4
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-12/+13
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-56/+63
* add functions for signal emission.Jonathan Blandford2001-02-221-1/+12
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-5/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-31/+40
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-0/+5
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-4/+15
* adapt to handle PangoColorHavoc Pennington2001-01-261-1/+1
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-0/+2
* add thisHavoc Pennington2001-01-041-3/+3
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-5/+6
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-0/+3
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-3/+23
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-8/+4
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-77/+101
* Draw the arrows correctly.72000-10-171-2/+3
* Move GtkTreeModel from object to interface.62000-10-161-16/+14
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-3/+3
* Checked in initial draft of the new tree widget.42000-10-051-0/+144