summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* Fix docs, #62808Jonathan Blandford2001-10-241-1/+1
* Realized g_node_depth is broken, and that it's not worth being consistentJonathan Blandford2001-10-221-3/+2
* update docs to reflect reality, #62810Jonathan Blandford2001-10-221-1/+1
* correct docs for use_alignManish Singh2001-10-191-1/+1
* fix small bug reported by (Oleg Maiboroda), #62600Jonathan Blandford2001-10-181-2/+4
* We're a gobject, not a GtkObject. Thanks andersca.Jonathan Blandford2001-10-091-13/+10
* improve warning.Jonathan Blandford2001-10-061-1/+1
* add a finalize and destroy handler.Jonathan Blandford2001-10-011-8/+35
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-16/+9
* Make ITERS_PERSIST correctJonathan Blandford2001-09-301-1/+0
* Stop being stupid and emitting the signal every time.Jonathan Blandford2001-09-271-32/+61
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-1/+1
* Add a compat macro that got lost.Owen Taylor2001-09-241-3/+3
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-17/+17
* Fix looping in gtk_tree_store_init() waiting for zero random int.Padraig O'Briain2001-09-101-1/+1
* Write documentation Write documentationJonathan Blandford2001-09-081-89/+213
* fix initial val for sort column.Jonathan Blandford2001-09-041-2/+2
* handle default sort featureJonathan Blandford2001-09-031-49/+114
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-8/+8
* gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don'tMatthias Clasen2001-08-081-2/+1
* Fix part of #57714.Jonathan Blandford2001-07-301-0/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-10/+0