summaryrefslogtreecommitdiff
path: root/desktop/tree.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-01-06 12:50:37 by rjw]Richard Wilson2006-01-061-1/+1
| | | | | | Stop hotlist being lost on QUIT. svn path=/import/netsurf/; revision=1990
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-061-2/+2
| | | | | | Stop slight tree redraw errors from wrapping of 16-bit units. Pass the data to update URL tree nodes to where applicable. svn path=/import/netsurf/; revision=1988
* [project @ 2005-12-31 06:17:36 by jmb]John Mark Bell2005-12-311-1/+2
| | | | | | Optimise degenerate trees by storing child tail pointer svn path=/import/netsurf/; revision=1924
* [project @ 2005-12-31 04:37:56 by rjw]Richard Wilson2005-12-311-15/+15
| | | | | | Read URL data from url_store. Scroll items into view when expanding. svn path=/import/netsurf/; revision=1914
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-0/+2
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-0/+2
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-02-08 23:34:56 by rjw]Richard Wilson2005-02-081-0/+7
| | | | | | Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves. svn path=/import/netsurf/; revision=1507
* [project @ 2004-12-09 12:07:32 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Fix GTK build. Lose xcalloc() from history. svn path=/import/netsurf/; revision=1396
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+137
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