summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* tree model sort: Fix compiler warningsMatthias Clasen2015-06-021-2/+3
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-6/+6
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-13/+11
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-14/+14
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: don't use <warning>William Jon McCann2014-02-061-3/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-5/+5
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-6/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-1/+1
* Improve struct packing in various placesMatthias Clasen2013-09-211-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+3
* treemodelsort: destroy the root only if we are removing the latest row of the...Guillaume Desmottes2013-05-031-1/+1
* treemodelsort: fix iter_previous so it can go back to the first itemCarlos Garnacho2012-04-281-2/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* treemodelsort: eliminate unread variable assigmentsKristian Rietveld2011-08-221-5/+0
* Extend documentation about GtkTreeModelSort internalsKristian Rietveld2011-08-221-13/+82
* Replace GArray with GSequence in GtkTreeModelSortKristian Rietveld2011-08-221-361/+380
* Revert usage of parent_elt_index back to parent_elt pointersKristian Rietveld2011-08-221-51/+47
* Avoid unreferencing deleted nodesKristian Rietveld2011-08-221-19/+29
* Bug 611922 - gtk_tree_model_sort_ref_node() is too slowKristian Rietveld2011-08-221-41/+17
* treemodelsort: Remove unnecessary commentKristian Rietveld2011-08-221-6/+0
* In sort model also emit row-deleted after updating the data structuresKristian Rietveld2011-08-221-8/+5
* Print failed assertions for failed child iterator conversionsKristian Rietveld2011-08-221-3/+15
* Make _get_iter invalidate iterators when FALSE is returnedKristian Rietveld2011-08-221-2/+8
* Move documentation to inline comments: GtkTreeModelSortJavier Jardón2011-04-181-0/+107
* Add gtk_tree_model_iter_previous() vfuncSzilárd Pfeiffer2011-01-051-0/+28
* Remove sealed members from GtkTreeModelSortMatthias Clasen2010-12-171-196/+266
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Bug 346800 - Rework sort/filter models to use indices to parents...Kristian Rietveld2009-09-061-70/+99
* Bug 573321 – additional check in gtk_tree_model_filter_convert_*Kristian Rietveld2009-07-301-0/+2
* Improve the docsMatthias Clasen2009-01-031-18/+24
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-5/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-6/+6
* Amendment of bug 485218 - Strange warning encountered.Kristian Rietveld2008-05-281-9/+17
* Bug 485218 - Strange warning encounteredMatthias Clasen2008-05-271-4/+33
* fix the buildMatthias Clasen2007-09-091-1/+1
* Don't assume that a path of depth 0 has no indices. (#467324, SzilardMatthias Clasen2007-09-091-1/+1
* when (un)reffing an element, also (un)ref its parent elements. (FixesKristian Rietveld2007-03-101-0/+31
* ref count nodes the proper way, (gtk_tree_model_sort_ref_node),Kristian Rietveld2006-09-271-38/+50
* Don't leak default_sort_data. (#346341, Christian Weiske)Matthias Clasen2006-07-021-0/+8
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-65/+8