summaryrefslogtreecommitdiff
path: root/desktop/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-03-20 23:02:00 by rjw]Richard Wilson2005-03-201-2/+4
| | | | | | URL nodes without a title use the associated URL. svn path=/import/netsurf/; revision=1563
* [project @ 2005-02-08 23:34:56 by rjw]Richard Wilson2005-02-081-16/+71
| | | | | | Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves. svn path=/import/netsurf/; revision=1507
* [project @ 2005-01-27 22:54:59 by rjw]Richard Wilson2005-01-271-1/+1
| | | | | | Recursing deleted nodes is foolish svn path=/import/netsurf/; revision=1472
* [project @ 2004-12-16 14:12:04 by rjw]Richard Wilson2004-12-161-0/+3
| | | | | | Fix for bug when deleting an expanded tree node. JNG/PNG opacity is now tested during the first plot. svn path=/import/netsurf/; revision=1405
* [project @ 2004-12-13 13:48:56 by rjw]Richard Wilson2004-12-131-2/+21
| | | | | | Fix hotlist dragging inconsitency. svn path=/import/netsurf/; revision=1402
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+1113
Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394