summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert the iter to a child iter again, after doing _iter_children. It'sKristian Rietveld2002-02-091-0/+6
* fix evil ref bug where the wrong row and a deleted row was unreffed. FoundJonathan Blandford2002-02-091-8/+21
* Pass the ref_node and unref_node calls through to the child model.Darin Adler2002-02-081-0/+10
* rip out all the debugging ifdefs, as modelsort seems to be stable (andKristian Rietveld2002-02-061-49/+0
* add some more stamp checks (pointed out by Anders Carlsson)Kristian Rietveld2002-01-221-5/+6
* fix a load of open line ends, (gtk_tree_model_sort_set_model): only freeKristian Rietveld2002-01-151-68/+69
* various cleanups, (get_child_iter_from_elt): removed,Kristian Rietveld2002-01-131-96/+20
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-1/+1
* fix a few places where I was confused between modelsort iters and otherKristian Rietveld2001-12-271-6/+0
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-261-109/+154
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-0/+68
* chain finalize to parent class to get removed from the toplevel_list.Hans Breuer2001-11-031-0/+5
* it's amazing how well things work sometimes, even when they're completelyJonathan Blandford2001-11-011-3/+10
* massize rewrite. Static models now totally work. I'm not 100% sure aboutJonathan Blandford2001-10-311-127/+82
* Darn. I can't believe this took this long to fix.Jonathan Blandford2001-10-291-1/+1
* fix reordered signal.Jonathan Blandford2001-10-291-44/+24
* sync minor clenupJonathan Blandford2001-10-261-46/+12