summaryrefslogtreecommitdiff
path: root/atari/plot/plotter_vdi.c
Commit message (Expand)AuthorAgeFilesLines
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-141-89/+229
* Removed unused plotter members.Ole Loots2012-03-121-99/+0
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-251-1/+8
* Added missing prototypes.Ole Loots2012-01-061-4/+6
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ...Ole Loots2012-01-051-4/+10
* removed comment.Ole Loots2012-01-031-6/+1
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-021-69/+146
* 256 color plotting: Use vdi to rgb lookup table, made transparency a bit bett...Ole Loots2012-01-021-38/+43
* Added support for 8bit displays, having big problems with transparent plots ...Ole Loots2011-12-311-684/+925
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-15/+21
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
* make use of non-blocking request for screen lock. Ole Loots2011-11-291-7/+13
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
* Fix rectangle plotter, process stroke_type. Ole Loots2011-11-171-83/+79
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-1/+0
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-101-36/+29
* When using onscreen plotter: Collect nsfb internal font characters into a sin...Ole Loots2011-03-201-12/+63
* init_mfdb() is now able to handle bitmaps with less than 8 bits per pixel.Ole Loots2011-03-131-30/+4
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-011-7/+11
* Fixed drawing of dotted lines.Ole Loots2011-02-211-4/+8
* Added the framebuffer "internal" font decoder/plotter,Ole Loots2011-02-121-14/+21
* Adjusted clippingOle Loots2011-02-051-10/+8
* Improved drawing primitives for true color systems. Ole Loots2011-02-011-35/+75
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-301-6/+1
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Improved compatibility with classic TOS systems. Ole Loots2011-01-221-3/+12
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+998