summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow forcing palette-mapped mode by setting cairo_renderer:-1Chris Young2012-08-051-3/+3
* Disable anti-aliasing for palette-mapped modesChris Young2012-08-051-1/+1
* Free bitmap using correct functionChris Young2012-08-051-1/+5
* stop crashingChris Young2012-08-051-0/+2
* add palette-capable OPen functionChris Young2012-08-051-19/+39
* Convert the rest of plotters.c to use palette-mapped capable colour selectionChris Young2012-08-051-62/+36
* Fix colours - rectangles now printing correctly. Fix an 'early' crash caused ...Chris Young2012-08-041-2/+3
* move text colour settings into plotters.c, and use palette-map capable functionChris Young2012-08-041-7/+16
* alloc off-screen bm as friend of screen bmChris Young2012-08-041-12/+21
* Attempt to draw palette-mapped rectangles.Chris Young2012-08-041-7/+35
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-13/+13
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-3/+4
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-251-2/+3
* Revert r13074 - doesn't actually fix the problemChris Young2011-10-221-3/+0
* Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where i...Chris Young2011-10-221-0/+3
* 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