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