aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-selection-model.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1242/+0
* Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-261-1/+1
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-18/+65
* Changed resizeable to resizable in ETableCol for consistency.Christopher James Lahey2001-04-101-2/+6
* Call cursor_activated as well.Christopher James Lahey2001-04-041-1/+6
* Made this work properly for models with 0 rows in the tree table adapter.Christopher James Lahey2001-04-041-1/+14
* Added this function.Christopher James Lahey2001-04-041-0/+8
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-20/+48
* Fixed this to not call the callback with a row of -1.Christopher James Lahey2001-04-041-1/+2
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-0/+1
* Monitor the sorted model and send selection and cursor changed signals.Christopher James Lahey2001-04-021-1/+111
* Made this traverse the source model instead of the sorted model since theChristopher James Lahey2001-04-021-10/+9
* Fixed some bugs with the privitization of ETreeSelectionModel.Christopher James Lahey2001-04-011-7/+6
* Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-011-246/+403
* Made e_tree_selection_model_foreach work. (etsm_select_all): MadeChristopher James Lahey2001-03-311-8/+15
* New implementation based on a tree instead of a hash table.Christopher James Lahey2001-03-311-55/+413
* New class implementing a tree model. Not finished yet or in use, but IChristopher James Lahey2001-03-281-0/+505