summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld)Matthias Clasen2004-08-221-1/+2
* Underscore-prefix gtk_tree_data_list_compare_func.Matthias Clasen2004-08-111-3/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* s/childs/children/g.Matthias Clasen2004-08-041-2/+2
* Don't crash if somebody tries to move a node after itself in a list ofMatthias Clasen2004-07-041-1/+2
* Avoid uninitialized use of &parent_iter. (#145007, John Finlay)Matthias Clasen2004-06-261-5/+10
* Commit a forgotten fix.Matthias Clasen2004-06-251-10/+25
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-021-2/+4
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Big TreeView DnD fixage, makes drops on empty models work, makes TreeStoreKristian Rietveld2003-09-091-24/+5
* Document restriction on types.Matthias Clasen2003-06-041-1/+4
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-9/+19
* Fixes #102168.Murray Cumming2003-01-141-0/+9
* The full changelog for this commit is too long to paste here, so to avoidKristian Rietveld2003-01-141-6/+6
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+10
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+2
* return a value in the range of [-1, 1] instead [0, 1],Kristian Rietveld2002-11-201-3/+6
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-81/+333
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-0/+6
* Documentation improvements.Matthias Clasen2002-10-101-30/+30
* Deprecation cleanupManish Singh2002-10-101-10/+13
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-111-0/+2
* Minor documentation fixesSoren Sandmann2002-08-101-4/+4
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-3/+333
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-051-2/+2
* sync up white space/variable names to match tree_store equiv.Jonathan Blandford2002-07-011-6/+10
* traverse all nodes, not just the leafs (pointed out by Josh Parsons)Kristian Rietveld2002-06-131-1/+1
* Discussed in #76249.Kristian Rietveld2002-06-041-3/+57
* Merged from gtk-2-0.Kristian Rietveld2002-05-161-0/+2
* fix docsKristian Rietveld2002-04-161-4/+4
* set the sort_func correctly, 77030Jonathan Blandford2002-04-021-3/+8
* handle gtk-tree-model-drop-append like the ListStore, includes some tweaksKristian Rietveld2002-03-081-4/+20
* increase value of new_location by one if cmp_a > 0 and we hit the end ofKristian Rietveld2002-03-071-0/+1
* start implementingJonathan Blandford2002-03-071-1/+2
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-4/+15
* s/columns/rows/ in docs. (#70199)Matthias Clasen2002-02-221-1/+1
* new function (gtk_tree_store_clear): traverse the tree, so we emitKristian Rietveld2002-02-151-8/+42
* save last minute changes before committing.Jonathan Blandford2002-01-311-13/+15
* only emit the signal if an interesting column changes.Jonathan Blandford2002-01-301-7/+33
* Update last change to prevent core dumpGTK_MULTIHEAD_MERGEPOINT_22_01_02Padraig O'Briain2002-01-221-1/+1
* add some more stamp checks (pointed out by Anders Carlsson)Kristian Rietveld2002-01-221-2/+8
* wow! Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")Jonathan Blandford2002-01-081-0/+1
* Doc markup fix.Matthias Clasen2001-12-081-10/+10
* fixed docsMatt Wilson2001-12-041-3/+3
* return TRUE when value changed, so row_changed is being emittedKristian Rietveld2001-11-181-1/+2
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-3/+61
* Documentation fixes. (#64377)Matthias Clasen2001-11-121-17/+17
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-26/+35
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-6/+6