summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-4/+4
| | | | | | | | | | | | | | 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-9/+9
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix for knockout rendering of native formatsAdrian Lees2006-08-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=2869
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-3/+17
| | | | svn path=/trunk/netsurf/; revision=2725
* Stop knockout logging.Richard Wilson2006-07-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=2710
* Disable debugging.Richard Wilson2006-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2694
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-2/+6
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Allow nested calls to knockout rendering (stops iframes from flushing the ↵Richard Wilson2006-07-021-15/+42
| | | | | | current data). svn path=/trunk/netsurf/; revision=2692
* Ensure all plots are bounding boxes are correctly clipped. Handle ↵Richard Wilson2006-07-021-35/+89
| | | | | | non-repeating backgrounds better. Delink deleted nodes for improved efficiency. svn path=/trunk/netsurf/; revision=2690
* Totally knock out boxes as early into the tree as possible to improve ↵Richard Wilson2006-07-021-19/+27
| | | | | | efficiency. Fix incorrect buffer check. svn path=/trunk/netsurf/; revision=2688
* Move array definitions for GCC4Richard Wilson2006-07-021-16/+16
| | | | svn path=/trunk/netsurf/; revision=2687
* Don't assume tiled plotting will cover the entire clipping region.Richard Wilson2006-07-011-3/+14
| | | | svn path=/trunk/netsurf/; revision=2683
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-0/+765
Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682