summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-01-24 23:02:44 by rjw]Richard Wilson2006-01-241-0/+5
| | | | | | Stop failed decompression/loading from attempting to plot a NULL bitmap. svn path=/import/netsurf/; revision=2026
* [project @ 2006-01-22 17:25:30 by jmb]John Mark Bell2006-01-222-14/+57
| | | | | | | Convert local files to UTF-8 when dragged in (assumes they're encoded in the system local encoding). Fix potential buffer overflow in utf8_from_local_encoding svn path=/import/netsurf/; revision=2025
* [project @ 2006-01-18 00:54:27 by rjw]Richard Wilson2006-01-181-63/+78
| | | | | | Tidy up code to use generic url<->path functions. svn path=/import/netsurf/; revision=2022
* [project @ 2006-01-10 08:17:51 by bursa]James Bursa2006-01-101-4/+3
| | | | | | Search font list ignoring case (should fix 1330351). svn path=/import/netsurf/; revision=2020
* [project @ 2006-01-09 00:12:09 by rjw]Richard Wilson2006-01-093-44/+87
| | | | | | Begin moving message routing to new code. Implement Adjust-click close behaviour for local files. svn path=/import/netsurf/; revision=2019
* [project @ 2006-01-08 20:09:05 by rjw]Richard Wilson2006-01-081-44/+78
| | | | | | View source on local files now shows the actual file. Use the DataOpen protocol rather than changing the filetype. svn path=/import/netsurf/; revision=2018
* [project @ 2006-01-08 20:02:25 by rjw]Richard Wilson2006-01-082-24/+76
| | | | | | Only remove references on acknowledgement. Add simple routing functions. svn path=/import/netsurf/; revision=2016
* [project @ 2006-01-08 15:15:17 by rjw]Richard Wilson2006-01-082-0/+169
| | | | | | Automated RISC OS message routing svn path=/import/netsurf/; revision=2015
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-089-110/+200
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 13:12:58 by jmb]John Mark Bell2006-01-071-10/+23
| | | | | | Fix duplication of currently selected theme in theme_descriptor list svn path=/import/netsurf/; revision=2012
* [project @ 2006-01-07 00:51:55 by rjw]Richard Wilson2006-01-071-4/+9
| | | | | | Tidy up code. svn path=/import/netsurf/; revision=2009
* [project @ 2006-01-07 00:40:59 by rjw]Richard Wilson2006-01-072-3/+11
| | | | | | Add new configure tools. Improve initial window size. svn path=/import/netsurf/; revision=2007
* [project @ 2006-01-07 00:39:49 by rjw]Richard Wilson2006-01-071-2/+2
| | | | | | Add missing include files. svn path=/import/netsurf/; revision=2006
* [project @ 2006-01-07 00:38:14 by rjw]Richard Wilson2006-01-071-0/+73
| | | | | | Home page configuration tool. svn path=/import/netsurf/; revision=2004
* [project @ 2006-01-07 00:37:54 by rjw]Richard Wilson2006-01-071-0/+79
| | | | | | Cache configuration tool. svn path=/import/netsurf/; revision=2003
* [project @ 2006-01-07 00:29:54 by rjw]Richard Wilson2006-01-071-0/+3
| | | | | | Fix toolbar editing for trees (hotlist, global history). svn path=/import/netsurf/; revision=2001
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-064-126/+29
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [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 12:59:29 by rjw]Richard Wilson2006-01-061-1/+24
| | | | | | Create various extra NetSurf links if no Hotlist is present. svn path=/import/netsurf/; revision=1991
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-063-21/+33
| | | | | | 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-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 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 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 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-031-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-02 23:31:28 by jmb]John Mark Bell2006-01-022-24/+1
| | | | | | Implement font default option properly svn path=/import/netsurf/; revision=1969
* [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: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:24:42 by jmb]John Mark Bell2006-01-023-13/+115
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [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
* [project @ 2006-01-02 15:57:55 by rjw]Richard Wilson2006-01-021-6/+5
| | | | | | Only pass on selection changes. svn path=/import/netsurf/; revision=1950
* [project @ 2006-01-02 15:57:14 by rjw]Richard Wilson2006-01-021-61/+0
| | | | | | Remove redundant declarations svn path=/import/netsurf/; revision=1949
* [project @ 2006-01-02 13:19:34 by bursa]James Bursa2006-01-021-1/+1
| | | | | | Fix comment typo. svn path=/import/netsurf/; revision=1948
* [project @ 2006-01-02 05:33:53 by rjw]Richard Wilson2006-01-021-11/+19
| | | | | | Update display on Adjust-Cancel svn path=/import/netsurf/; revision=1946