aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease-0-2-91nobody2001-08-021-2343/+0
* Made these functions return -1 if the x and y aren't over any cell at all.Christopher James Lahey2001-07-131-0/+5
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-131-4/+10
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-111-4/+4
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-111-2/+2
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-111-32/+16
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-291-35/+30
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-281-28/+35
* (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-291-0/+4
* Documented this function properly.Christopher James Lahey2001-04-241-0/+32
* Submit a signal even if there are no extras.Christopher James Lahey2001-04-201-35/+123
* Free some things that weren't getting freed.Dan Winship2001-04-191-3/+7
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-161-0/+6
* Return TRUE for left and right arrows.Christopher James Lahey2001-04-111-0/+2
* Added this function.Christopher James Lahey2001-04-041-0/+1
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-0/+6
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-3/+5
* Add argument to get the table adapter. (et_set_arg): Add arguments forRichard Hult2001-04-041-0/+46
* Fixed some bugs with the privitization of ETreeSelectionModel.Christopher James Lahey2001-04-011-1/+1
* Added e-tree-selection-model.c. (libetableinclude_HEADERS): AddedChristopher James Lahey2001-04-011-0/+24
* Initialize all necessary fields here.Christopher James Lahey2001-04-011-0/+18
* Roll back another part of the change.Christopher James Lahey2001-04-011-1/+5
* Accidently committed this with using the tree selection model turned on.Christopher James Lahey2001-04-011-15/+2
* Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-011-315/+379
* Made these use GTK_TYPE_GDK_EVENT whenever sending an event through theChristopher James Lahey2001-03-301-4/+7
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-301-1/+1
* Updated to set the width of the header canvas to be equal to the width ofChristopher James Lahey2001-03-301-15/+40
* un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4
* ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-261-0/+1
* Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-211-3/+8
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+2004