summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for knockout rendering of native formatsAdrian Lees2006-08-191-1/+2
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-3/+17
* Stop knockout logging.Richard Wilson2006-07-041-2/+2
* Disable debugging.Richard Wilson2006-07-021-1/+1
* Re-instate the knockout renderers after a nested flush(). Make so knockout re...Richard Wilson2006-07-021-2/+6
* Allow nested calls to knockout rendering (stops iframes from flushing the cur...Richard Wilson2006-07-021-15/+42
* Ensure all plots are bounding boxes are correctly clipped. Handle non-repeati...Richard Wilson2006-07-021-35/+89
* Totally knock out boxes as early into the tree as possible to improve efficie...Richard Wilson2006-07-021-19/+27
* Move array definitions for GCC4Richard Wilson2006-07-021-16/+16
* Don't assume tiled plotting will cover the entire clipping region.Richard Wilson2006-07-011-3/+14
* Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...Richard Wilson2006-07-011-0/+765