| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -4/+4 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -3/+333 |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 1 | -2/+2 |
* | sync up white space/variable names to match tree_store equiv. | Jonathan Blandford | 2002-07-01 | 1 | -6/+10 |
* | traverse all nodes, not just the leafs (pointed out by Josh Parsons) | Kristian Rietveld | 2002-06-13 | 1 | -1/+1 |
* | Discussed in #76249. | Kristian Rietveld | 2002-06-04 | 1 | -3/+57 |
* | Merged from gtk-2-0. | Kristian Rietveld | 2002-05-16 | 1 | -0/+2 |
* | fix docs | Kristian Rietveld | 2002-04-16 | 1 | -4/+4 |
* | set the sort_func correctly, 77030 | Jonathan Blandford | 2002-04-02 | 1 | -3/+8 |
* | handle gtk-tree-model-drop-append like the ListStore, includes some tweaks | Kristian Rietveld | 2002-03-08 | 1 | -4/+20 |
* | increase value of new_location by one if cmp_a > 0 and we hit the end of | Kristian Rietveld | 2002-03-07 | 1 | -0/+1 |
* | start implementing | Jonathan Blandford | 2002-03-07 | 1 | -1/+2 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -4/+15 |
* | 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 |