| Commit message (Expand) | Author | Age | Files | Lines |
* | Add functions which allow faster insertion of rows in sorted list stores. | Matthias Clasen | 2004-12-09 | 1 | -36/+236 |
* | Make this work, no need to invert the array. | Matthias Clasen | 2004-12-08 | 1 | -4/+39 |
* | Update the documentation to specify a more useful behaviour, which can be | Matthias Clasen | 2004-11-30 | 1 | -3/+5 |
* | Don't loop over the sentinel node. (#156298, Torsten Schoenfeld) | Matthias Clasen | 2004-10-29 | 1 | -1/+1 |
* | Replace broken, overly clever implementation with one that works. | Søren Sandmann | 2004-10-23 | 1 | -37/+42 |
* | Allow sorting of tree models to be turned off again. (#151139, Torsten | Matthias Clasen | 2004-09-05 | 1 | -12/+16 |
* | Fix logical errors in gtk_list_store_move_before/after(). (#150983, patch | Søren Sandmann | 2004-08-24 | 1 | -2/+2 |
* | Restore length field; PyGTK and maybe others use it directly. | Soeren Sandmann | 2004-08-22 | 1 | -0/+5 |
* | Normalize the position so we don't create paths with off-list indices. | Soeren Sandmann | 2004-08-22 | 1 | -0/+5 |
* | Use the correct tree path (#150289, Morten Welinder). | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | New function. | Soeren Sandmann | 2004-08-14 | 1 | -852/+204 |
* | Underscore-prefix gtk_tree_data_list_compare_func. | Matthias Clasen | 2004-08-11 | 1 | -3/+3 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation of | Owen Taylor | 2004-03-02 | 1 | -2/+4 |
* | Doc fix. | Jonathan Blandford | 2004-01-22 | 1 | -1/+1 |
* | Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore | Kristian Rietveld | 2003-09-09 | 1 | -17/+8 |
* | Document restriction on types. | Matthias Clasen | 2003-06-04 | 1 | -1/+4 |
* | added checks to ensure that the iter is not reordered to its own position. | Michael Natterer | 2003-04-14 | 1 | -5/+25 |
* | null initialize reorder's members so Purify won't complain. | Jonathan Blandford | 2003-03-31 | 1 | -1/+1 |
* | ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556, | Kristian Rietveld | 2003-01-27 | 1 | -7/+21 |
* | Fixes #102168. | Murray Cumming | 2003-01-14 | 1 | -0/+9 |
* | The full changelog for this commit is too long to paste here, so to avoid | Kristian Rietveld | 2003-01-14 | 1 | -3/+7 |
* | 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 |