| Commit message (Expand) | Author | Age | Files | Lines |
* | Upped the version number to 0.6.99.0. Upped the so number to 6. | Christopher James Lahey | 2001-04-13 | 1 | -0/+68 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 1 | -1/+1 |
* | Add argument to get the table adapter. (et_set_arg): Add arguments for | Richard Hult | 2001-04-04 | 1 | -0/+66 |
* | Updated these to match the new e_tree_model_node_removed signal. | Christopher James Lahey | 2001-03-27 | 1 | -4/+4 |
* | Deal with proxy_node_changed being called on a different root node than | Christopher James Lahey | 2001-03-20 | 1 | -1412/+343 |
* | Doh! | Chris Lahey | 2001-02-23 | 1 | -10/+10 |
* | Added a bunch of g_return_if_fails. | Christopher James Lahey | 2001-02-23 | 1 | -7/+78 |
* | add some more (mostly empty) api docs. (e_tree_model_node_changed): pass | Chris Toshok | 2001-02-20 | 1 | -2/+355 |
* | Added this function. Made frozen an int so that recursive freezes and | Christopher James Lahey | 2001-02-09 | 1 | -8/+24 |
* | Step 2 | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Move the correct offset when memmoving. Patch provided by Richard Hult | JP Rosevear | 2000-12-05 | 1 | -1/+1 |
* | Updated version number. | Christopher James Lahey | 2000-11-14 | 1 | -15/+20 |
* | Since we insert at the parent->child position, we need to account for | Not Zed | 2000-11-03 | 1 | -39/+117 |
* | Updated these unused glade files to better match the versions in the code. | Christopher James Lahey | 2000-11-03 | 1 | -1/+1 |
* | If we are inserting into the root level, we dont have to search the whole | Not Zed | 2000-10-27 | 1 | -1/+6 |
* | remove the save_id here, so we don't save state for nodes that no longer | Chris Toshok | 2000-10-26 | 1 | -9/+6 |
* | make ETreeModel opaque, and switch from using g_new0 and g_free for | Chris Toshok | 2000-10-25 | 1 | -88/+130 |
* | get the next child before traversing/calling func. | Chris Toshok | 2000-10-16 | 1 | -2/+5 |
* | get rid of ENode type, as everything in it is now in ETreePath, and add | Chris Toshok | 2000-10-16 | 1 | -125/+235 |
* | Changed these to match the new ETable system. | Christopher James Lahey | 2000-10-11 | 1 | -1/+0 |
* | Changed to take into account the sort group, if the table has one.x | Not Zed | 2000-10-04 | 1 | -1/+45 |
* | change/add prototypes and a typedef for ETreePathCompareFunc. | Chris Toshok | 2000-10-03 | 1 | -44/+90 |
* | don't screw things up if we sort a collapsed node. | Chris Toshok | 2000-10-03 | 1 | -2/+5 |
* | reinstate file. | Chris Toshok | 2000-10-03 | 1 | -0/+16 |
* | add save_state stuff to ETreeModel, and prototypes for the public methods. | Chris Toshok | 2000-09-26 | 1 | -7/+203 |
* | Fix include typo. | Ariel Rios | 2000-09-25 | 1 | -1/+1 |
* | fix sorting - need to update the row_array as well as the actual structure | Chris Toshok | 2000-09-25 | 1 | -4/+20 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -1/+1 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -1/+1 |
* | add signals/prototypes for e_tree_model_node_collapsed and | Chris Toshok | 2000-09-01 | 1 | -8/+56 |
* | Remove a ton of (hopefully harmless) warnings from the ETable code. | Ettore Perazzoli | 2000-08-28 | 1 | -0/+3 |
* | Moved drawing of the cell backgrounds from ECell into ETableItem. | Christopher James Lahey | 2000-08-22 | 1 | -0/+1 |
* | we can remove nodes with children now. | Chris Toshok | 2000-08-22 | 1 | -5/+49 |
* | Call our parent's destroy method. | Miguel de Icaza | 2000-08-09 | 1 | -0/+5 |
* | When inserting a root node, only call e_table_model_row_inserted if | Dan Winship | 2000-07-09 | 1 | -4/+4 |
* | add a g_return_val_if_fail to etree_node_at_row | Dan Winship | 2000-07-07 | 1 | -2/+2 |
* | Make this work recursively. | Dan Winship | 2000-07-07 | 1 | -1/+8 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+1 |
* | add icon_at virtual function - it was stupid to make the insert call take | Chris Toshok | 2000-06-23 | 1 | -33/+15 |
* | use the expanded/unexpanded pixbufs as node pixbufs for the first level of | Chris Toshok | 2000-06-23 | 1 | -2/+37 |
* | call e_table_model_row_inserted instead of e_table_model_changed. | Chris Toshok | 2000-06-20 | 1 | -4/+4 |
* | change things so we focus the cell and select the row, and also dispatch | Chris Toshok | 2000-06-11 | 1 | -90/+459 |
* | New files. A tree model using a GNode structure to store it's info. | Chris Toshok | 2000-06-09 | 1 | -0/+316 |