| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for #312924, by John Finlay. | Kristian Rietveld | 2005-08-11 | 1 | -0/+13 |
* | Fix #305737, patch from Tomislav Jonjic. This makes the | Kristian Rietveld | 2005-07-09 | 1 | -10/+50 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Update the documentation to specify a more useful behaviour, which can be | Matthias Clasen | 2004-11-30 | 1 | -4/+5 |
* | Allow sorting of tree models to be turned off again. (#151139, Torsten | Matthias Clasen | 2004-09-05 | 1 | -13/+17 |
* | Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld) | Matthias Clasen | 2004-08-22 | 1 | -1/+2 |
* | 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 |
* | s/childs/children/g. | Matthias Clasen | 2004-08-04 | 1 | -2/+2 |
* | Don't crash if somebody tries to move a node after itself in a list of | Matthias Clasen | 2004-07-04 | 1 | -1/+2 |
* | Avoid uninitialized use of &parent_iter. (#145007, John Finlay) | Matthias Clasen | 2004-06-26 | 1 | -5/+10 |
* | Commit a forgotten fix. | Matthias Clasen | 2004-06-25 | 1 | -10/+25 |
* | 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 |
* | Fixes #132975. | Federico Mena Quintero | 2004-01-30 | 1 | -1/+1 |
* | Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore | Kristian Rietveld | 2003-09-09 | 1 | -24/+5 |
* | Document restriction on types. | Matthias Clasen | 2003-06-04 | 1 | -1/+4 |
* | ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556, | Kristian Rietveld | 2003-01-27 | 1 | -9/+19 |
* | 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 | -6/+6 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+10 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+2 |
* | return a value in the range of [-1, 1] instead [0, 1], | Kristian Rietveld | 2002-11-20 | 1 | -3/+6 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -81/+333 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -0/+6 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -30/+30 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -10/+13 |
* | Make GtkTreeRowReference a boxed type. | Jonathan Blandford | 2002-09-11 | 1 | -0/+2 |
* | 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 |