aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-model.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-876/+0
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-0/+68
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-1/+1
* Add argument to get the table adapter. (et_set_arg): Add arguments forRichard Hult2001-04-041-0/+66
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-4/+4
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-1412/+343
* Doh!Chris Lahey2001-02-231-10/+10
* Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78
* add some more (mostly empty) api docs. (e_tree_model_node_changed): passChris Toshok2001-02-201-2/+355
* Added this function. Made frozen an int so that recursive freezes andChristopher James Lahey2001-02-091-8/+24
* Step 2Miguel de Icaza2001-01-161-1/+1
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Move the correct offset when memmoving. Patch provided by Richard HultJP Rosevear2000-12-051-1/+1
* Updated version number.Christopher James Lahey2000-11-141-15/+20
* Since we insert at the parent->child position, we need to account forNot Zed2000-11-031-39/+117
* Updated these unused glade files to better match the versions in the code.Christopher James Lahey2000-11-031-1/+1
* If we are inserting into the root level, we dont have to search the wholeNot Zed2000-10-271-1/+6
* remove the save_id here, so we don't save state for nodes that no longerChris Toshok2000-10-261-9/+6
* make ETreeModel opaque, and switch from using g_new0 and g_free forChris Toshok2000-10-251-88/+130
* get the next child before traversing/calling func.Chris Toshok2000-10-161-2/+5
* 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