| Commit message (Expand) | Author | Age | Files | Lines |
* | set the sort_func correctly, 77030 | Jonathan Blandford | 2002-04-02 | 1 | -3/+8 |
* | start implementing | Jonathan Blandford | 2002-03-07 | 1 | -3/+10 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -3/+15 |
* | call _gtk_tree_view_column_cell_set_dirty when visible, so this column | Kristian Rietveld | 2002-02-25 | 1 | -5/+6 |
* | set value of func to NULL during initialization (we don't use func in the | Kristian Rietveld | 2002-02-11 | 1 | -1/+1 |
* | Get the damn fix right, see my latest ChangeLog entry. | Kristian Rietveld | 2002-02-11 | 1 | -3/+1 |
* | increase value of new_location by one if cmp_a > 0 and we hit the end of | Kristian Rietveld | 2002-02-10 | 1 | -1/+4 |
* | let's set the path, which we're going to pass with the emission of | Kristian Rietveld | 2002-02-05 | 1 | -1/+1 |
* | set upper member of vadjustment correct, so the vscrollbars of lists | Kristian Rietveld | 2002-02-02 | 1 | -2/+0 |
* | save last minute changes before committing. | Jonathan Blandford | 2002-01-31 | 1 | -12/+14 |
* | only emit the signal if an interesting column changes. | Jonathan Blandford | 2002-01-30 | 1 | -4/+33 |
* | pass NULL to gtk_tree_model_rows_reordered and not an iter with user_data | Kristian Rietveld | 2002-01-09 | 1 | -4/+2 |
* | nuke the stamp++, per jrb's request | Kristian Rietveld | 2001-12-08 | 1 | -1/+0 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -11/+18 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -5/+60 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 1 | -12/+21 |
* | 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. (#61976) | Matthias Clasen | 2001-10-18 | 1 | -16/+18 |
* | We're a gobject, not a GtkObject. Thanks andersca. | Jonathan Blandford | 2001-10-09 | 1 | -11/+5 |
* | add a finalize and destroy handler. | Jonathan Blandford | 2001-10-01 | 1 | -0/+31 |
* | Stop being stupid and emitting the signal every time. | Jonathan Blandford | 2001-09-27 | 1 | -32/+67 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -14/+14 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 1 | -41/+51 |
* | fix initial val for sort column. | Jonathan Blandford | 2001-09-04 | 1 | -2/+2 |
* | handle default sort feature | Jonathan Blandford | 2001-09-03 | 1 | -61/+116 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -8/+8 |
* | Fix up warnings, #58928. | Jonathan Blandford | 2001-08-19 | 1 | -3/+3 |
* | 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 |