summaryrefslogtreecommitdiff
path: root/atari/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
* Inherit bitmap opaque settings when resizing images.Ole Loots2013-04-161-1/+5
* Revert change to opaque settings, requires further investigationOle Loots2013-04-161-1/+0
* Default to opaque bitmaps (fixes several redraw issues)Ole Loots2013-04-161-0/+1
* Implemented caret redraw.Ole Loots2013-01-011-2/+5
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
* Remove suspension of bmp/gif images. It's completely redundant with the conv...Michael Drake2012-10-141-92/+79
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-231-0/+55
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-2/+34
* Only check transparent pixels when transparency is enabled. Ole Loots2012-04-261-15/+17
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ...Ole Loots2012-04-141-23/+29
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ...Ole Loots2012-04-101-0/+2
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-061-1/+4
* Removed unused variableOle Loots2011-12-041-10/+9
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+384