summaryrefslogtreecommitdiff
path: root/riscos/plotters.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-3/+8
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+2
| | | | | | 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-01-25 00:20:21 by rjw]Richard Wilson2006-01-251-9/+5
| | | | | | Rescue jmb from O2 svn path=/import/netsurf/; revision=2035
* [project @ 2006-01-24 23:41:23 by rjw]Richard Wilson2006-01-241-5/+9
| | | | | | Tidy up code. svn path=/import/netsurf/; revision=2033
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-43/+13
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-2/+4
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-04-12 19:11:35 by rjw]Richard Wilson2005-04-121-20/+3
| | | | | | Work around the stupid manner in which the FontManager only observes the plot origin for non-anti-aliased text operations. svn path=/import/netsurf/; revision=1626
* [project @ 2005-02-21 21:31:31 by bursa]James Bursa2005-02-211-2/+19
| | | | | | Fix buffered font rendering. svn path=/import/netsurf/; revision=1523
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-12/+8
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-2/+1
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-12-25 11:25:21 by bursa]James Bursa2004-12-251-401/+401
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1408
* [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-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-02 23:23:07 by rjw]Richard Wilson2004-11-021-2/+2
| | | | | | 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-20 23:31:31 by jmb]John Mark Bell2004-10-201-1/+14
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [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-19 21:29:39 by bursa]James Bursa2004-10-191-1/+1
| | | | | | Fix disc radius. svn path=/import/netsurf/; revision=1327
* [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