summaryrefslogtreecommitdiff
path: root/riscos/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-7/+7
| | | | | | | | | | | | | | 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-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Set ECF origin for buffered rendering (fix 1422009)Richard Wilson2006-07-031-0/+11
| | | | svn path=/trunk/netsurf/; revision=2702
* [project @ 2006-03-25 06:21:21 by adrianl]Adrian Lees2006-03-251-31/+27
| | | | | | Correct operation in non-square 32bpp modes svn path=/import/netsurf/; revision=2160
* [project @ 2005-09-14 19:08:48 by adrianl]Adrian Lees2005-09-141-0/+28
| | | | | | Correct mode word of sprite that buffers output svn path=/import/netsurf/; revision=1864
* [project @ 2005-09-14 02:28:38 by adrianl]Adrian Lees2005-09-141-1/+1
| | | | | | Correct Tinct usage test svn path=/import/netsurf/; revision=1863
* [project @ 2005-04-14 01:35:47 by rjw]Richard Wilson2005-04-141-5/+2
| | | | | | Fix textarea redraw errors. svn path=/import/netsurf/; revision=1630
* [project @ 2005-04-12 19:11:35 by rjw]Richard Wilson2005-04-121-27/+26
| | | | | | 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-04-10 23:26:17 by rjw]Richard Wilson2005-04-101-34/+44
| | | | | | Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622
* [project @ 2005-03-28 16:16:14 by jmb]John Mark Bell2005-03-281-10/+12
| | | | | | Fix sprite palette generation. Buffering now works properly in 16 colour modes. svn path=/import/netsurf/; revision=1584
* [project @ 2005-01-20 23:17:08 by rjw]Richard Wilson2005-01-201-51/+104
| | | | | | Substantial speed increase for off-screen buffering svn path=/import/netsurf/; revision=1459
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-15/+17
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-07-20 22:20:58 by rjw]Richard Wilson2004-07-201-1/+1
| | | | | | Support for complete buffering of all output. svn path=/import/netsurf/; revision=1132
* [project @ 2004-07-20 20:02:59 by rjw]Richard Wilson2004-07-201-10/+17
| | | | | | Fix for buffered text plotting. GUI control over font blending and buffering. svn path=/import/netsurf/; revision=1129
* [project @ 2004-07-20 00:19:20 by rjw]Richard Wilson2004-07-201-13/+24
| | | | | | Support for 16bpp and 32bpp screenmodes. Removed debug code. Improved memory calculations. svn path=/import/netsurf/; revision=1123
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-0/+168
Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121