aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-tree-model.c
Commit message (Expand)AuthorAgeFilesLines
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-811/+0
* add signals/prototypes for e_tree_model_node_collapsed andChris Toshok2000-09-011-8/+56
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-281-0/+3
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-221-0/+1
* we can remove nodes with children now.Chris Toshok2000-08-221-5/+49
* Call our parent's destroy method.Miguel de Icaza2000-08-091-0/+5
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-091-4/+4
* add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-071-2/+2
* Make this work recursively.Dan Winship2000-07-071-1/+8
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+1
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-231-33/+15
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-231-2/+37
* call e_table_model_row_inserted instead of e_table_model_changed.Chris Toshok2000-06-201-4/+4
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-111-90/+459
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-091-0/+316