aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-sorted.c
Commit message (Expand)AuthorAgeFilesLines
* Fix excessive whitespace.Matthew Barnes2009-07-131-4/+0
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-12/+12
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-60/+60
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-17/+16
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-9/+9
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-10/+4
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-7/+2
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-3/+2
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-061-7/+7
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-144/+104
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-1/+1
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+9
* Added debugging printfs.Christopher James Lahey2002-06-051-1/+15
* Check for path being NULL.Christopher James Lahey2002-05-211-1/+3
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Proxy request_collapse signals.Christopher James Lahey2002-03-121-48/+65
* We should only pre_change here if frozen = 0, otherwise we'll leakChristopher James Lahey2001-11-061-2/+4
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-011-0/+13
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-11/+28
* Fix this to check from initial instead of initial + 1.Christopher James Lahey2001-10-301-1/+1
* Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-301-2/+19
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-301-9/+8
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+18
* Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+2
* Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15
* Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-251-6/+40
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-1/+1
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Fix a crash here.Christopher James Lahey2001-04-161-2/+0
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-4/+43
* Fixed headers.Christopher James Lahey2001-04-041-1/+3
* Make it so you can switch checking around the last access on and off forChristopher James Lahey2001-04-041-0/+6
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-20/+71
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-1/+1
* Set orig_position properly on inserted nodes.Christopher James Lahey2001-04-011-2/+3
* New implementation based on a tree instead of a hash table.Christopher James Lahey2001-03-311-0/+8
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-301-0/+7
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-36/+77
* Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+1126