summaryrefslogtreecommitdiff
path: root/riscos/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-3/+8
| | | | | | Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-2/+16
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-251-190/+190
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [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-10-17 21:16:00 by bursa]James Bursa2004-10-171-17/+5
| | | | | | Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-4/+42
| | | | | | 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-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-5/+1
| | | | | | | | | | 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 07:08:26 by bursa]James Bursa2004-09-041-0/+155
Add missing files. svn path=/import/netsurf/; revision=1266