summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-01-07 00:17:04 by tlsa]Michael Drake2006-01-071-0/+0
| | | | | | Add con_cache image. svn path=/import/netsurf/; revision=2000
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-067-126/+29
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-06 21:23:47 by jmb]John Mark Bell2006-01-061-0/+2
| | | | | | Fix normalisation of tables to update table->last correctly svn path=/import/netsurf/; revision=1998
* [project @ 2006-01-06 21:21:34 by rjw]Richard Wilson2006-01-062-2/+0
| | | | | | Trim headers. svn path=/import/netsurf/; revision=1997
* [project @ 2006-01-06 21:01:01 by jmb]John Mark Bell2006-01-061-0/+1
| | | | | | Add missing include svn path=/import/netsurf/; revision=1996
* [project @ 2006-01-06 20:56:44 by rjw]Richard Wilson2006-01-061-35/+202
| | | | | | Add code necessary to flush unaccounted references in the Cache directory. svn path=/import/netsurf/; revision=1995
* [project @ 2006-01-06 15:36:09 by rjw]Richard Wilson2006-01-061-90/+96
| | | | | | Faster reading of available themes. svn path=/import/netsurf/; revision=1994
* [project @ 2006-01-06 13:27:15 by rjw]Richard Wilson2006-01-061-5/+1
| | | | | | Improve the dragging of URL files into the hotlist. svn path=/import/netsurf/; revision=1993
* [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:59:29 by rjw]Richard Wilson2006-01-065-1/+36
| | | | | | Create various extra NetSurf links if no Hotlist is present. svn path=/import/netsurf/; revision=1991
* [project @ 2006-01-06 12:50:37 by rjw]Richard Wilson2006-01-062-3/+3
| | | | | | Stop hotlist being lost on QUIT. svn path=/import/netsurf/; revision=1990
* [project @ 2006-01-06 05:32:45 by rjw]Richard Wilson2006-01-061-16/+48
| | | | | | Remove bad data. Optimise loading of URL data. Massively decrease the time taken to save URL data. svn path=/import/netsurf/; revision=1989
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-065-28/+40
| | | | | | 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-06 00:57:01 by jmb]John Mark Bell2006-01-061-7/+63
| | | | | | Handle previous signal handler claimants correctly svn path=/import/netsurf/; revision=1987
* [project @ 2006-01-05 22:01:38 by joty]John Tytgat2006-01-052-16/+19
| | | | | | Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN, support for GCCSDK Autobuilder and liboslib -> libOSLib32 svn path=/import/netsurf/; revision=1986
* [project @ 2006-01-05 02:05:34 by rjw]Richard Wilson2006-01-051-88/+96
| | | | | | Massively increase efficiency of URL completion. svn path=/import/netsurf/; revision=1985
* [project @ 2006-01-04 23:24:50 by rjw]Richard Wilson2006-01-041-35/+33
| | | | | | Tidy up code. svn path=/import/netsurf/; revision=1984
* [project @ 2006-01-04 23:03:00 by rjw]Richard Wilson2006-01-041-28/+68
| | | | | | Make URL file loading handle invalid thumbnail filenames better. Decrease time taken to find a hostname. svn path=/import/netsurf/; revision=1983
* [project @ 2006-01-04 22:59:49 by rjw]Richard Wilson2006-01-041-2/+25
| | | | | | Reduce directory creation overhead slightly. Ensure directories are actually created. svn path=/import/netsurf/; revision=1982
* [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-04 17:32:15 by tlsa]Michael Drake2006-01-041-0/+0
| | | | | | Improve image configuration preview images. svn path=/import/netsurf/; revision=1980
* [project @ 2006-01-04 17:26:43 by rjw]Richard Wilson2006-01-041-0/+8
| | | | | | Optimise searching for sprites. svn path=/import/netsurf/; revision=1979
* [project @ 2006-01-03 23:26:58 by jmb]John Mark Bell2006-01-031-2/+14
| | | | | | | | Detect and prevent self-referential redirects. This is not a complete solution as it does not handle the likes of page1 -> page2 -> page1 -> ... To solve that probably requires counting the number of redirects a given fetch has made and then bailing once it exceeds some fixed value. From what I can see at present, this will have to be done at the top-level (i.e. browser_window_callback and suchlike). svn path=/import/netsurf/; revision=1978
* [project @ 2006-01-03 18:42:42 by tlsa]Michael Drake2006-01-031-0/+0
| | | | | | Add con_security icon. svn path=/import/netsurf/; revision=1977
* [project @ 2006-01-03 17:01:17 by jmb]John Mark Bell2006-01-031-2/+9
| | | | | | | Fix 1371902. fetch_filetype now receives the unix path with the leading / (which it always should have done, tbh). svn path=/import/netsurf/; revision=1976
* [project @ 2006-01-03 05:13:23 by jmb]John Mark Bell2006-01-031-1/+15
| | | | | | Fix 1394956. svn path=/import/netsurf/; revision=1975
* [project @ 2006-01-03 01:40:32 by rjw]Richard Wilson2006-01-035-3/+41
| | | | | | Add animation configuration. svn path=/import/netsurf/; revision=1974
* [project @ 2006-01-03 01:38:20 by rjw]Richard Wilson2006-01-031-15/+0
| | | | | | Remove redundant code. svn path=/import/netsurf/; revision=1973
* [project @ 2006-01-03 01:37:25 by rjw]Richard Wilson2006-01-032-9/+41
| | | | | | Move the caret from writable icons when shading. svn path=/import/netsurf/; revision=1972
* [project @ 2006-01-03 00:57:39 by tlsa]Michael Drake2006-01-031-0/+0
| | | | | | New memory config. icon. svn path=/import/netsurf/; revision=1971
* [project @ 2006-01-02 23:42:47 by rjw]Richard Wilson2006-01-024-0/+0
| | | | | | Move OK/Cancel/Default to RISC OS 5 style to keep zamez happy. svn path=/import/netsurf/; revision=1970
* [project @ 2006-01-02 23:31:28 by jmb]John Mark Bell2006-01-026-26/+10
| | | | | | Implement font default option properly svn path=/import/netsurf/; revision=1969
* [project @ 2006-01-02 23:03:07 by rjw]Richard Wilson2006-01-021-11/+23
| | | | | | Quickly match repeated hostname calls. svn path=/import/netsurf/; revision=1968
* [project @ 2006-01-02 23:00:42 by jmb]John Mark Bell2006-01-021-3/+0
| | | | | | Lose redundant externs svn path=/import/netsurf/; revision=1967
* [project @ 2006-01-02 23:00:18 by jmb]John Mark Bell2006-01-021-1/+20
| | | | | | Take account of default font family svn path=/import/netsurf/; revision=1966
* [project @ 2006-01-02 22:15:28 by rjw]Richard Wilson2006-01-021-1/+1
| | | | | | Fix claiming resulting in incorrect filenames. svn path=/import/netsurf/; revision=1965
* [project @ 2006-01-02 22:11:09 by rjw]Richard Wilson2006-01-021-1/+2
| | | | | | Add theme configuration tool. svn path=/import/netsurf/; revision=1964
* [project @ 2006-01-02 22:10:00 by rjw]Richard Wilson2006-01-021-20/+2
| | | | | | Use library function to initialise menu. svn path=/import/netsurf/; revision=1963
* [project @ 2006-01-02 22:09:23 by rjw]Richard Wilson2006-01-021-1/+1
| | | | | | Enable access to new configuration tools. svn path=/import/netsurf/; revision=1962
* [project @ 2006-01-02 22:08:27 by rjw]Richard Wilson2006-01-021-0/+2
| | | | | | Header for con_theme svn path=/import/netsurf/; revision=1961
* [project @ 2006-01-02 22:07:36 by rjw]Richard Wilson2006-01-021-5/+3
| | | | | | Remove redundant externs. svn path=/import/netsurf/; revision=1960
* [project @ 2006-01-02 22:06:59 by rjw]Richard Wilson2006-01-021-1/+3
| | | | | | Allow toolbars for non gui-windows svn path=/import/netsurf/; revision=1959
* [project @ 2006-01-02 22:05:53 by rjw]Richard Wilson2006-01-022-52/+0
| | | | | | Remove redundant code. svn path=/import/netsurf/; revision=1958
* [project @ 2006-01-02 22:04:35 by rjw]Richard Wilson2006-01-021-22/+35
| | | | | | Remove redundant externs. svn path=/import/netsurf/; revision=1957
* [project @ 2006-01-02 22:02:13 by rjw]Richard Wilson2006-01-022-1/+403
| | | | | | New theme configuration tool. svn path=/import/netsurf/; revision=1956
* [project @ 2006-01-02 21:57:34 by rjw]Richard Wilson2006-01-028-0/+4
| | | | | | New theme configuration tool. svn path=/import/netsurf/; revision=1955
* [project @ 2006-01-02 21:54:15 by tlsa]Michael Drake2006-01-021-0/+0
| | | | | | New choices section sprites. svn path=/import/netsurf/; revision=1954
* [project @ 2006-01-02 21:24:42 by jmb]John Mark Bell2006-01-0211-13/+119
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [project @ 2006-01-02 19:58:48 by tlsa]Michael Drake2006-01-021-0/+0
| | | | | | Update image configuration images. svn path=/import/netsurf/; revision=1952
* [project @ 2006-01-02 15:58:34 by rjw]Richard Wilson2006-01-021-2/+11
| | | | | | Remove flicker from example icon. svn path=/import/netsurf/; revision=1951