| Commit message (Expand) | Author | Age | Files | Lines |
* | treemodelsort: fix iter_previous so it can go back to the first item | Carlos Garnacho | 2012-04-28 | 1 | -2/+3 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | treemodelsort: eliminate unread variable assigments | Kristian Rietveld | 2011-08-22 | 1 | -5/+0 |
* | Extend documentation about GtkTreeModelSort internals | Kristian Rietveld | 2011-08-22 | 1 | -13/+82 |
* | Replace GArray with GSequence in GtkTreeModelSort | Kristian Rietveld | 2011-08-22 | 1 | -361/+380 |
* | Revert usage of parent_elt_index back to parent_elt pointers | Kristian Rietveld | 2011-08-22 | 1 | -51/+47 |
* | Avoid unreferencing deleted nodes | Kristian Rietveld | 2011-08-22 | 1 | -19/+29 |
* | Bug 611922 - gtk_tree_model_sort_ref_node() is too slow | Kristian Rietveld | 2011-08-22 | 1 | -41/+17 |
* | treemodelsort: Remove unnecessary comment | Kristian Rietveld | 2011-08-22 | 1 | -6/+0 |
* | In sort model also emit row-deleted after updating the data structures | Kristian Rietveld | 2011-08-22 | 1 | -8/+5 |
* | Print failed assertions for failed child iterator conversions | Kristian Rietveld | 2011-08-22 | 1 | -3/+15 |
* | Make _get_iter invalidate iterators when FALSE is returned | Kristian Rietveld | 2011-08-22 | 1 | -2/+8 |
* | Move documentation to inline comments: GtkTreeModelSort | Javier Jardón | 2011-04-18 | 1 | -0/+107 |
* | Add gtk_tree_model_iter_previous() vfunc | Szilárd Pfeiffer | 2011-01-05 | 1 | -0/+28 |
* | Remove sealed members from GtkTreeModelSort | Matthias Clasen | 2010-12-17 | 1 | -196/+266 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -3/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Add (out) annotations to GtkTreeIter parameters | Philip Withnall | 2010-07-07 | 1 | -2/+2 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | Bug 346800 - Rework sort/filter models to use indices to parents... | Kristian Rietveld | 2009-09-06 | 1 | -70/+99 |
* | Bug 573321 – additional check in gtk_tree_model_filter_convert_* | Kristian Rietveld | 2009-07-30 | 1 | -0/+2 |
* | Improve the docs | Matthias Clasen | 2009-01-03 | 1 | -18/+24 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -5/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -6/+6 |
* | Amendment of bug 485218 - Strange warning encountered. | Kristian Rietveld | 2008-05-28 | 1 | -9/+17 |
* | Bug 485218 - Strange warning encountered | Matthias Clasen | 2008-05-27 | 1 | -4/+33 |
* | fix the build | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | Don't assume that a path of depth 0 has no indices. (#467324, Szilard | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | when (un)reffing an element, also (un)ref its parent elements. (Fixes | Kristian Rietveld | 2007-03-10 | 1 | -0/+31 |
* | ref count nodes the proper way, (gtk_tree_model_sort_ref_node), | Kristian Rietveld | 2006-09-27 | 1 | -38/+50 |
* | Don't leak default_sort_data. (#346341, Christian Weiske) | Matthias Clasen | 2006-07-02 | 1 | -0/+8 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -65/+8 |
* | free temporary paths after usage (patch from maemo-gtk), | Kristian Rietveld | 2006-02-08 | 1 | -1/+0 |
* | fix a typo which caused this whole thing to not function ... | Kristian Rietveld | 2006-01-14 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2005-12-29 | 1 | -89/+57 |
* | Use the slice allocater for GtkTreeDataSortHeader. | Matthias Clasen | 2005-12-29 | 1 | -33/+3 |
* | emitting row-has-child-toggled when the level is not in the cache does not | Kristian Rietveld | 2005-10-24 | 1 | -20/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | don't bother inserting new rows in a level with a zero refcount and | Kristian Rietveld | 2005-08-23 | 1 | -0/+6 |
* | Trivial doc fixes. | Matthias Clasen | 2005-07-25 | 1 | -13/+16 |
* | Cleanup a possible resize idle. (#311141, Robert Ögren) | Matthias Clasen | 2005-07-22 | 1 | -4/+20 |
* | Fix a typo in a warning. | Matthias Clasen | 2005-04-05 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+5 |
* | Update the documentation to specify a more useful behaviour, which can be | Matthias Clasen | 2004-11-30 | 1 | -3/+4 |
* | 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 |