summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* free temporary paths after usage (patch from maemo-gtk),Kristian Rietveld2006-02-081-1/+0
* fix a typo which caused this whole thing to not function ...Kristian Rietveld2006-01-141-1/+1
* More of the sameMatthias Clasen2005-12-291-89/+57
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-33/+3
* emitting row-has-child-toggled when the level is not in the cache does notKristian Rietveld2005-10-241-20/+6
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* don't bother inserting new rows in a level with a zero refcount andKristian Rietveld2005-08-231-0/+6
* Trivial doc fixes.Matthias Clasen2005-07-251-13/+16
* Cleanup a possible resize idle. (#311141, Robert Ögren)Matthias Clasen2005-07-221-4/+20
* Fix a typo in a warning.Matthias Clasen2005-04-051-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+5
* Update the documentation to specify a more useful behaviour, which can beMatthias Clasen2004-11-301-3/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Make it work correctly when the child model is cleared completely.Matthias Clasen2004-03-011-1/+3