| Commit message (Expand) | Author | Age | Files | Lines |
* | s/columns/rows/ in docs. (#70199) | Matthias Clasen | 2002-02-22 | 1 | -1/+1 |
* | new function (gtk_tree_store_clear): traverse the tree, so we emit | Kristian Rietveld | 2002-02-15 | 1 | -8/+42 |
* | save last minute changes before committing. | Jonathan Blandford | 2002-01-31 | 1 | -13/+15 |
* | only emit the signal if an interesting column changes. | Jonathan Blandford | 2002-01-30 | 1 | -7/+33 |
* | Update last change to prevent core dumpGTK_MULTIHEAD_MERGEPOINT_22_01_02 | Padraig O'Briain | 2002-01-22 | 1 | -1/+1 |
* | add some more stamp checks (pointed out by Anders Carlsson) | Kristian Rietveld | 2002-01-22 | 1 | -2/+8 |
* | wow! Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b") | Jonathan Blandford | 2002-01-08 | 1 | -0/+1 |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 1 | -10/+10 |
* | fixed docs | Matt Wilson | 2001-12-04 | 1 | -3/+3 |
* | return TRUE when value changed, so row_changed is being emitted | Kristian Rietveld | 2001-11-18 | 1 | -1/+2 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -3/+61 |
* | Documentation fixes. (#64377) | Matthias Clasen | 2001-11-12 | 1 | -17/+17 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 1 | -26/+35 |
* | rename gtk_selection_data_set_tree_row, #60218 | Jonathan Blandford | 2001-10-31 | 1 | -6/+6 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -1/+1 |
* | Fix docs, #62808 | Jonathan Blandford | 2001-10-24 | 1 | -1/+1 |
* | Realized g_node_depth is broken, and that it's not worth being consistent | Jonathan Blandford | 2001-10-22 | 1 | -3/+2 |
* | update docs to reflect reality, #62810 | Jonathan Blandford | 2001-10-22 | 1 | -1/+1 |
* | correct docs for use_align | Manish Singh | 2001-10-19 | 1 | -1/+1 |
* | fix small bug reported by (Oleg Maiboroda), #62600 | Jonathan Blandford | 2001-10-18 | 1 | -2/+4 |
* | We're a gobject, not a GtkObject. Thanks andersca. | Jonathan Blandford | 2001-10-09 | 1 | -13/+10 |
* | improve warning. | Jonathan Blandford | 2001-10-06 | 1 | -1/+1 |
* | add a finalize and destroy handler. | Jonathan Blandford | 2001-10-01 | 1 | -8/+35 |
* | change scroll_to_cell delayed code to happen in size_allocate. | Jonathan Blandford | 2001-10-01 | 1 | -16/+9 |
* | Make ITERS_PERSIST correct | Jonathan Blandford | 2001-09-30 | 1 | -1/+0 |
* | Stop being stupid and emitting the signal every time. | Jonathan Blandford | 2001-09-27 | 1 | -32/+61 |
* | Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, | Jonathan Blandford | 2001-09-25 | 1 | -1/+1 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -3/+3 |
* | 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 |