summaryrefslogtreecommitdiff
path: root/atari/plot/plotter.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor plot implementation (removed old files)Ole Loots2012-07-131-364/+0
|
* Fixed prototyp, comments.Ole Loots2012-05-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=13925
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-101-4/+11
| | | | svn path=/trunk/netsurf/; revision=13845
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* Restructured the plotter driver struct and declared misc functions static ↵Ole Loots2012-03-141-68/+42
| | | | | | within the vdi driver. svn path=/trunk/netsurf/; revision=13519
* Removed unused plotter members.Ole Loots2012-03-121-12/+12
| | | | svn path=/trunk/netsurf/; revision=13511
* Added missing prototypes.Ole Loots2012-01-061-1/+3
| | | | svn path=/trunk/netsurf/; revision=13382
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-031-2/+10
| | | | svn path=/trunk/netsurf/; revision=13369
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13367
* Added support for 8bit displays, having big problems with transparent plots ↵Ole Loots2011-12-311-1/+7
| | | | | | ( snapshot of background isn't always taken from correct position, maybe a bug in fvdi) svn path=/trunk/netsurf/; revision=13359
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-14/+2
| | | | svn path=/trunk/netsurf/; revision=13230
* make use of non-blocking request for screen lock. Ole Loots2011-11-291-19/+19
| | | | svn path=/trunk/netsurf/; revision=13202
* edit commentsOle Loots2011-08-051-2/+9
| | | | svn path=/trunk/netsurf/; revision=12634
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-101-64/+54
| | | | svn path=/trunk/netsurf/; revision=12180
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-201-2/+22
| | | | | | single bitmap instead of plotting each character. svn path=/trunk/netsurf/; revision=12109
* init_mfdb() is now able to handle bitmaps with less than 8 bits per pixel.Ole Loots2011-03-131-1/+22
| | | | | | (needed for monochrom glyph rendering) svn path=/trunk/netsurf/; revision=12038
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-011-10/+6
| | | | svn path=/trunk/netsurf/; revision=11875
* Improved drawing primitives for true color systems. Ole Loots2011-02-011-25/+2
| | | | svn path=/trunk/netsurf/; revision=11592
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-301-14/+89
| | | | svn path=/trunk/netsurf/; revision=11537
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+293
svn path=/trunk/netsurf/; revision=11218