| Commit message (Expand) | Author | Age | Files | Lines |
* | introspection: This patch fixes nullable return values fixes for the followin... | Alberto Ruiz | 2016-01-08 | 1 | -2/+2 |
* | tree model sort: Fix compiler warnings | Matthias Clasen | 2015-06-02 | 1 | -2/+3 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -6/+6 |
* | Docs: use // for comments in examples | Matthias Clasen | 2014-02-14 | 1 | -13/+11 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -14/+14 |
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -3/+3 |
* | docs: don't use <warning> | William Jon McCann | 2014-02-06 | 1 | -3/+2 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -5/+5 |
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -6/+4 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -4/+4 |
* | docs: use #*-struct instead of <structname> | William Jon McCann | 2014-01-27 | 1 | -1/+1 |
* | Improve struct packing in various places | Matthias Clasen | 2013-09-21 | 1 | -2/+2 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -6/+3 |
* | treemodelsort: destroy the root only if we are removing the latest row of the... | Guillaume Desmottes | 2013-05-03 | 1 | -1/+1 |
* | 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 |