summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Expand)AuthorAgeFilesLines
* Greatly increase the space allocated for Area-operation vector storage. The ...Chris Young2012-10-231-2/+7
* Log Area* function errorsChris Young2012-10-231-10/+15
* graphics.library path plotter initial codeChris Young2012-10-231-16/+114
* graphics.library arc plotterChris Young2012-10-231-3/+30
* Don't set outline pen - this is what makes AreaFill outline the filled area, ...Chris Young2012-10-221-14/+0
* correct logicChris Young2012-08-121-1/+1
* allow font anti-aliasing to be switched off in true-colour modesChris Young2012-08-121-1/+6
* fix maskChris Young2012-08-111-2/+2
* use minterm (ABC|ABNC|ANBC) only when necessaryChris Young2012-08-101-6/+6
* avoid scaled images getting incorrect maskChris Young2012-08-101-4/+3
* allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ...Chris Young2012-08-091-2/+3
* first attempt to create our own mask of only wholly transparent pixels.Chris Young2012-08-091-2/+3
* use abstracted functionChris Young2012-08-071-12/+2
* expose function to get current screen palette-mapped statusChris Young2012-08-071-0/+5
* ...or it might just crash. Will consider a hybrid mode, as palette-mapped ima...Chris Young2012-08-071-2/+1
* If using the gfx.lib true-colour plotters on a 16-bit screenmode, allocate a ...Chris Young2012-08-071-3/+4
* fix true colour modeChris Young2012-08-061-2/+2
* fix depth detectionChris Young2012-08-061-9/+6
* miscChris Young2012-08-051-1/+1
* revert begin/endrefresh image avoidance - this isn't the cause of the simpler...Chris Young2012-08-051-6/+2
* release the pen if it couldn't be added to a list.Chris Young2012-08-051-1/+4
* avoid crash if pen list is not setChris Young2012-08-051-5/+6
* Avoid redrawing palette-mapped images during BeginRefresh/EndRefresh (ie. Sim...Chris Young2012-08-051-2/+6
* add to list, and release pensChris Young2012-08-051-6/+27
* disable mask for now, causing colourisation problemsChris Young2012-08-051-2/+2
* attempt blit through maskChris Young2012-08-051-15/+42
* Palette-mapped bitmap supportChris Young2012-08-051-10/+16
* Fix buildChris Young2012-08-051-2/+2
* Abstract pen obtain/release and structure so we can add these to a physical b...Chris Young2012-08-051-20/+24
* 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