summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-2/+8
* Deprecation cleanupManish Singh2002-10-071-10/+14
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-111-1/+4
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-3/+257
* Merge from HEAD.Kristian Rietveld2002-07-051-0/+1
* sync up white space/variable names to match tree_store equiv.Jonathan Blandford2002-07-011-3/+3
* Discussed in #76249.Kristian Rietveld2002-06-041-3/+42
* set the sort_func correctly, 77030Jonathan Blandford2002-04-021-3/+8
* start implementingJonathan Blandford2002-03-071-3/+10
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+15
* call _gtk_tree_view_column_cell_set_dirty when visible, so this columnKristian Rietveld2002-02-251-5/+6
* set value of func to NULL during initialization (we don't use func in theKristian Rietveld2002-02-111-1/+1
* Get the damn fix right, see my latest ChangeLog entry.Kristian Rietveld2002-02-111-3/+1
* increase value of new_location by one if cmp_a > 0 and we hit the end ofKristian Rietveld2002-02-101-1/+4
* let's set the path, which we're going to pass with the emission ofKristian Rietveld2002-02-051-1/+1
* set upper member of vadjustment correct, so the vscrollbars of listsKristian Rietveld2002-02-021-2/+0
* save last minute changes before committing.Jonathan Blandford2002-01-311-12/+14
* only emit the signal if an interesting column changes.Jonathan Blandford2002-01-301-4/+33
* pass NULL to gtk_tree_model_rows_reordered and not an iter with user_dataKristian Rietveld2002-01-091-4/+2
* nuke the stamp++, per jrb's requestKristian Rietveld2001-12-081-1/+0
* Fix docs. (#66383)Matthias Clasen2001-12-061-11/+18
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-5/+60
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-12/+21
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-6/+6