summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Squash warningsJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6934
* - Compiler warning squashJohn Tytgat2008-07-261-1/+2
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-1/+1
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-4/+5
| | | | | | 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 20:49:11 by rjw]Richard Wilson2006-02-211-7/+2
| | | | | | 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-0/+7
| | | | | | Don't allocate memory until it's actually needed. svn path=/import/netsurf/; revision=2029
* [project @ 2006-01-02 02:52:53 by rjw]Richard Wilson2006-01-021-0/+8
| | | | | | Allow dynamic memory configuration. svn path=/import/netsurf/; revision=1938
* [project @ 2005-12-31 04:29:00 by rjw]Richard Wilson2005-12-311-1/+1
| | | | | | Improve efficiency of bitmaps not held in memory svn path=/import/netsurf/; revision=1908
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-3/+28
| | | | | | 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 @ 2004-10-17 21:16:00 by bursa]James Bursa2004-10-171-0/+2
| | | | | | 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-0/+1
| | | | | | 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-0/+17
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