Commit Graph

2091 Commits

Author SHA1 Message Date
Richard Wilson
d586f64316 [project @ 2006-01-06 13:25:29 by rjw]
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
2006-01-06 13:25:29 +00:00
Richard Wilson
80abcd08f9 [project @ 2006-01-06 12:59:29 by rjw]
Create various extra NetSurf links if no Hotlist is present.

svn path=/import/netsurf/; revision=1991
2006-01-06 12:59:29 +00:00
Richard Wilson
17d7880bf9 [project @ 2006-01-06 12:50:37 by rjw]
Stop hotlist being lost on QUIT.

svn path=/import/netsurf/; revision=1990
2006-01-06 12:50:37 +00:00
Richard Wilson
dee8928366 [project @ 2006-01-06 05:32:45 by rjw]
Remove bad data. Optimise loading of URL data. Massively decrease the time taken to save URL data.

svn path=/import/netsurf/; revision=1989
2006-01-06 05:32:45 +00:00
Richard Wilson
2054391345 [project @ 2006-01-06 02:56:00 by rjw]
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
2006-01-06 02:56:00 +00:00
John Mark Bell
71a9ffa7db [project @ 2006-01-06 00:57:01 by jmb]
Handle previous signal handler claimants correctly

svn path=/import/netsurf/; revision=1987
2006-01-06 00:57:01 +00:00
John Tytgat
ca339fcc4d [project @ 2006-01-05 22:01:38 by joty]
Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN, support for GCCSDK Autobuilder and liboslib -> libOSLib32

svn path=/import/netsurf/; revision=1986
2006-01-05 22:01:38 +00:00
Richard Wilson
43f8d0048c [project @ 2006-01-05 02:05:34 by rjw]
Massively increase efficiency of URL completion.

svn path=/import/netsurf/; revision=1985
2006-01-05 02:05:34 +00:00
Richard Wilson
2b203ba00a [project @ 2006-01-04 23:24:50 by rjw]
Tidy up code.

svn path=/import/netsurf/; revision=1984
2006-01-04 23:24:50 +00:00
Richard Wilson
075c6e98b6 [project @ 2006-01-04 23:03:00 by rjw]
Make URL file loading handle invalid thumbnail filenames better. Decrease time taken to find a hostname.

svn path=/import/netsurf/; revision=1983
2006-01-04 23:03:00 +00:00
Richard Wilson
5ae56e6850 [project @ 2006-01-04 22:59:49 by rjw]
Reduce directory creation overhead slightly. Ensure directories are actually created.

svn path=/import/netsurf/; revision=1982
2006-01-04 22:59:49 +00:00
Richard Wilson
a1c3e05e0a [project @ 2006-01-04 22:40:36 by rjw]
Don't allow folders to be launched.

svn path=/import/netsurf/; revision=1981
2006-01-04 22:40:36 +00:00
Michael Drake
f36694f4ef [project @ 2006-01-04 17:32:15 by tlsa]
Improve image configuration preview images.

svn path=/import/netsurf/; revision=1980
2006-01-04 17:32:15 +00:00
Richard Wilson
a3759ab0ef [project @ 2006-01-04 17:26:43 by rjw]
Optimise searching for sprites.

svn path=/import/netsurf/; revision=1979
2006-01-04 17:26:43 +00:00
John Mark Bell
aa76fb1754 [project @ 2006-01-03 23:26:58 by jmb]
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
2006-01-03 23:26:58 +00:00
Michael Drake
ffb6153baa [project @ 2006-01-03 18:42:42 by tlsa]
Add con_security icon.

svn path=/import/netsurf/; revision=1977
2006-01-03 18:42:42 +00:00
John Mark Bell
05bb6641e1 [project @ 2006-01-03 17:01:17 by jmb]
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
2006-01-03 17:01:17 +00:00
John Mark Bell
3b2ec218a7 [project @ 2006-01-03 05:13:23 by jmb]
Fix 1394956.

svn path=/import/netsurf/; revision=1975
2006-01-03 05:13:23 +00:00
Richard Wilson
a059c234b9 [project @ 2006-01-03 01:40:32 by rjw]
Add animation configuration.

svn path=/import/netsurf/; revision=1974
2006-01-03 01:40:32 +00:00
Richard Wilson
e87907a76d [project @ 2006-01-03 01:38:20 by rjw]
Remove redundant code.

svn path=/import/netsurf/; revision=1973
2006-01-03 01:38:20 +00:00
Richard Wilson
8733cf9836 [project @ 2006-01-03 01:37:25 by rjw]
Move the caret from writable icons when shading.

svn path=/import/netsurf/; revision=1972
2006-01-03 01:37:25 +00:00
Michael Drake
965ba57c2a [project @ 2006-01-03 00:57:39 by tlsa]
New memory config. icon.

svn path=/import/netsurf/; revision=1971
2006-01-03 00:57:39 +00:00
Richard Wilson
36d500eb35 [project @ 2006-01-02 23:42:47 by rjw]
Move OK/Cancel/Default to RISC OS 5 style to keep zamez happy.

svn path=/import/netsurf/; revision=1970
2006-01-02 23:42:47 +00:00
John Mark Bell
611ec68e46 [project @ 2006-01-02 23:31:28 by jmb]
Implement font default option properly

svn path=/import/netsurf/; revision=1969
2006-01-02 23:31:29 +00:00
Richard Wilson
e68f319778 [project @ 2006-01-02 23:03:07 by rjw]
Quickly match repeated hostname calls.

