aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-selection-model.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-1397/+0
* Added this function that lets you specify the translation domain.Christopher James Lahey2002-05-031-6/+5
* Made these handle the case where all_children_selected_array has a bitChristopher James Lahey2002-04-261-2/+7
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-091-1/+1
* Initialize frozen_count to 0.Christopher James Lahey2002-02-201-0/+2
* Added this simple accessor function.Christopher James Lahey2002-01-311-0/+6
* Merging changes:Christopher James Lahey2001-12-071-0/+2
* Merging changes:Christopher James Lahey2001-12-051-50/+118
* Don't select all if the source model doesn't have a root node (it used toChristopher James Lahey2001-11-111-1/+6
* Fixed the signature of this function.Christopher James Lahey2001-11-011-1/+1
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-011-3/+23
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-0/+32
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* If the root node is hidden and selected, don't count it in the selectedChristopher James Lahey2001-10-261-14/+22
* Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-041-12/+12
* Set cursor_path = NULL here.Christopher James Lahey2001-09-261-0/+2
* Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-251-71/+7
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-1/+1
* Workaround for Ximian bug #6795. Will prevent a crash and doesn't seem toPeter Williams2001-08-141-1/+1
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-091-0/+3
* Implemented this function. Fixes Ximian bug #5353.Christopher James Lahey2001-08-081-6/+50
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-281-0/+9
* 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