summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
Commit message (Expand)AuthorAgeFilesLines
* fix some doxygen errorsVincent Sanders2017-02-241-1/+1
* fix remaining doccomment errorsVincent Sanders2017-02-221-4/+35
* fix plotter mergeVincent Sanders2017-02-121-2/+2
* Update knockout plotter to use new APIVincent Sanders2017-02-111-287/+458
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+2
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-2/+6
* Desktop doxygen fixesVincent Sanders2014-11-091-5/+5
* reduce uncessary include usageVincent Sanders2014-05-181-2/+5
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-40/+34
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-2/+7
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-52/+25
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-13/+7
* next round of plotter refactorVincent Sanders2009-07-141-20/+16
* plotters line refactorVincent Sanders2009-07-101-59/+11
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-77/+83
* Style guide indentation.Michael Drake2009-07-061-94/+94
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-10/+29
* remove redundant clg callVincent Sanders2009-07-011-15/+1
* Improve bitmap plotter APIVincent Sanders2009-06-301-111/+49
* Remove redundant assign, and make case indentation style guide complient.Michael Drake2009-05-281-125/+127
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-2/+3
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-6/+6
* Add general comment on knockout rendering.Michael Drake2008-09-151-0/+42
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-3/+4
* Use static for variables local to one source file.John Tytgat2008-07-291-16/+15
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-7/+15
* const fixes in plotters and history coreRob Kendrick2008-04-071-3/+3
* Implement path plotter (for SVGs within a page).James Bursa2007-12-111-6/+4
* Add empty path plotters to stop crashes.James Bursa2007-11-291-2/+13
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-4/+4
* Update project URL.Michael Drake2006-11-271-9/+9
* 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