summaryrefslogtreecommitdiff
path: root/atari/plot
Commit message (Collapse)AuthorAgeFilesLines
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13553
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-11/+11
| | | | svn path=/trunk/netsurf/; revision=13548
* Restructured the plotter driver struct and declared misc functions static ↵Ole Loots2012-03-147-401/+467
| | | | | | within the vdi driver. svn path=/trunk/netsurf/; revision=13519
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
| | | | svn path=/trunk/netsurf/; revision=13512
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
| | | | svn path=/trunk/netsurf/; revision=13511
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-253-4/+19
| | | | svn path=/trunk/netsurf/; revision=13467
* Added missing prototypes.Ole Loots2012-01-062-5/+9
| | | | svn path=/trunk/netsurf/; revision=13382
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ↵Ole Loots2012-01-051-4/+10
| | | | | | outline. svn path=/trunk/netsurf/; revision=13374
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=13373
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
| | | | svn path=/trunk/netsurf/; revision=13372
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
| | | | svn path=/trunk/netsurf/; revision=13371
* removed comment.Ole Loots2012-01-031-6/+1
| | | | svn path=/trunk/netsurf/; revision=13370
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-032-5/+15
| | | | svn path=/trunk/netsurf/; revision=13369
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-023-75/+157
| | | | svn path=/trunk/netsurf/; revision=13367
* 256 color plotting: Use vdi to rgb lookup table, made transparency a bit ↵Ole Loots2012-01-021-38/+43
| | | | | | better ( the snapshot problem was related to fvdi, no error in code ) svn path=/trunk/netsurf/; revision=13362
* Added support for 8bit displays, having big problems with transparent plots ↵Ole Loots2011-12-314-690/+965
| | | | | | ( 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-048-110/+137
| | | | svn path=/trunk/netsurf/; revision=13230
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
| | | | svn path=/trunk/netsurf/; revision=13208
* make use of non-blocking request for screen lock. Ole Loots2011-11-292-26/+32
| | | | svn path=/trunk/netsurf/; revision=13202
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
| | | | svn path=/trunk/netsurf/; revision=13192
* Properly redraw the rectangle outlineOle Loots2011-11-231-24/+27
| | | | svn path=/trunk/netsurf/; revision=13172
* Comment's...Ole Loots2011-11-231-16/+29
| | | | svn path=/trunk/netsurf/; revision=13171
* Fix rectangle plotter, process stroke_type. Ole Loots2011-11-171-83/+79
| | | | svn path=/trunk/netsurf/; revision=13149
* edit commentsOle Loots2011-08-051-2/+9
| | | | svn path=/trunk/netsurf/; revision=12634
* fixed call parameters for vdi_clip.Ole Loots2011-05-092-3/+2
| | | | svn path=/trunk/netsurf/; revision=12358
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12357
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
| | | | svn path=/trunk/netsurf/; revision=12180
* added some commentsOle Loots2011-04-101-3/+23
| | | | svn path=/trunk/netsurf/; revision=12177
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-204-38/+182
| | | | | | 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-133-33/+51
| | | | | | (needed for monochrom glyph rendering) svn path=/trunk/netsurf/; revision=12038
* Added missing call to vst_colorOle Loots2011-03-071-5/+16
| | | | svn path=/trunk/netsurf/; revision=11933
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-013-24/+24
| | | | svn path=/trunk/netsurf/; revision=11875
* Implemented OS detection routines provided by GSOle Loots2011-03-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=11873
* Fixed drawing of dotted lines.Ole Loots2011-02-211-4/+8
| | | | svn path=/trunk/netsurf/; revision=11751
* Added the framebuffer "internal" font decoder/plotter,Ole Loots2011-02-122-14/+23
| | | | | | | fixed ablend method, introduced flag for monochrom bitmap drawing. svn path=/trunk/netsurf/; revision=11661
* Added the internal font decoder from frambuffer port. Ole Loots2011-02-122-0/+2330
| | | | svn path=/trunk/netsurf/; revision=11660
* Removed unused codeOle Loots2011-02-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11659
* Adjusted clippingOle Loots2011-02-051-10/+8
| | | | svn path=/trunk/netsurf/; revision=11618
* Improved drawing primitives for true color systems. Ole Loots2011-02-013-64/+80
| | | | svn path=/trunk/netsurf/; revision=11592
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-305-57/+105
| | | | svn path=/trunk/netsurf/; revision=11537
* Implemented Search DialogOle Loots2011-01-3010-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Improved compatibility with classic TOS systems. Ole Loots2011-01-223-12/+37
| | | | svn path=/trunk/netsurf/; revision=11450
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-0510-0/+2960
svn path=/trunk/netsurf/; revision=11218