summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* Fixes #110249, reworked patch from Joshua N Pritikin.Kristian Rietveld2003-12-181-0/+89
* Check that index is not bigger than level array length also when depth isMarco Pesenti Gritti2003-12-171-2/+6
* A trick for a faster treeview, step 1. Patch to short circuitKristian Rietveld2003-12-131-0/+8
* Merged from stable.Kristian Rietveld2003-08-151-18/+10
* Slightly modified patch from Owen Taylor <otaylor@redhat.com> to improveJonathan Blandford2003-06-041-21/+55
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-2/+8
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* remove the second ref command on the child_model, we only have to ref itKristian Rietveld2002-11-021-1/+0
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-2/+64
* Deprecation cleanupManish Singh2002-10-071-13/+14
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-051-2/+2