summaryrefslogtreecommitdiff
path: root/windows/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Convert windows to use the bitmap render interfaceVincent Sanders2015-04-241-19/+83
|
* Convert windows frontend to using bitmap operation tableVincent Sanders2015-04-151-25/+36
|
* Fix win32 frontend bitmap creation with flagsVincent Sanders2015-04-121-1/+5
| | | | | | The windows win32 frontend bitmap creation was ignoring the creation flags, specifically those related to bitmap opacity so was plotting images as transparent even if they had no alpha channel values set.
* 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.
* fix build warningsVincent Sanders2012-08-101-0/+3
|
* rationalise windows resource scriptVincent Sanders2011-03-061-2/+2
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* fix bitmap plottingVincent Sanders2010-10-131-12/+44
| | | | svn path=/trunk/netsurf/; revision=10882
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-9/+1
| | | | svn path=/trunk/netsurf/; revision=10180
* Add Windows frontendVincent Sanders2010-01-311-0/+333
svn path=/trunk/netsurf/; revision=9940