svn path=/import/netsurf/; revision=1968
2006-01-02 23:03:07 +00:00
John Mark Bell
3403027d91 [project @ 2006-01-02 23:00:42 by jmb]
Lose redundant externs

svn path=/import/netsurf/; revision=1967
2006-01-02 23:00:42 +00:00
John Mark Bell
adeea58dff [project @ 2006-01-02 23:00:18 by jmb]
Take account of default font family

svn path=/import/netsurf/; revision=1966
2006-01-02 23:00:18 +00:00
Richard Wilson
f6f12a3116 [project @ 2006-01-02 22:15:28 by rjw]
Fix claiming resulting in incorrect filenames.

svn path=/import/netsurf/; revision=1965
2006-01-02 22:15:28 +00:00
Richard Wilson
f84dedbe4d [project @ 2006-01-02 22:11:09 by rjw]
Add theme configuration tool.

svn path=/import/netsurf/; revision=1964
2006-01-02 22:11:09 +00:00
Richard Wilson
aa8348ec49 [project @ 2006-01-02 22:10:00 by rjw]
Use library function to initialise menu.

svn path=/import/netsurf/; revision=1963
2006-01-02 22:10:00 +00:00
Richard Wilson
498b481406 [project @ 2006-01-02 22:09:23 by rjw]
Enable access to new configuration tools.

svn path=/import/netsurf/; revision=1962
2006-01-02 22:09:23 +00:00
Richard Wilson
0bc97079e6 [project @ 2006-01-02 22:08:27 by rjw]
Header for con_theme

svn path=/import/netsurf/; revision=1961
2006-01-02 22:08:27 +00:00
Richard Wilson
c9c2c91ed4 [project @ 2006-01-02 22:07:36 by rjw]
Remove redundant externs.

svn path=/import/netsurf/; revision=1960
2006-01-02 22:07:36 +00:00
Richard Wilson
4fb5bda6ac [project @ 2006-01-02 22:06:59 by rjw]
Allow toolbars for non gui-windows

svn path=/import/netsurf/; revision=1959
2006-01-02 22:06:59 +00:00
Richard Wilson
be9c1c9409 [project @ 2006-01-02 22:05:53 by rjw]
Remove redundant code.

svn path=/import/netsurf/; revision=1958
2006-01-02 22:05:53 +00:00
Richard Wilson
2765c12163 [project @ 2006-01-02 22:04:35 by rjw]
Remove redundant externs.

svn path=/import/netsurf/; revision=1957
2006-01-02 22:04:35 +00:00
Richard Wilson
8b725c3371 [project @ 2006-01-02 22:02:13 by rjw]
New theme configuration tool.

svn path=/import/netsurf/; revision=1956
2006-01-02 22:02:38 +00:00
Richard Wilson
7c2598aaa3 [project @ 2006-01-02 21:57:34 by rjw]
New theme configuration tool.

svn path=/import/netsurf/; revision=1955
2006-01-02 21:58:24 +00:00
Michael Drake
294f98dc53 [project @ 2006-01-02 21:54:15 by tlsa]
New choices section sprites.

svn path=/import/netsurf/; revision=1954
2006-01-02 21:54:15 +00:00
John Mark Bell
a28b0fbe07 [project @ 2006-01-02 21:24:42 by jmb]
Finish font configuration.

svn path=/import/netsurf/; revision=1953
2006-01-02 21:24:43 +00:00
Michael Drake
5b292691a6 [project @ 2006-01-02 19:58:48 by tlsa]
Update image configuration images.

svn path=/import/netsurf/; revision=1952
2006-01-02 19:58:48 +00:00
Richard Wilson
df5ae87588 [project @ 2006-01-02 15:58:34 by rjw]
Remove flicker from example icon.

svn path=/import/netsurf/; revision=1951
2006-01-02 15:58:34 +00:00
Richard Wilson
9fb14f4d93 [project @ 2006-01-02 15:57:55 by rjw]
Only pass on selection changes.

svn path=/import/netsurf/; revision=1950
2006-01-02 15:57:55 +00:00
Richard Wilson
0f6fd9bba3 [project @ 2006-01-02 15:57:14 by rjw]
Remove redundant declarations

svn path=/import/netsurf/; revision=1949
2006-01-02 15:57:14 +00:00
James Bursa
fc4317b926 [project @ 2006-01-02 13:19:34 by bursa]
Fix comment typo.

svn path=/import/netsurf/; revision=1948
2006-01-02 13:20:01 +00:00
James Bursa
cb04ca9640 [project @ 2006-01-02 13:18:32 by bursa]
Fix documentation comments. Change types of some members of struct url_content. Fix possible leak in url_store_find_hostname().

svn path=/import/netsurf/; revision=1947
2006-01-02 13:18:32 +00:00
Richard Wilson
e58c83f189 [project @ 2006-01-02 05:33:53 by rjw]
Update display on Adjust-Cancel

svn path=/import/netsurf/; revision=1946
2006-01-02 05:33:53 +00:00
Richard Wilson
010545375f [project @ 2006-01-02 05:24:22 by rjw]
Add con_memory file

svn path=/import/netsurf/; revision=1945
2006-01-02 05:24:22 +00:00
Richard Wilson
009ac8c7a0 [project @ 2006-01-02 05:23:26 by rjw]
Image configuration tool.

svn path=/import/netsurf/; revision=1944
2006-01-02 05:23:26 +00:00
Richard Wilson
fbed705284 [project @ 2006-01-02 05:21:57 by rjw]
Use library sprite loading.

svn path=/import/netsurf/; revision=1943
2006-01-02 05:21:57 +00:00