summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-146/+111
* treat s_path as a child pathKristian Rietveld2001-10-241-1/+12
* more changes in an attempt to get it right. It's not yet ready for generalKristian Rietveld2001-10-241-208/+213
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-1/+9
* we probably have rows_reordered nailed down now (this code is not yetKristian Rietveld2001-10-191-1235/+1237
* preparation for surgery dittoKristian Rietveld2001-10-031-110/+328
* Small warning cleanups.Owen Taylor2001-09-201-1/+0
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-76/+70
* much changes in an attempt to make it working. It mostly works now,Kristian Rietveld2001-09-021-352/+1213
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-4/+4