scummvm/graphics
D G Turner 4d6f2875de GRAPHICS: Fix BMP getPalette function definition.
The BMP decoder getPalette function definition is now identical to
the other image format decoders subclassed from ImageDecoder.
This also fixes a overloaded virtual warning reported by salty-horse.
2012-04-22 16:41:30 +01:00
..
decoders GRAPHICS: Fix BMP getPalette function definition. 2012-04-22 16:41:30 +01:00
fonts GRAPHICS: Render TTF glyphs at the right locations. 2012-03-19 23:00:14 +01:00
scaler JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
colormasks.h
conversion.cpp
conversion.h
cursor.h
cursorman.cpp ALL: Fix some signed/unsigned comparison warnings. 2012-02-22 20:20:55 +01:00
cursorman.h
font.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
font.h GRAPHICS/GUI: Implement kerning support for Font. 2012-01-29 16:26:20 +01:00
fontman.cpp GRAPHICS: Let FontManager::setFont accept an "const BdfFont *". 2012-01-07 01:16:33 +01:00
fontman.h GRAPHICS: Let FontManager::setFont accept an "const BdfFont *". 2012-01-07 01:16:33 +01:00
iff.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
iff.h
maccursor.cpp
maccursor.h
module.mk GRAPHICS: Move PNG to the ImageDecoder interface 2012-03-20 01:06:48 +01:00
palette.h
pixelformat.h
primitives.cpp
primitives.h
scaler.cpp
scaler.h
sjis.cpp
sjis.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
surface.cpp GRAPHICS: Fix casting away const 2012-04-03 16:54:05 -07:00
surface.h GRAPHICS: Add a convertTo() function to Surface 2012-03-20 01:06:47 +01:00
thumbnail.cpp
thumbnail.h
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp GUI: Fix mingw-w64 build errors 2012-02-20 22:38:35 +01:00
VectorRendererSpec.h GUI: Implement AAed tabs 2012-02-20 22:17:33 +01:00
wincursor.cpp
wincursor.h
yuv_to_rgb.cpp GRAPHICS: Improve the YUV410 conversion code speed some more 2012-04-16 21:34:13 -04:00
yuv_to_rgb.h GRAPHICS: Make YUV410 conversion code use bilinear interpolation 2012-04-14 17:06:31 -04:00