summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gui_globals scale as no longer neededChris Young2011-03-101-1/+0
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-051-71/+75
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-051-198/+234
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-261-16/+5
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-6/+7
* Use base type for gfxbaseChris Young2011-01-071-2/+3
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Fix full Cairo buildChris Young2010-10-101-2/+2
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-8/+12
* Revert accidental change which was causing corruption down the right-hand sid...Chris Young2010-08-301-2/+2
* Debug plotters. It appears that the odd slowness on some sites (eg. sourcefo...Chris Young2010-08-301-5/+63
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-0/+1
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-5/+21
* Revert back to creating a new clip region rather than reusing the previous on...Chris Young2009-08-171-15/+7
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-3/+3
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
* next round of plotter refactorVincent Sanders2009-07-141-27/+45
* plotters line refactorVincent Sanders2009-07-101-16/+41
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-3/+60
* Fix compilationChris Young2009-07-081-2/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-44/+70
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-135/+135
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-3/+3
* fix warningsChris Young2009-07-041-0/+1
* remove redundant clg callVincent Sanders2009-07-011-1/+0
* Improve bitmap plotter APIVincent Sanders2009-06-301-20/+17
* Custom apha-supporting backfill hook for tiled bitmaps that require it.Chris Young2009-05-261-2/+70
* Super whizzy fast shiny new tile plotterChris Young2009-05-261-47/+44
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-071-4/+4
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-071-3/+46
* Don't bother plotting bitmaps that are completely out of the clip zone.Chris Young2009-05-051-0/+6
* Sync full Cairo build with GTK Cairo plottersChris Young2009-04-011-2/+2
* Remove option_quick_text (local charset text printing)Chris Young2009-04-011-38/+3
* Implement thumbnail creationChris Young2009-03-081-1/+1
* Stop local history from crashing, display mostly works (no thumbnails and off...Chris Young2009-03-081-0/+4
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-251-238/+3
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
* Optimise tile plotterChris Young2009-02-241-26/+82
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-071-9/+38
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-3/+3
* Fix screen clearsChris Young2009-01-101-2/+5
* More efficient layers clippingChris Young2008-12-291-8/+15
* Complete set of Cairo plotters (from gtk_plotters.c).Chris Young2008-12-291-3/+72
* Some bitmap caching - not making much difference and using up a lot of gfx me...Chris Young2008-12-281-58/+114
* Minor changes for Amiga Cairo buildChris Young2008-12-281-38/+26
* SVG support for Amiga version using libsvgtiny and libcairoChris Young2008-12-281-1/+146