summaryrefslogtreecommitdiff
path: root/beos/bitmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+3
| | | | | | | | | | | | 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 beos to bitmap render APIVincent Sanders2015-04-241-169/+302
|
* fix missing comma in beos operations tableVincent Sanders2015-04-171-3/+6
|
* convert beos to bitmap operation tableVincent Sanders2015-04-161-0/+17
|
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-9/+14
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-10/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* beos: debug output cleanupFrançois Revol2012-11-251-2/+0
|
* beos: Silence debug outputFrançois Revol2012-11-251-2/+2
| | | | Either comment them or change to LOG() calls.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-14/+0
| | | | convert on demand core image cache.
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+424
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554