| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in the docs. (#349501, Carlos GUSLiBu) | Matthias Clasen | 2006-08-15 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -6/+4 |
* | Make the insert and set functions somewhat more convenient. (#343841, | Kristian Rietveld | 2006-06-26 | 1 | -4/+10 |
* | Small refactoring. (#340428, Paolo Borelli). | Kristian Rietveld | 2006-05-27 | 1 | -28/+21 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -73/+10 |
* | Always call the get_path and get_iter implementations directly, rather | Matthias Clasen | 2005-12-30 | 1 | -6/+6 |
* | Remove excessive g_return_if_fail() checks in static functions. | Matthias Clasen | 2005-12-29 | 1 | -71/+17 |
* | Use the slice allocater for GtkTreeDataSortHeader. | Matthias Clasen | 2005-12-29 | 1 | -31/+5 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fix for #312924, by John Finlay. | Kristian Rietveld | 2005-08-11 | 1 | -0/+14 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix a doc typo. (#169873, Johan Dahlin) | Matthias Clasen | 2005-03-11 | 1 | -1/+1 |
* | Return TRUE if there are children. (#162134, Iñigo Serna, patch by John | Matthias Clasen | 2004-12-24 | 1 | -1/+1 |
* | Fix sorting of list stores. (#161886, Marcin Krzyzanowski) | Matthias Clasen | 2004-12-22 | 1 | -3/+9 |
* | Pass a root path to gtk_tree_model_rows_reordered(). (#161720, Marcin | Matthias Clasen | 2004-12-20 | 1 | -6/+7 |
* | 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 |