| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -3/+0 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -16/+15 |
* | New function for language bindings. | Jonathan Blandford | 2001-06-30 | 1 | -0/+37 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -48/+15 |
* | New functions to clear a model. | Jonathan Blandford | 2001-06-19 | 1 | -6/+17 |
* | Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now. | Jonathan Blandford | 2001-06-15 | 1 | -23/+23 |
* | Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts. | Jonathan Blandford | 2001-06-14 | 1 | -11/+5 |
* | further justify gtk_tree_model_get_flags by adding a second flag for atk. | Jonathan Blandford | 2001-06-12 | 1 | -1/+1 |
* | warn if row/cols are out of range. Fix bug #55921 | Jonathan Blandford | 2001-06-08 | 1 | -6/+7 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 1 | -7/+3 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -0/+1 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 1 | -3/+3 |
* | Initial work on implementing the GtkTreeSortable interface. Basicaly a big | Jonathan Blandford | 2001-04-01 | 1 | -7/+57 |
* | Now we listen to the reorder signal. | Jonathan Blandford | 2001-03-30 | 1 | -2/+1 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 1 | -0/+2 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 1 | -6/+11 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -55/+327 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 1 | -9/+10 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -4/+128 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 1 | -1/+1 |
* | Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo. | Jonathan Blandford | 2001-03-10 | 1 | -6/+6 |
* | Make select_all not work if you're in SINGLE mode (it doesn't make that | Jonathan Blandford | 2001-03-10 | 1 | -6/+57 |
* | Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): Proxy | Jonathan Blandford | 2001-02-28 | 1 | -2/+1 |
* | add functions for signal emission. | Jonathan Blandford | 2001-02-22 | 1 | -30/+22 |
* | removed signals. Moved to inherit from GObject instead of GtkObject. | Jonathan Blandford | 2001-02-21 | 1 | -63/+17 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 1 | -1/+1 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -82/+0 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -11/+0 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -2/+158 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -40/+132 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -13/+232 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -37/+119 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 1 | -4/+12 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 1 | -0/+130 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -35/+35 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -3/+0 |
* | Changed to have the list become non-italic when the demo window is | Jonathan Blandford | 2000-11-18 | 1 | -0/+3 |
* | use the new BOXED marshallers. | Jonathan Blandford | 2000-11-10 | 1 | -16/+29 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -1/+14 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -153/+292 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -128/+129 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -5/+5 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 1 | -19/+77 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -17/+18 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+458 |