summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-071-1/+4
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-5/+15
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+275
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-041-18/+80
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-5/+5
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-281-1/+1
* Remove these files since GSequence has been moved into GLib.Soren Sandmann2007-02-041-97/+96
* Fix a typo in the docs. (#349501, Carlos GUSLiBu)Matthias Clasen2006-08-151-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/+10
* 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-73/+10
* Always call the get_path and get_iter implementations directly, ratherMatthias Clasen2005-12-301-6/+6
* Remove excessive g_return_if_fail() checks in static functions.Matthias Clasen2005-12-291-71/+17
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-31/+5
* 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/+14
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix a doc typo. (#169873, Johan Dahlin)Matthias Clasen2005-03-111-1/+1
* Return TRUE if there are children. (#162134, Iñigo Serna, patch by JohnMatthias Clasen2004-12-241-1/+1
* Fix sorting of list stores. (#161886, Marcin Krzyzanowski)Matthias Clasen2004-12-221-3/+9
* Pass a root path to gtk_tree_model_rows_reordered(). (#161720, MarcinMatthias Clasen2004-12-201-6/+7
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-091-36/+236
* Make this work, no need to invert the array.Matthias Clasen2004-12-081-4/+39
* Update the documentation to specify a more useful behaviour, which can beMatthias Clasen2004-11-301-3/+5
* Don't loop over the sentinel node. (#156298, Torsten Schoenfeld)Matthias Clasen2004-10-291-1/+1
* Replace broken, overly clever implementation with one that works.Søren Sandmann2004-10-231-37/+42
* Allow sorting of tree models to be turned off again. (#151139, TorstenMatthias Clasen2004-09-051-12/+16
* Fix logical errors in gtk_list_store_move_before/after(). (#150983, patchSøren Sandmann2004-08-241-2/+2
* Restore length field; PyGTK and maybe others use it directly.Soeren Sandmann2004-08-221-0/+5
* Normalize the position so we don't create paths with off-list indices.Soeren Sandmann2004-08-221-0/+5
* Use the correct tree path (#150289, Morten Welinder).Soeren Sandmann2004-08-221-1/+1
* New function.Soeren Sandmann2004-08-141-852/+204
* 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
* 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
* Doc fix.Jonathan Blandford2004-01-221-1/+1
* Big TreeView DnD fixage, makes drops on empty models work, makes TreeStoreKristian Rietveld2003-09-091-17/+8
* Document restriction on types.Matthias Clasen2003-06-041-1/+4
* added checks to ensure that the iter is not reordered to its own position.Michael Natterer2003-04-141-5/+25
* null initialize reorder's members so Purify won't complain.Jonathan Blandford2003-03-311-1/+1
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-7/+21
* 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-3/+7
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+11
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-1/+2
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-47/+169