aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-table-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-1148/+0
* Changed a lot of direct uses in this file of node->is_expanded to call theChristopher James Lahey2002-05-141-70/+76
* Bump file version to 2. (This will make older versions of gal ignore theDan Winship2002-05-101-4/+12
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-091-30/+43
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-13/+49
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-301-2/+3
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-4/+18
* Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-231-0/+1
* Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-051-1/+1
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-4/+7
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-10/+8
* e_tree_table_adapter_node_at_row would have pulled data from one past theChristopher James Lahey2001-08-041-6/+8
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-131-0/+3
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-261-2/+7
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-1/+11
* Make it so you can switch checking around the last access on and off forChristopher James Lahey2001-04-041-0/+2
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-2/+18
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-2/+2
* Fixed an off by one error.Richard Hult2001-04-041-1/+1
* Don't draw the button if it's less than 1 pixel wide.Christopher James Lahey2001-04-031-1/+4
* Fixed removing the last child of a node.Christopher James Lahey2001-03-311-4/+29
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-1/+1
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+974