aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-sorted.c
Commit message (Expand)AuthorAgeFilesLines
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Proxy request_collapse signals.Christopher James Lahey2002-03-121-48/+65
* We should only pre_change here if frozen = 0, otherwise we'll leakChristopher James Lahey2001-11-061-2/+4
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-011-0/+13
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-11/+28
* Fix this to check from initial instead of initial + 1.Christopher James Lahey2001-10-301-1/+1
* Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-301-2/+19
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-301-9/+8
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+18
* Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+2
* Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15
* Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-251-6/+40
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-1/+1
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Fix a crash here.Christopher James Lahey2001-04-161-2/+0
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-4/+43
* Fixed headers.Christopher James Lahey2001-04-041-1/+3
* Make it so you can switch checking around the last access on and off forChristopher James Lahey2001-04-041-0/+6
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-20/+71
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-1/+1
* Set orig_position properly on inserted nodes.Christopher James Lahey2001-04-011-2/+3
* New implementation based on a tree instead of a hash table.Christopher James Lahey2001-03-311-0/+8
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-301-0/+7
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-36/+77
* Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+1126