| Commit message (Expand) | Author | Age | Files | Lines |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -7/+2 |
* | Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference | Mike Kestner | 2002-01-09 | 1 | -1/+1 |
* | Remove trailing commas in enum declarations. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | cvs got a broken pipe signal, missed these two. ChangeLog is already there. | Kristian Rietveld | 2001-10-10 | 1 | -0/+3 |
* | docs | Jonathan Blandford | 2001-10-03 | 1 | -2/+2 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -34/+31 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -1/+1 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -2/+0 |
* | New function to walk through a model in a depth first manner, with the | Jonathan Blandford | 2001-06-29 | 1 | -0/+6 |
* | Fix bug where collapsing a selected row would result in the cursor/anchor | Jonathan Blandford | 2001-06-18 | 1 | -1/+1 |
* | further justify gtk_tree_model_get_flags by adding a second flag for atk. | Jonathan Blandford | 2001-06-12 | 1 | -1/+2 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 1 | -0/+2 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 1 | -6/+10 |
* | Now we listen to the reorder signal. | Jonathan Blandford | 2001-03-30 | 1 | -0/+4 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -0/+2 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -0/+3 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -1/+0 |
* | Actually unref the nodes. Fixes bug #50058. | Jonathan Blandford | 2001-03-09 | 1 | -4/+4 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -12/+13 |
* | Sanitize GtkRowReference. | Jonathan Blandford | 2001-02-28 | 1 | -56/+63 |
* | add functions for signal emission. | Jonathan Blandford | 2001-02-22 | 1 | -1/+12 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 1 | -5/+1 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -31/+40 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -0/+5 |
* | add GtkTreeRowReference which holds a handle to a specific row (particular | Havoc Pennington | 2001-01-27 | 1 | -4/+15 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -1/+1 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -0/+2 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -3/+3 |
* | Adapt to GtkTreeSelection changes | Havoc Pennington | 2001-01-01 | 1 | -5/+6 |
* | :get_property): remove g_value_init calls, as they are no longer needed. | Jonathan Blandford | 2000-12-21 | 1 | -0/+3 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -3/+23 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -8/+4 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -77/+101 |
* | Draw the arrows correctly. | 7 | 2000-10-17 | 1 | -2/+3 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 1 | -16/+14 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -3/+3 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+144 |