aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-selection-model.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-17/+16
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-11/+5
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* If only a few rows have changed, emit each as a separate row_changed eventNot Zed2005-06-201-2/+31
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-3/+3
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-4/+5
* add new api for setting the whole selection in one go. See #59546.Not Zed2004-06-101-0/+14
* null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11
* i18n fixDmitry Mastrukov2003-03-051-4/+125
* rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-041-765/+140
* kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-211-20/+3
* Unmarked some strings which are unsuitable for translationKwok-Koon Cheung2003-02-091-3/+3
* make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update toMike Kestner2003-02-051-142/+34
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-151-55/+78
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-43/+43
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-9/+14
* 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