summaryrefslogtreecommitdiff
path: root/atari/plot
Commit message (Expand)AuthorAgeFilesLines
* Search form inside browser windows starts to work.Ole Loots2013-01-161-4/+16
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-073-14/+22
* Clip only once, not on every drawing primitive...Ole Loots2013-01-061-43/+44
* Added function to retrieve current plotter dimensions.Ole Loots2012-12-072-1/+12
* Reenabled VDI clipping...Ole Loots2012-12-041-1/+5
* Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-221-5/+13
* Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-272-14/+13
* Default truetype package is now Bitstream Vera.Ole Loots2012-08-251-27/+60
* Removed junkOle Loots2012-08-251-12/+0
* Documented font loading / font names.Ole Loots2012-08-251-2/+43
* Merged some features from framebuffer freetype impl.Ole Loots2012-08-252-63/+106
* Added missing copyright headersOle Loots2012-08-241-0/+18
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
* Fixed colour type for vs* functions, added comments.Ole Loots2012-07-251-13/+42
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-231-0/+3
* renamed plot functions (use plot_ prefix)Ole Loots2012-07-231-3/+3
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-232-50/+46
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-232-72/+16
* Inline some functionsOle Loots2012-07-231-8/+8
* Refactor plot implementation (removed old files)Ole Loots2012-07-136-3124/+0
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-138-18/+2450
* added some missing WITH_8BPP_SUPPORT ifdefs. Ole Loots2012-06-191-0/+8
* Some cleanups and additions required for the toolbar icon redraw.Ole Loots2012-06-031-48/+93
* Fixed prototyp, comments.Ole Loots2012-05-132-3/+3
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-192-203/+327
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-103-39/+77
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-11/+11
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-147-401/+467
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-253-4/+19
* Added missing prototypes.Ole Loots2012-01-062-5/+9
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ...Ole Loots2012-01-051-4/+10
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
* removed comment.Ole Loots2012-01-031-6/+1
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-032-5/+15
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-023-75/+157
* 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-314-690/+965
* Fixed header, made different font plotters optional. Ole Loots2011-12-048-110/+137
* 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-292-26/+32
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
* Properly redraw the rectangle outlineOle Loots2011-11-231-24/+27