summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-2117-90/+237
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-02-20 02:29:19 by jmb]John Mark Bell2006-02-202-6/+7
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2086
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-199-276/+570
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-15 23:28:18 by adrianl]Adrian Lees2006-02-151-3/+3
| | | | | | Make search accessible for textplain content svn path=/import/netsurf/; revision=2084
* [project @ 2006-02-15 23:14:51 by adrianl]Adrian Lees2006-02-151-64/+163
| | | | | | Late arrival svn path=/import/netsurf/; revision=2083
* [project @ 2006-02-15 23:10:08 by adrianl]Adrian Lees2006-02-152-0/+63
| | | | | | New header files svn path=/import/netsurf/; revision=2082
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-1522-398/+1234
| | | | | | 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
* [project @ 2006-02-13 23:04:32 by bursa]James Bursa2006-02-131-7/+6
| | | | | | Disable sending of Expect: 100-continue for POSTs (fixes using the bug tracker). Remove unnecessary setting of Host header. svn path=/import/netsurf/; revision=2080
* [project @ 2006-02-13 00:17:44 by jmb]John Mark Bell2006-02-132-0/+3
| | | | | | Add missing includes svn path=/import/netsurf/; revision=2079
* [project @ 2006-02-12 23:07:28 by bursa]James Bursa2006-02-124-51/+303
| | | | | | Rewrite handling of text/plain contents. Now rendered directly instead of converting to HTML. svn path=/import/netsurf/; revision=2078
* [project @ 2006-02-12 23:06:09 by bursa]James Bursa2006-02-121-3/+3
| | | | | | Require Iconv 0.07 (for new textplain code). svn path=/import/netsurf/; revision=2077
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-127-62/+122
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-11 21:58:56 by jmb]John Mark Bell2006-02-111-1/+1
| | | | | | Permit negative text indent svn path=/import/netsurf/; revision=2075
* [project @ 2006-02-11 19:10:42 by adrianl]Adrian Lees2006-02-111-7/+5
| | | | | | Corrected UTF8 conversion of imported text svn path=/import/netsurf/; revision=2074
* [project @ 2006-02-11 18:44:23 by adrianl]Adrian Lees2006-02-111-54/+0
| | | | | | Remove currently unused and unusable functions svn path=/import/netsurf/; revision=2073
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-116-105/+318
| | | | | | Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072
* [project @ 2006-02-11 18:11:09 by jmb]John Mark Bell2006-02-111-0/+4
| | | | | | Clear cached conversion descriptor if iconv() fails svn path=/import/netsurf/; revision=2071
* [project @ 2006-02-11 03:40:26 by adrianl]Adrian Lees2006-02-111-4/+8
| | | | | | Auto-repeat for scrollbar buttons svn path=/import/netsurf/; revision=2070
* [project @ 2006-02-10 20:44:04 by adrianl]Adrian Lees2006-02-101-11/+8
| | | | | | Simplify code svn path=/import/netsurf/; revision=2069
* [project @ 2006-02-10 18:10:09 by adrianl]Adrian Lees2006-02-101-11/+32
| | | | | | Improved reporting of startup errors svn path=/import/netsurf/; revision=2068
* [project @ 2006-02-09 18:48:20 by tlsa]Michael Drake2006-02-094-0/+0
| | | | | | Tidy con_inter template. svn path=/import/netsurf/; revision=2067
* [project @ 2006-02-09 00:43:32 by adrianl]Adrian Lees2006-02-091-3/+6
| | | | | | Disable trapping of FP underflows (raised erroneously by FPEv4.09-4.11) svn path=/import/netsurf/; revision=2066
* [project @ 2006-02-08 04:49:23 by adrianl]Adrian Lees2006-02-084-0/+0
| | | | | | Keep rjw happy svn path=/import/netsurf/; revision=2065
* [project @ 2006-02-08 00:35:05 by jmb]John Mark Bell2006-02-084-5/+23
| | | | | | Handle case where no cache expiry headers are sent; use (now - last_modified) / 10. This should reduce the frequency of cache entry validation. svn path=/import/netsurf/; revision=2064
* [project @ 2006-02-07 16:46:36 by adrianl]Adrian Lees2006-02-071-1/+1
| | | | | | Missing file svn path=/import/netsurf/; revision=2063
* [project @ 2006-02-07 16:32:47 by adrianl]Adrian Lees2006-02-072-0/+30
| | | | | | Added function to bring window to front svn path=/import/netsurf/; revision=2062
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-0715-37/+287
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-02-07 00:44:52 by jmb]John Mark Bell2006-02-071-31/+40
| | | | | | Squash leaks and fake ETag header for local objects. svn path=/import/netsurf/; revision=2060
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-069-61/+501
| | | | | | Implement HTTP caching algorithm; this should avoid stale cache entries being used. svn path=/import/netsurf/; revision=2059
* [project @ 2006-02-06 00:07:18 by adrianl]Adrian Lees2006-02-062-6/+38
| | | | | | Drag-saving of text without pressing Ctrl svn path=/import/netsurf/; revision=2058
* [project @ 2006-02-05 22:22:35 by jmb]John Mark Bell2006-02-051-4/+7
| | | | | | Fix bad read svn path=/import/netsurf/; revision=2057
* [project @ 2006-02-04 14:40:01 by jmb]John Mark Bell2006-02-041-8/+8
| | | | | | Fix handling of controls with no value - should fix 1424022. svn path=/import/netsurf/; revision=2056
* [project @ 2006-02-04 12:02:06 by bursa]James Bursa2006-02-041-1/+3
| | | | | | Fix text-decorations for empty elements (fixes 1398172). svn path=/import/netsurf/; revision=2055
* [project @ 2006-02-03 21:20:43 by adrianl]Adrian Lees2006-02-031-8/+39
| | | | | | Tidy up ro_gui_screen_size and remember screen properties svn path=/import/netsurf/; revision=2054
* [project @ 2006-02-02 17:32:00 by jmb]John Mark Bell2006-02-021-12/+28
| | | | | | Tidy up and fix 1422623. svn path=/import/netsurf/; revision=2053
* [project @ 2006-02-01 22:31:27 by adrianl]Adrian Lees2006-02-011-2/+2
| | | | | | Eliminate spurious char at end of imported text svn path=/import/netsurf/; revision=2052
* [project @ 2006-02-01 17:34:36 by adrianl]Adrian Lees2006-02-011-17/+43
| | | | | | Use hash table for faster access to event_windows svn path=/import/netsurf/; revision=2051
* [project @ 2006-01-29 12:23:22 by bursa]James Bursa2006-01-291-4/+27
| | | | | | New version of RUfl - better weight detection and up to 9 weights. svn path=/import/netsurf/; revision=2050
* [project @ 2006-01-28 16:01:19 by jmb]John Mark Bell2006-01-281-0/+18
| | | | | | Fix meta-refresh implementation svn path=/import/netsurf/; revision=2049
* [project @ 2006-01-26 23:52:01 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Revert accidentally checked in file. svn path=/import/netsurf/; revision=2048
* [project @ 2006-01-26 23:49:48 by tlsa]Michael Drake2006-01-262-5/+5
| | | | | | Revert accidentally checked in files.netsurf/riscos/window.c svn path=/import/netsurf/; revision=2047
* [project @ 2006-01-26 23:38:22 by tlsa]Michael Drake2006-01-264-7/+6
| | | | | | Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
* [project @ 2006-01-26 02:24:29 by adrianl]Adrian Lees2006-01-261-28/+36
| | | | | | Correct handling of special chars at string start and adjacent special chars svn path=/import/netsurf/; revision=2045
* [project @ 2006-01-25 23:12:36 by jmb]John Mark Bell2006-01-251-13/+13
| | | | | | Fix buffer overflow svn path=/import/netsurf/; revision=2044
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-253-4/+96
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-25 13:38:55 by rjw]Richard Wilson2006-01-251-1/+2
| | | | | | Correctly display toolbar separator when editing toolbars. svn path=/import/netsurf/; revision=2042
* [project @ 2006-01-25 12:49:51 by rjw]Richard Wilson2006-01-251-0/+14
| | | | | | Possible workaround for OS template loading bug. svn path=/import/netsurf/; revision=2041
* [project @ 2006-01-25 08:25:37 by jmb]John Mark Bell2006-01-252-1/+10
| | | | | | Fix stupid aborts due to not removing scheduled callbacks svn path=/import/netsurf/; revision=2040
* [project @ 2006-01-25 06:52:38 by jmb]John Mark Bell2006-01-254-0/+148
| | | | | | Meta refresh support svn path=/import/netsurf/; revision=2039
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-2516-66/+188
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038