summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-19 22:31:25 by tlsa]Michael Drake2004-10-191-6/+6
| | | | | | Change default colours for some form elements. svn path=/import/netsurf/; revision=1328
* [project @ 2004-10-19 21:29:39 by bursa]James Bursa2004-10-191-1/+1
| | | | | | Fix disc radius. svn path=/import/netsurf/; revision=1327
* [project @ 2004-10-19 21:17:16 by bursa]James Bursa2004-10-191-2/+2
| | | | | | Fix scaling of standalone images. svn path=/import/netsurf/; revision=1326
* [project @ 2004-10-19 21:16:12 by bursa]James Bursa2004-10-191-5/+20
| | | | | | Update to use plotters. svn path=/import/netsurf/; revision=1325
* [project @ 2004-10-18 02:27:19 by jmb]John Mark Bell2004-10-181-0/+1
| | | | | | | Fix segv in GTK build. /me also slaps the RISC OS build for not dying appropriately too. svn path=/import/netsurf/; revision=1324
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-174-13/+45
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-174-142/+235
| | | | | | Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322
* [project @ 2004-10-17 21:37:01 by jmb]John Mark Bell2004-10-172-0/+14
| | | | | | | Fixup to use plotters. Someone please fix the png bug. ta ;) svn path=/import/netsurf/; revision=1321
* [project @ 2004-10-17 21:30:03 by jmb]John Mark Bell2004-10-171-6/+5
| | | | | | | Remove spurious gifread object. General tidying svn path=/import/netsurf/; revision=1320
* [project @ 2004-10-17 21:16:35 by bursa]James Bursa2004-10-171-6/+9
| | | | | | Updated dependencies. svn path=/import/netsurf/; revision=1319
* [project @ 2004-10-17 21:16:00 by bursa]James Bursa2004-10-177-72/+82
| | | | | | Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
* [project @ 2004-10-17 21:13:24 by bursa]James Bursa2004-10-171-4/+6
| | | | | | Add html_redraw.o and plotters.o; remove htmlredraw.o. svn path=/import/netsurf/; revision=1317
* [project @ 2004-10-17 21:12:32 by bursa]James Bursa2004-10-176-12/+27
| | | | | | Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316
* [project @ 2004-10-17 21:11:29 by bursa]James Bursa2004-10-172-41/+70
| | | | | | Scrollbar and dragging work. svn path=/import/netsurf/; revision=1315
* [project @ 2004-10-17 21:10:19 by bursa]James Bursa2004-10-175-84/+112
| | | | | | Move box tree from html.layout->children to html.layout. Work on scrollbars. svn path=/import/netsurf/; revision=1314
* [project @ 2004-10-17 21:05:12 by bursa]James Bursa2004-10-171-0/+770
| | | | | | New target-independent implementation of html_redraw(), using plotters. svn path=/import/netsurf/; revision=1313
* [project @ 2004-10-17 21:03:19 by bursa]James Bursa2004-10-172-0/+435
| | | | | | New target-independent interface for plotting and RISC OS screen implementation. svn path=/import/netsurf/; revision=1312
* [project @ 2004-10-17 21:01:35 by bursa]James Bursa2004-10-171-3/+3
| | | | | | More border-styles now implemented. svn path=/import/netsurf/; revision=1311
* [project @ 2004-10-13 12:52:21 by tlsa]Michael Drake2004-10-131-2/+2
| | | | | | Correction for French interactive help text too. Thanks to Sebastian Barthel. svn path=/import/netsurf/; revision=1310
* [project @ 2004-10-13 12:37:38 by tlsa]Michael Drake2004-10-132-106/+106
| | | | | | Update to German translation and correction of English interactive help text by Sebastian Barthel svn path=/import/netsurf/; revision=1309
* [project @ 2004-10-09 19:14:26 by jmb]John Mark Bell2004-10-091-3/+8
| | | | | | Work around issue with selected radio buttons/checkboxes having no current value svn path=/import/netsurf/; revision=1308
* [project @ 2004-10-07 09:34:15 by bursa]James Bursa2004-10-071-1/+1
| | | | | | Fix #include path. svn path=/import/netsurf/; revision=1307
* [project @ 2004-10-07 09:26:23 by bursa]James Bursa2004-10-073-19/+142
| | | | | | New dependency scanning script and updated makefile. svn path=/import/netsurf/; revision=1306
* [project @ 2004-10-05 22:38:02 by rjw]Richard Wilson2004-10-052-7/+29
| | | | | | GIF opacity test is now applied to all GIFs. Background colour redraw is optimised out for opaque, repeating images. svn path=/import/netsurf/; revision=1305
* [project @ 2004-10-05 15:42:15 by jmb]John Mark Bell2004-10-051-0/+1
| | | | | | Plug memory leak svn path=/import/netsurf/; revision=1304
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-054-15/+8
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-10-05 00:22:38 by rjw]Richard Wilson2004-10-052-6/+8
| | | | | | Fixes for missing changes to updated GIF code. svn path=/import/netsurf/; revision=1302
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-0427-238/+568
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 23:48:15 by jmb]John Mark Bell2004-10-015-0/+6
| | | | | | Add GUI config option for HTTP referer sending svn path=/import/netsurf/; revision=1300
* [project @ 2004-10-01 23:19:08 by jmb]John Mark Bell2004-10-012-19/+17
| | | | | | Referer header is now preserved across redirects svn path=/import/netsurf/; revision=1299
* [project @ 2004-10-01 21:33:20 by jmb]John Mark Bell2004-10-011-7/+7
| | | | | | Oops, missed this from last checkin. svn path=/import/netsurf/; revision=1298
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-0118-50/+151
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-0110-28/+53
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-30 16:48:04 by jmb]John Mark Bell2004-09-301-1/+6
| | | | | | | Prevent crash when radio button outside a form block is selected. Make url bar update slightly more sane - doesn't update if the fetch is a download. svn path=/import/netsurf/; revision=1295
* [project @ 2004-09-29 20:13:42 by jmb]John Mark Bell2004-09-294-5/+142
| | | | | | | Write heuristically-generated font names to choices file - should speed up program load a bit. Heuristic is re-run each time the choices file is saved. svn path=/import/netsurf/; revision=1294
* [project @ 2004-09-29 03:33:24 by jmb]John Mark Bell2004-09-292-156/+374
| | | | | | | | | Lose redundant font table. Rework bold and italic font support. This is now user-configurable but I've little intention of writing GUI Choices code for this. Smallcaps is still broken and needs some thinking about - probably best to drop the smallcaps font variants and convert lowercase chars to uppercase. Quite how this works for non-latin text, I've no idea. svn path=/import/netsurf/; revision=1293
* [project @ 2004-09-28 15:30:48 by tlsa]Michael Drake2004-09-281-1/+3
| | | | | | Support invalid polygon shape name in image maps. svn path=/import/netsurf/; revision=1292
* [project @ 2004-09-27 16:50:16 by jmb]John Mark Bell2004-09-271-2/+2
| | | | | | Avoid error if Iconv module isn't present on system svn path=/import/netsurf/; revision=1291
* [project @ 2004-09-27 10:33:55 by tlsa]Michael Drake2004-09-273-10/+10
| | | | | | Update interactive help. svn path=/import/netsurf/; revision=1290
* [project @ 2004-09-27 05:22:01 by jmb]John Mark Bell2004-09-271-1/+1
| | | | | | Update svn path=/import/netsurf/; revision=1289
* [project @ 2004-09-27 05:21:38 by jmb]John Mark Bell2004-09-271-1/+0
| | | | | | Remove unused file. svn path=/import/netsurf/; revision=1288
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-276-36/+164
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-26 09:11:51 by tlsa]Michael Drake2004-09-263-2/+77
| | | | | | Add German translation of welcome page by Sebastian Barthel. svn path=/import/netsurf/; revision=1286
* [project @ 2004-09-25 16:24:45 by jmb]John Mark Bell2004-09-253-9/+7
| | | | | | Update about page svn path=/import/netsurf/; revision=1285
* [project @ 2004-09-25 15:01:29 by jmb]John Mark Bell2004-09-252-164/+164
| | | | | | Updated French resources. Thanks to Jerome Mathevet. svn path=/import/netsurf/; revision=1284
* [project @ 2004-09-25 14:04:58 by tlsa]Michael Drake2004-09-252-0/+364
| | | | | | Add German translation by Sebastian Barthel. svn path=/import/netsurf/; revision=1283
* [project @ 2004-09-24 23:52:40 by jmb]John Mark Bell2004-09-241-0/+3
| | | | | | German translation support (needs templates et al.) svn path=/import/netsurf/; revision=1282
* [project @ 2004-09-20 11:20:24 by tlsa]Michael Drake2004-09-201-0/+0
| | | | | | Add file missed in last checkin. svn path=/import/netsurf/; revision=1281
* [project @ 2004-09-17 21:20:13 by tlsa]Michael Drake2004-09-179-5/+1
| | | | | | Start updating icon sprites. svn path=/import/netsurf/; revision=1280
* [project @ 2004-09-14 14:48:51 by jmb]John Mark Bell2004-09-141-2/+3
| | | | | | Fix stupidity related to font table initialisation. svn path=/import/netsurf/; revision=1279