summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-0214-194/+304
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-25 22:42:36 by jmb]John Mark Bell2004-10-251-19/+31
| | | | | | | | Fix silly line plotting bug. Fix stupidly large bounding boxes when plotting polygons. Tidy up filled rectangle plotting. svn path=/import/netsurf/; revision=1335
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-202-2/+17
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-20 22:22:25 by jmb]John Mark Bell2004-10-201-15/+59
| | | | | | | Fix bbox issue when plotting lines. Reinstate background colour rectangles (positioning's a bit off vertically) svn path=/import/netsurf/; revision=1331
* [project @ 2004-10-20 19:41:19 by bursa]James Bursa2004-10-201-3/+3
| | | | | | Fix dashed and dotted border position and thickness. svn path=/import/netsurf/; revision=1330
* [project @ 2004-10-20 09:52:43 by jmb]John Mark Bell2004-10-201-542/+353
| | | | | | | | | | | | | | Rewrite such that it now uses plotters. Things that need fixing: - draw_plot_(line,rectangle) needs line pattern support (everything's solid for now) There's a couple of regressions, too: - page background colour is lost (plotting a filled rectangle of colour in draw_clg breaks some sites. This may require some sort of clipping) - there's no grouping of objects any more (sorry joty). I'm not entirely sure of the best way of going about this, as we no longer have box data. svn path=/import/netsurf/; revision=1329
* [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-17 22:13:34 by jmb]John Mark Bell2004-10-171-0/+13
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [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:03:19 by bursa]James Bursa2004-10-171-0/+388
| | | | | | New target-independent interface for plotting and RISC OS screen implementation. svn path=/import/netsurf/; revision=1312
* [project @ 2004-10-05 22:38:02 by rjw]Richard Wilson2004-10-051-1/+7
| | | | | | 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 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-0414-1467/+380
| | | | | | 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-012-0/+6
| | | | | | Add GUI config option for HTTP referer sending svn path=/import/netsurf/; revision=1300
* [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-019-20/+20
| | | | | | | | | | | | 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-016-11/+25
| | | | | | 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-29 20:13:42 by jmb]John Mark Bell2004-09-293-4/+141
| | | | | | | 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-27 05:21:00 by jmb]John Mark Bell2004-09-271-14/+71
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [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-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
* [project @ 2004-09-13 23:59:30 by jmb]John Mark Bell2004-09-134-6/+28
| | | | | | Add some #defines svn path=/import/netsurf/; revision=1276
* [project @ 2004-09-13 23:56:45 by jmb]John Mark Bell2004-09-131-1/+1
| | | | | | Fixup to handle changed option variable name svn path=/import/netsurf/; revision=1275
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-136-138/+524
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-09-07 23:24:32 by rjw]Richard Wilson2004-09-071-1/+1
| | | | | | Fix for renamed hotlist icon svn path=/import/netsurf/; revision=1273
* [project @ 2004-09-07 23:14:31 by rjw]Richard Wilson2004-09-072-3/+3
| | | | | | Norcroft fix and update relating to CVS filename change svn path=/import/netsurf/; revision=1272
* [project @ 2004-09-07 23:05:34 by rjw]Richard Wilson2004-09-075-139/+293
| | | | | | Updates for new theme format along with a few minor bug fixes. svn path=/import/netsurf/; revision=1269
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-046-331/+46
| | | | | | | | | | Fix jpeg redraw Move png.c/h to /image and rework to use the bitmap code Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h) Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again. Background images are now plotted correctly again. svn path=/import/netsurf/; revision=1268
* [project @ 2004-09-04 14:37:57 by joty]John Tytgat2004-09-041-0/+1
| | | | | | Norcroft compile fixes. svn path=/import/netsurf/; revision=1267
* [project @ 2004-09-04 07:08:26 by bursa]James Bursa2004-09-041-0/+155
| | | | | | Add missing files. svn path=/import/netsurf/; revision=1266
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-038-795/+18
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-09-01 20:57:25 by rjw]Richard Wilson2004-09-011-13/+63
| | | | | | Fix for incorrect stop button shading. Some fixes to stop a lack of content causing menu code to fail. svn path=/import/netsurf/; revision=1261
* [project @ 2004-09-01 16:48:25 by rjw]Richard Wilson2004-09-012-2/+2
| | | | | | Fix for previous stupidity. svn path=/import/netsurf/; revision=1260
* [project @ 2004-08-31 19:51:29 by rjw]Richard Wilson2004-08-312-4/+13
| | | | | | Remove flicker from repeatedly setting icons as shaded. svn path=/import/netsurf/; revision=1259
* [project @ 2004-08-31 19:50:15 by rjw]Richard Wilson2004-08-311-9/+23
| | | | | | GIF reading now assumes files follow the spec and works bad files only in special cases. svn path=/import/netsurf/; revision=1258
* [project @ 2004-08-31 18:01:22 by rjw]Richard Wilson2004-08-315-22/+36
| | | | | | Further theme related fixes svn path=/import/netsurf/; revision=1257
* [project @ 2004-08-30 21:57:47 by rjw]Richard Wilson2004-08-304-10/+45
| | | | | | Various small theme related fixes svn path=/import/netsurf/; revision=1256
* [project @ 2004-08-30 21:04:11 by rjw]Richard Wilson2004-08-302-847/+0
| | | | | | Removal of redundant files. svn path=/import/netsurf/; revision=1255
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-3013-658/+1593
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-27 23:10:55 by jmb]John Mark Bell2004-08-271-64/+63
| | | | | | Fix exporting of GIFs as Sprite. svn path=/import/netsurf/; revision=1253
* [project @ 2004-08-26 22:58:19 by joty]John Tytgat2004-08-261-6/+8
| | | | | | | warn_user() : made warn_buffer static local. die() : a too long error message is now correctly NUL terminated; got rid of static variable. svn path=/import/netsurf/; revision=1251
* [project @ 2004-08-25 23:56:48 by bursa]James Bursa2004-08-252-6/+12
| | | | | | Experimental overflow: scroll code. svn path=/import/netsurf/; revision=1250
* [project @ 2004-08-25 22:11:14 by bursa]James Bursa2004-08-251-1/+4
| | | | | | Handle some more expected errors when renaming file during download (fixes #1014444). svn path=/import/netsurf/; revision=1248
* [project @ 2004-08-20 21:30:45 by bursa]James Bursa2004-08-201-2/+2
| | | | | | Fix font anti-aliasing with blending off. svn path=/import/netsurf/; revision=1246
* [project @ 2004-08-19 01:01:31 by jmb]John Mark Bell2004-08-193-4/+15
| | | | | | Add option to force text colour to black when printing svn path=/import/netsurf/; revision=1245
* [project @ 2004-08-18 22:07:20 by jmb]John Mark Bell2004-08-181-4/+9
| | | | | | Don't read screen origin when printing svn path=/import/netsurf/; revision=1244
* [project @ 2004-08-17 19:51:30 by jmb]John Mark Bell2004-08-171-29/+18
| | | | | | Lose optimisation svn path=/import/netsurf/; revision=1241