summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-12-05 21:39:31 by bursa]James Bursa2004-12-051-0/+6
| | | | | | Return an error for invalid clip rectangles to ro_plot_clip(). svn path=/import/netsurf/; revision=1382
* [project @ 2004-11-29 21:47:00 by bursa]James Bursa2004-11-291-31/+39
| | | | | | Open the home page when NetSurf is run when it is already running. svn path=/import/netsurf/; revision=1376
* [project @ 2004-11-28 23:38:38 by jmb]John Mark Bell2004-11-281-2/+0
| | | | | | Ensure dimensions specified by HTML/CSS are adhered to, rather than resizing to what the plugin wants svn path=/import/netsurf/; revision=1375
* [project @ 2004-11-28 00:26:17 by jmb]John Mark Bell2004-11-281-23/+44
| | | | | | | | Bug fixes. Reformatting a plugin now works correctly in all cirumstances. Streaming also works better and reloading a page containing plugins will now work properly. svn path=/import/netsurf/; revision=1373
* [project @ 2004-11-22 23:06:49 by rjw]Richard Wilson2004-11-221-2/+4
| | | | | | Stop scroll wheels from moving the toolbar svn path=/import/netsurf/; revision=1370
* [project @ 2004-11-21 22:49:02 by bursa]James Bursa2004-11-211-1/+6
| | | | | | Fix crash when certain MNGs are opened in a new browser window. svn path=/import/netsurf/; revision=1368
* [project @ 2004-11-20 00:02:56 by bursa]James Bursa2004-11-201-61/+55
| | | | | | Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders. svn path=/import/netsurf/; revision=1363
* [project @ 2004-11-16 23:30:31 by rjw]Richard Wilson2004-11-161-1/+1
| | | | | | Minor fix to hotlist for titles with control characters. svn path=/import/netsurf/; revision=1362
* [project @ 2004-11-14 21:07:55 by rjw]Richard Wilson2004-11-141-53/+64
| | | | | | Fix for toolbar sub-menu closing on Adjust selection. svn path=/import/netsurf/; revision=1361
* [project @ 2004-11-10 22:39:33 by rjw]Richard Wilson2004-11-101-2/+7
| | | | | | Fix 8bpp thumbnails. svn path=/import/netsurf/; revision=1357
* [project @ 2004-11-10 19:51:31 by rjw]Richard Wilson2004-11-101-0/+13
| | | | | | Further GIF optimisation to reduce flicker. svn path=/import/netsurf/; revision=1356
* [project @ 2004-11-09 23:32:40 by rjw]Richard Wilson2004-11-091-9/+9
| | | | | | Fix window resizing oddity svn path=/import/netsurf/; revision=1354
* [project @ 2004-11-09 18:29:01 by rjw]Richard Wilson2004-11-091-1/+2
| | | | | | Lose the flicker for themes with a left-aligned throbber svn path=/import/netsurf/; revision=1352
* [project @ 2004-11-06 21:03:55 by bursa]James Bursa2004-11-062-19/+48
| | | | | | Fix RISC OS DrawFile rendering. Document files. svn path=/import/netsurf/; revision=1349
* [project @ 2004-11-06 19:34:24 by bursa]James Bursa2004-11-062-11/+57
| | | | | | Fix RISC OS sprite rendering. Document files. svn path=/import/netsurf/; revision=1348
* [project @ 2004-11-06 17:09:19 by bursa]James Bursa2004-11-061-1073/+0
| | | | | | No longer used (replaced by render/html_redraw.c and plotters system). svn path=/import/netsurf/; revision=1347
* [project @ 2004-11-04 21:13:36 by jmb]John Mark Bell2004-11-041-3/+6
| | | | | | Lose nasty hard-coded strings svn path=/import/netsurf/; revision=1346
* [project @ 2004-11-04 01:26:31 by rjw]Richard Wilson2004-11-041-1/+3
| | | | | | Only display separators when we should. Drunken code is bad. svn path=/import/netsurf/; revision=1343
* [project @ 2004-11-04 01:19:46 by rjw]Richard Wilson2004-11-045-21/+89
| | | | | | Toolbar separator icons are now displayed. svn path=/import/netsurf/; revision=1342
* [project @ 2004-11-03 23:27:15 by bursa]James Bursa2004-11-032-210/+250
| | | | | | Fix printing and improve error handling during printing. svn path=/import/netsurf/; revision=1341
* [project @ 2004-11-03 17:57:39 by rjw]Richard Wilson2004-11-031-0/+2
| | | | | | Hotlist entries are correctly redrawn when renamed svn path=/import/netsurf/; revision=1340
* [project @ 2004-11-03 02:37:58 by rjw]Richard Wilson2004-11-031-3/+3
| | | | | | Fix for refinding ufonts svn path=/import/netsurf/; revision=1339
* [project @ 2004-11-03 02:29:01 by rjw]Richard Wilson2004-11-035-8/+102
| | | | | | Changing screenmodes causes font handles to be refound. svn path=/import/netsurf/; revision=1338
* [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