aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-model.h
Commit message (Expand)AuthorAgeFilesLines
* Fix excessive whitespace.Matthew Barnes2009-07-131-4/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-26/+26
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-041-0/+2
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-17/+17
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Add support for GMail like sortingSrinivasa Ragavan2007-05-171-0/+4
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-8/+9
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+4
* Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-091-38/+43
* New function to do a search through a tree in one direction or the other.Christopher James Lahey2002-01-311-89/+92
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-011-0/+8
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-6/+8
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-0/+23
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-2/+2
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-0/+11
* Add argument to get the table adapter. (et_set_arg): Add arguments forRichard Hult2001-04-041-1/+5
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-2/+3
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-211-0/+1
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-90/+112
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-171-0/+9
* Added this function. Made frozen an int so that recursive freezes andChristopher James Lahey2001-02-091-0/+2
* Updated version number.Christopher James Lahey2000-11-141-0/+4
* make ETreeModel opaque, and switch from using g_new0 and g_free forChris Toshok2000-10-251-9/+5
* get rid of ENode type, as everything in it is now in ETreePath, and addChris Toshok2000-10-161-14/+22
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-041-0/+1
* change/add prototypes and a typedef for ETreePathCompareFunc.Chris Toshok2000-10-031-5/+9
* add save_state stuff to ETreeModel, and prototypes for the public methods.Chris Toshok2000-09-261-0/+10
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-2/+2
* add signals/prototypes for e_tree_model_node_collapsed andChris Toshok2000-09-011-3/+7
* we can remove nodes with children now.Chris Toshok2000-08-221-0/+3
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-231-4/+4
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-231-2/+5
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-111-27/+56
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-091-0/+72