summaryrefslogtreecommitdiff
path: root/windows/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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