summaryrefslogtreecommitdiff
path: root/riscos/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-49/+75
| | | | | | 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-02-21 22:29:17 by rjw]Richard Wilson2006-02-211-6/+8
| | | | | | Fix broken decompression svn path=/import/netsurf/; revision=2088
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-25/+41
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-01-24 23:05:22 by rjw]Richard Wilson2006-01-241-10/+29
| | | | | | Don't allocate memory until it's actually needed. svn path=/import/netsurf/; revision=2029
* [project @ 2006-01-02 22:04:35 by rjw]Richard Wilson2006-01-021-22/+35
| | | | | | Remove redundant externs. svn path=/import/netsurf/; revision=1957
* [project @ 2006-01-02 02:52:53 by rjw]Richard Wilson2006-01-021-8/+5
| | | | | | Allow dynamic memory configuration. svn path=/import/netsurf/; revision=1938
* [project @ 2005-12-31 04:29:00 by rjw]Richard Wilson2005-12-311-26/+30
| | | | | | Improve efficiency of bitmaps not held in memory svn path=/import/netsurf/; revision=1908
* [project @ 2005-12-18 15:53:47 by rjw]Richard Wilson2005-12-181-1/+8
| | | | | | Ensure bitmap dimensions are as expected before decompression. svn path=/import/netsurf/; revision=1899
* [project @ 2005-10-01 23:28:46 by adrianl]Adrian Lees2005-10-011-8/+8
| | | | | | Make robust against missing/unexpected thumbnail filenames, eg. saving errors (caused SIGSEGV recursion when starting) svn path=/import/netsurf/; revision=1869
* [project @ 2005-09-07 20:22:33 by jmb]John Mark Bell2005-09-071-40/+65
| | | | | | | Tighten up error checking. When loading bitmaps from the disk cache, ensure they look valid. svn path=/import/netsurf/; revision=1862
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-2/+2
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-06-26 23:24:03 by adrianl]Adrian Lees2005-06-261-6/+11
| | | | | | Fix calculation of available memory svn path=/import/netsurf/; revision=1769
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-24/+555
| | | | | | 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 1 of 2. svn path=/import/netsurf/; revision=1761
* [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