summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2006-03-04 20:50:12 by jmb]John Mark Bell2006-03-041-0/+2
| | | | | | Ensure bitmap is in memory svn path=/import/netsurf/; revision=2106
* [project @ 2006-03-04 20:46:54 by jmb]John Mark Bell2006-03-041-4/+19
| | | | | | Make nsmng_redraw call plot.bitmap svn path=/import/netsurf/; revision=2105
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-0413-117/+233
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-03-04 10:48:40 by tlsa]Michael Drake2006-03-041-2/+2
| | | | | | Tweak timeouts. svn path=/import/netsurf/; revision=2103
* [project @ 2006-03-04 06:11:55 by adrianl]Adrian Lees2006-03-041-4/+16
| | | | | | Second attempt svn path=/import/netsurf/; revision=2102
* [project @ 2006-03-04 05:53:49 by adrianl]Adrian Lees2006-03-041-7/+5
| | | | | | Allow adjust-drag-saving of sprites too svn path=/import/netsurf/; revision=2101
* [project @ 2006-02-28 01:02:37 by rjw]Richard Wilson2006-02-281-7/+7
| | | | | | Render alpha-channel BMPs correctly. svn path=/import/netsurf/; revision=2100
* [project @ 2006-02-28 00:45:15 by rjw]Richard Wilson2006-02-282-58/+168
| | | | | | Implement bitfield encoding for BMPs. We now correctly decode every image in the BMP test suite at http://pobox.com/~jason1/bmpsuite/ svn path=/import/netsurf/; revision=2099
* [project @ 2006-02-26 07:27:43 by adrianl]Adrian Lees2006-02-261-2/+2
| | | | | | Move comment svn path=/import/netsurf/; revision=2098
* [project @ 2006-02-26 03:03:14 by adrianl]Adrian Lees2006-02-261-1/+2
| | | | | | Added ico.o for rjw svn path=/import/netsurf/; revision=2097
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-2616-46/+438
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-2518-7/+776
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-24 20:43:45 by jmb]John Mark Bell2006-02-241-2/+3
| | | | | | Fix broken fragment handling which prevented form submission. svn path=/import/netsurf/; revision=2094
* [project @ 2006-02-23 17:27:30 by jmb]John Mark Bell2006-02-231-3/+5
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2093
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-2323-66/+744
| | | | | | | | | | 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
* [project @ 2006-02-22 20:04:39 by jmb]John Mark Bell2006-02-221-2/+2
| | | | | | Lose warnings svn path=/import/netsurf/; revision=2091
* [project @ 2006-02-22 13:03:57 by rjw]Richard Wilson2006-02-221-4/+7
| | | | | | Make clicks on the recent URL menu move selected item to the top. svn path=/import/netsurf/; revision=2090
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-2213-80/+138
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 22:29:17 by rjw]Richard Wilson2006-02-211-6/+8
| | | | | | Fix broken decompression svn path=/import/netsurf/; revision=2088
* [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