summaryrefslogtreecommitdiff
path: root/framebuffer/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-5/+5
| | | | | | | | | | | | 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.
* Convert framebuffer to use bitmap render from thumbnail APIVincent Sanders2015-04-231-1/+79
|
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-141-18/+37
|
* Reduce log spam from animations.Michael Drake2015-03-281-2/+0
|
* Remove trailing whitespace.Michael Drake2015-03-281-4/+4
|
* doxygen cleanups in utilsVincent Sanders2014-11-121-0/+1
|
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-13/+0
| | | | convert on demand core image cache.
* Update for modified libnsfb APIVincent Sanders2011-11-211-72/+82
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Initialise opaque setting correctly at bitmap creation in framebuffer front ↵Michael Drake2010-08-141-1/+1
| | | | | | end. (Now JPEGs will knockout stuff behind them.) svn path=/trunk/netsurf/; revision=10707
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+259
svn path=/trunk/netsurf/; revision=8122