John Mark Bell
9989fd4d3a
Fix utter stupidity
...
svn path=/trunk/netsurf/; revision=2536
2006-04-16 10:22:53 +00:00
John Mark Bell
e5912fedd1
Use database's copy of URL for new global history entries
...
svn path=/trunk/netsurf/; revision=2534
2006-04-15 18:53:20 +00:00
John Mark Bell
691087a534
Fix crash when deleting directories
...
svn path=/trunk/netsurf/; revision=2533
2006-04-15 18:52:06 +00:00
John Mark Bell
52bdd72c71
Ensure hotlist URLs are retained in the database
...
Reduce number of unconditional calls to urldb_get_url_data
svn path=/trunk/netsurf/; revision=2531
2006-04-15 15:23:23 +00:00
John Mark Bell
e0ba508992
Store URLs explicitly in URL database for faster access.
...
Iteration callbacks now passed url_data struct to remove need to look up
svn path=/trunk/netsurf/; revision=2522
2006-04-11 02:39:55 +00:00
John Mark Bell
c09eb457df
Unify information databases
...
svn path=/trunk/netsurf/; revision=2519
2006-04-09 23:21:13 +00:00
Rob Kendrick
b875473027
[project @ 2006-03-31 10:41:21 by rjek]
...
Move default font face choices from RISC OS front end to core
svn path=/import/netsurf/; revision=2482
2006-03-31 10:41:21 +00:00
Rob Kendrick
5d434ff002
[project @ 2006-03-29 15:26:53 by rjek]
...
Moved homepage_url option into core from riscos, and use it in the GTK frontend
svn path=/import/netsurf/; revision=2481
2006-03-29 15:26:54 +00:00
Daniel Silverstone
c37ff7b219
[project @ 2006-03-27 00:30:04 by dsilvers]
...
Ensure refresh_interval is -1 just in case
svn path=/import/netsurf/; revision=2194
2006-03-27 00:30:04 +00:00
Daniel Silverstone
dc3287127a
[project @ 2006-03-27 00:19:19 by dsilvers]
...
Defer scheduling a refresh until the content is loaded. This prevents assertion failures in the rare case that a schedule_run ends up being called before a content object containing a refresh which is due is fully loaded
svn path=/import/netsurf/; revision=2193
2006-03-27 00:19:19 +00:00
Daniel Silverstone
d8576715d9
[project @ 2006-03-26 23:06:18 by dsilvers]
...
Consider the margins on the <html> object when calculating where a point is.
svn path=/import/netsurf/; revision=2189
2006-03-26 23:06:18 +00:00
Rob Kendrick
8cb8c74d40
[project @ 2006-03-26 21:26:47 by rjek]
...
Add a 5 pixel 'tail' at the start and end of history node links
svn path=/import/netsurf/; revision=2183
2006-03-26 21:26:47 +00:00
Daniel Silverstone
8ebdc30958
[project @ 2006-03-26 17:48:56 by dsilvers]
...
Argh, it's a length but it's called an offset
svn path=/import/netsurf/; revision=2181
2006-03-26 17:48:56 +00:00
Daniel Silverstone
ccea99c07f
[project @ 2006-03-26 17:43:43 by dsilvers]
...
char_offset is an offset, add one to make it a length
svn path=/import/netsurf/; revision=2180
2006-03-26 17:43:43 +00:00
James Bursa
5a72700817
[project @ 2006-03-25 20:30:35 by bursa]
...
Split local history into portable and RISC OS specific code. Improve layout of history tree.
svn path=/import/netsurf/; revision=2164
2006-03-25 20:30:35 +00:00
Michael Drake
222b75de89
[project @ 2006-03-22 23:37:59 by tlsa]
...
More pointer types for RISC OS build.
svn path=/import/netsurf/; revision=2150
2006-03-22 23:37:59 +00:00
Rob Kendrick
388ce7b8c4
[project @ 2006-03-21 17:22:41 by rjek]
...
Radio and checkbox widgets are now 3D, and implemented arc plotting for them
svn path=/import/netsurf/; revision=2145
2006-03-21 17:22:41 +00:00
Rob Kendrick
1562dd03cb
[project @ 2006-03-19 19:03:07 by rjek]
...
Implemented unfilled disc plotting and GTK disc plotting
svn path=/import/netsurf/; revision=2136
2006-03-19 19:03:07 +00:00
Daniel Silverstone
35bb5f96d5
[project @ 2006-03-19 17:49:32 by dsilvers]
...
Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had
svn path=/import/netsurf/; revision=2135
2006-03-19 17:49:32 +00:00
Daniel Silverstone
40260f177a
[project @ 2006-03-14 14:21:00 by dsilvers]
...
Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good.
svn path=/import/netsurf/; revision=2127
2006-03-14 14:21:01 +00:00
Daniel Silverstone
17d059f53f
[project @ 2006-03-10 09:09:03 by dsilvers]
...
Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer
svn path=/import/netsurf/; revision=2123
2006-03-10 09:09:03 +00:00
John Mark Bell
77159f9e9a
[project @ 2006-03-09 14:01:38 by jmb]
...
Avoid potential NULL read
svn path=/import/netsurf/; revision=2112
2006-03-09 14:01:38 +00:00
Richard Wilson
25a995931d
[project @ 2006-03-04 20:46:35 by rjw]
...
Continue work towards favicon support.
svn path=/import/netsurf/; revision=2104
2006-03-04 20:46:35 +00:00
John Mark Bell
44d192c762
[project @ 2006-02-24 20:43:45 by jmb]
...
Fix broken fragment handling which prevented form submission.
svn path=/import/netsurf/; revision=2094
2006-02-24 20:43:45 +00:00
John Mark Bell
d4d3e5ee1c
[project @ 2006-02-23 15:06:53 by jmb]
...
Handle invalid SSL certificates better - UI still needs work.
Modify fetch callback data parameter type to remove compiler warnings.
Constify things.
Lose global ssl_verify_certificates option.
Fix issue when closing a dialog without input focus.
svn path=/import/netsurf/; revision=2092
2006-02-23 15:06:54 +00:00
John Mark Bell
5ce5fe084c
[project @ 2006-02-19 18:26:23 by jmb]
...
Rewrite HTTP authentication.
Fix extraction of realm from WWW-Authenticate header.
Tidy up login dialog code.
svn path=/import/netsurf/; revision=2085
2006-02-19 18:26:23 +00:00
Adrian Lees
dbfdafdf18
[project @ 2006-02-15 23:09:53 by adrianl]
...
Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators
svn path=/import/netsurf/; revision=2081
2006-02-15 23:09:55 +00:00
Adrian Lees
ba474f1c91
[project @ 2006-02-12 21:23:21 by adrianl]
...
Show all matches
svn path=/import/netsurf/; revision=2076
2006-02-12 21:23:22 +00:00
Adrian Lees
faa96477e5
[project @ 2006-02-11 18:44:23 by adrianl]
...
Remove currently unused and unusable functions
svn path=/import/netsurf/; revision=2073
2006-02-11 18:44:23 +00:00
Adrian Lees
edded10c0f
[project @ 2006-02-11 18:33:05 by adrianl]
...
Textarea/selection improvements and fixes
svn path=/import/netsurf/; revision=2072
2006-02-11 18:33:05 +00:00
Adrian Lees
6b3b19a95b
[project @ 2006-02-11 03:40:26 by adrianl]
...
Auto-repeat for scrollbar buttons
svn path=/import/netsurf/; revision=2070
2006-02-11 03:40:26 +00:00
John Mark Bell
0f228ada91
[project @ 2006-02-06 00:10:09 by jmb]
...
Implement HTTP caching algorithm; this should avoid stale cache entries being used.
svn path=/import/netsurf/; revision=2059
2006-02-06 00:10:09 +00:00
Adrian Lees
c176e276e2
[project @ 2006-02-06 00:07:18 by adrianl]
...
Drag-saving of text without pressing Ctrl
svn path=/import/netsurf/; revision=2058
2006-02-06 00:07:18 +00:00
Richard Wilson
b5fcb4d94c
[project @ 2006-01-25 17:28:29 by rjw]
...
Implement feature request 1365051.
svn path=/import/netsurf/; revision=2043
2006-01-25 17:28:29 +00:00
John Mark Bell
9f7e57c99d
[project @ 2006-01-25 08:25:37 by jmb]
...
Fix stupid aborts due to not removing scheduled callbacks
svn path=/import/netsurf/; revision=2040
2006-01-25 08:25:38 +00:00
John Mark Bell
0f77b057a1
[project @ 2006-01-25 06:52:38 by jmb]
...
Meta refresh support
svn path=/import/netsurf/; revision=2039
2006-01-25 06:52:38 +00:00
John Mark Bell
745deb7a9d
[project @ 2006-01-08 01:51:33 by jmb]
...
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
2006-01-08 01:51:33 +00:00
Richard Wilson
511fba0531
[project @ 2006-01-07 00:39:14 by rjw]
...
Add disc cache expiry option.
svn path=/import/netsurf/; revision=2005
2006-01-07 00:39:14 +00:00
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
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
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
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
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
John Mark Bell
cf657a2ffb
[project @ 2006-01-01 18:52:30 by jmb]
...
Dump user options to stderr on abort.
Dump box tree on failed assertion.
Display Red/Yellow hourglass whilst dumping box tree (as this can take some time)
svn path=/import/netsurf/; revision=1928
2006-01-01 18:52:30 +00:00
Richard Wilson
e9601cb35a
[project @ 2006-01-01 17:00:56 by rjw]
...
Optimise node element creation.
svn path=/import/netsurf/; revision=1927
2006-01-01 17:00:56 +00:00
Richard Wilson
b02995aed9
[project @ 2006-01-01 15:46:43 by rjw]
...
Deleting from the global history resets URL data
svn path=/import/netsurf/; revision=1926
2006-01-01 15:46:43 +00:00
John Mark Bell
6916d94356
[project @ 2005-12-31 06:17:36 by jmb]
...
Optimise degenerate trees by storing child tail pointer
svn path=/import/netsurf/; revision=1924
2005-12-31 06:17:36 +00:00
Richard Wilson
39e41ea386
[project @ 2005-12-31 04:37:56 by rjw]
...
Read URL data from url_store. Scroll items into view when expanding.
svn path=/import/netsurf/; revision=1914
2005-12-31 04:37:57 +00:00
Richard Wilson
6d36a1c81e
[project @ 2005-12-31 04:31:37 by rjw]
...
Hotlist comments are no longer required.
svn path=/import/netsurf/; revision=1910
2005-12-31 04:31:37 +00:00
Richard Wilson
e6f311f97c
[project @ 2005-12-31 04:30:49 by rjw]
...
Updates to work with new url_store system.
svn path=/import/netsurf/; revision=1909
2005-12-31 04:30:49 +00:00