| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -17/+17 |
* | Fix looping in gtk_tree_store_init() waiting for zero random int. | Padraig O'Briain | 2001-09-10 | 1 | -1/+1 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 1 | -89/+213 |
* | fix initial val for sort column. | Jonathan Blandford | 2001-09-04 | 1 | -2/+2 |
* | handle default sort feature | Jonathan Blandford | 2001-09-03 | 1 | -49/+114 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -8/+8 |
* | gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't | Matthias Clasen | 2001-08-08 | 1 | -2/+1 |
* | Fix part of #57714. | Jonathan Blandford | 2001-07-30 | 1 | -0/+1 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -10/+0 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -21/+45 |
* | New function for language bindings. | Jonathan Blandford | 2001-06-30 | 1 | -2/+48 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -8/+9 |
* | clean up (gtk_tree_view_move_cursor_page_up_down): implement. | Jonathan Blandford | 2001-06-20 | 1 | -0/+37 |
* | New functions to clear a model. | Jonathan Blandford | 2001-06-19 | 1 | -0/+16 |
* | Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now. | Jonathan Blandford | 2001-06-15 | 1 | -36/+58 |
* | Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts. | Jonathan Blandford | 2001-06-14 | 1 | -1/+117 |
* | Now it's a GObject instead of a GtkObject. The | Jonathan Blandford | 2001-06-07 | 1 | -1/+1 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -0/+1 |
* | Bug fix to make trees work again when not sorted. | Jonathan Blandford | 2001-04-02 | 1 | -0/+1 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 1 | -3/+3 |
* | for (i = 0; i < 100; i ++) g_print ("I will confirm it compile before | Jonathan Blandford | 2001-04-01 | 1 | -45/+42 |
* | Initial work on implementing the GtkTreeSortable interface. Basicaly a big | Jonathan Blandford | 2001-04-01 | 1 | -15/+276 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 1 | -8/+8 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -65/+140 |
* | 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 | -9/+68 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -3/+3 |
* | add functions for signal emission. | Jonathan Blandford | 2001-02-22 | 1 | -44/+28 |
* | removed signals. Moved to inherit from GObject instead of GtkObject. | Jonathan Blandford | 2001-02-21 | 1 | -67/+21 |
* | 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 | -56/+10 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -12/+1 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -39/+451 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -56/+49 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 1 | -12/+25 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -51/+51 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -2/+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 | -17/+31 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -8/+25 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -64/+74 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -254/+434 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -5/+5 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -1/+1 |
* | Get the correct parent when generating my type. | 7 | 2000-10-17 | 1 | -1/+1 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 1 | -22/+79 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -37/+37 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+655 |