summaryrefslogtreecommitdiff
path: root/desktop/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow the user to delete cookies.Richard Wilson2006-07-161-37/+54
| | | | svn path=/trunk/netsurf/; revision=2770
* Slightly improve positioning of lists.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2759
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-10/+30
| | | | svn path=/trunk/netsurf/; revision=2755
* Add relevent extensions to allow treeviews to be used as an embedded list ↵Richard Wilson2006-07-151-50/+46
| | | | | | component. svn path=/trunk/netsurf/; revision=2753
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-10/+13
| | | | | | | Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-6/+139
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Fix crash when deleting directoriesJohn Mark Bell2006-04-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=2533
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-10/+7
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-091-60/+66
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-01-06 13:25:29 by rjw]Richard Wilson2006-01-061-0/+2
| | | | | | Update last child reference on delinking. This will fix the bug where parts of the tree became inaccessible after insertion. svn path=/import/netsurf/; revision=1992
* [project @ 2006-01-06 12:50:37 by rjw]Richard Wilson2006-01-061-2/+2
| | | | | | 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-5/+5
| | | | | | 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 @ 2006-01-04 22:40:36 by rjw]Richard Wilson2006-01-041-0/+1
| | | | | | Don't allow folders to be launched. svn path=/import/netsurf/; revision=1981
* [project @ 2006-01-01 17:00:56 by rjw]Richard Wilson2006-01-011-23/+12
| | | | | | Optimise node element creation. svn path=/import/netsurf/; revision=1927
* [project @ 2006-01-01 15:46:43 by rjw]Richard Wilson2006-01-011-0/+9
| | | | | | Deleting from the global history resets URL data svn path=/import/netsurf/; revision=1926
* [project @ 2005-12-31 06:17:36 by jmb]John Mark Bell2005-12-311-55/+51
| | | | | | 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-105/+53
| | | | | | 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-13/+18
| | | | | | 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-06-13 20:41:28 by rjw]Richard Wilson2005-06-131-1/+1
| | | | | | Only reset hotlist statistics for selected items svn path=/import/netsurf/; revision=1748
* [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