summaryrefslogtreecommitdiff
path: root/atari/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-455/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-15/+14
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* Convert atari to bitmap render interfaceVincent Sanders2015-04-241-0/+6
|
* rationalise atari plotters header usage.Vincent Sanders2015-04-191-1/+2
|
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-161-124/+87
|
* doxygen cleanups in utilsVincent Sanders2014-11-121-2/+3
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-3/+4
|
* 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
| | | | removed several windom includes
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-92/+79
| | | | convert on demand core image cache.
* 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
| | | | svn path=/trunk/netsurf/; revision=13891
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ↵Ole Loots2012-04-141-23/+29
| | | | | | | | blitter checking all pixels for transparency in an loop. Prepare for caching of converted bitmaps. svn path=/trunk/netsurf/; revision=13869
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ↵Ole Loots2012-04-101-0/+2
| | | | | | bitmaps. svn path=/trunk/netsurf/; revision=13846
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
| | | | svn path=/trunk/netsurf/; revision=13547
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-061-1/+4
| | | | svn path=/trunk/netsurf/; revision=13378
* Removed unused variableOle Loots2011-12-041-10/+9
| | | | svn path=/trunk/netsurf/; revision=13229
* 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/+384
svn path=/trunk/netsurf/; revision=11218