aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-model.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of ENode type, as everything in it is now in ETreePath, and addChris Toshok2000-10-161-125/+235
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-1/+0
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-041-1/+45
* change/add prototypes and a typedef for ETreePathCompareFunc.Chris Toshok2000-10-031-44/+90
* don't screw things up if we sort a collapsed node.Chris Toshok2000-10-031-2/+5
* reinstate file.Chris Toshok2000-10-031-0/+16
* add save_state stuff to ETreeModel, and prototypes for the public methods.Chris Toshok2000-09-261-7/+203
* Fix include typo.Ariel Rios2000-09-251-1/+1
* fix sorting - need to update the row_array as well as the actual structureChris Toshok2000-09-251-4/+20
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* 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