summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variableJohan Dahlin2008-01-061-1/+0
* Require gtk-doc 1.8Matthias Clasen2007-11-251-2/+2
* Fix the GtkBuildable implementation to allow setting column types.Matthias Clasen2007-11-191-25/+49
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+132
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-041-16/+77
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-281-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-6/+4
* Make the insert and set functions somewhat more convenient. (#343841,Kristian Rietveld2006-06-261-4/+12
* Small refactoring. (#340428, Paolo Borelli).Kristian Rietveld2006-05-271-28/+21
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-75/+10
* Fixes #324099, Tommi Komulainen.Kristian Rietveld2006-01-151-31/+239
* Always call the get_path and get_iter implementations directly, ratherMatthias Clasen2005-12-301-28/+30
* Remove excessive g_return_if_fail() checks in static functions.Matthias Clasen2005-12-291-77/+32
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-34/+7
* Fix a memory leak. (#321032, Peter Zelezny)Matthias Clasen2005-11-151-6/+6
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix for #312924, by John Finlay.Kristian Rietveld2005-08-111-0/+13
* Fix #305737, patch from Tomislav Jonjic. This makes theKristian Rietveld2005-07-091-10/+50
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Update the documentation to specify a more useful behaviour, which can beMatthias Clasen2004-11-301-4/+5
* Allow sorting of tree models to be turned off again. (#151139, TorstenMatthias Clasen2004-09-051-13/+17
* 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