summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Discussed in #76249.Kristian Rietveld2002-06-041-0/+49
* Built an iter directly instead of usingDave Camp2002-05-241-3/+5
* Use indices[i] >= level->array->len rather than level->array->len >Dave Camp2002-05-241-1/+1
* Fix so that you can set a new sort func.Jonathan Blandford2002-04-291-3/+7
* resort if we're already in 'unsorted' state, and update the docsKristian Rietveld2002-04-241-1/+6
* A bunch of trivial doc fixes.Matthias Clasen2002-04-201-3/+4
* so this function was completely broken. Fix it and improve readability.Kristian Rietveld2002-04-171-5/+12
* add check for y > tree_view->priv->height (fixes #76974)Kristian Rietveld2002-04-011-0/+1
* recommit after tagging 2_0_1Owen Taylor2002-03-301-2/+1
* revert change for tagging 2_0_1GTK_2_0_1Owen Taylor2002-03-301-1/+2
* revert the latest stamp increment changes, as it broke stuff for treesKristian Rietveld2002-03-301-2/+1
* remove call to gtk_tree_model_sort_increment_stampKristian Rietveld2002-03-291-1/+2
* just return when we have an input_only window (fix by Owen Taylor)Kristian Rietveld2002-03-161-1/+3
* gtk/gtktreemodelsort.c typo in docs forVitaly Tishkov2002-03-141-1/+1
* Update offsets before finding where to insert the new value.Darin Adler2002-03-071-8/+8
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+18
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-2/+2
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-121-3/+13
* Consider reordering the row even when there's no sort column, if there's aDarin Adler2002-02-121-44/+47