| Commit message (Expand) | Author | Age | Files | Lines |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+11 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -1/+2 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -47/+169 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -2/+8 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -10/+14 |
* | Make GtkTreeRowReference a boxed type. | Jonathan Blandford | 2002-09-11 | 1 | -1/+4 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -3/+257 |
* | Merge from HEAD. | Kristian Rietveld | 2002-07-05 | 1 | -0/+1 |
* | sync up white space/variable names to match tree_store equiv. | Jonathan Blandford | 2002-07-01 | 1 | -3/+3 |
* | Discussed in #76249. | Kristian Rietveld | 2002-06-04 | 1 | -3/+42 |
* | 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 |