scummvm/graphics
Torbjörn Andersson f3f0be30fd Fixed indentation. (Don't worry, it's just a small change, and it matches the
original FFmpeg code, as far as I can tell.)

svn-id: r40749
2009-05-21 07:23:48 +00:00
..
fonts
scaler Attempt to fix compilation problems on MSVC 7 (I wonder why it compiled elsewhere, actually ;) 2009-02-15 22:14:04 +00:00
video Fixed indentation. (Don't worry, it's just a small change, and it matches the 2009-05-21 07:23:48 +00:00
colormasks.h Use 4444 overlay on PSP (instead of 1555). 2009-02-18 13:28:52 +00:00
cursorman.cpp
cursorman.h
dither.cpp
dither.h
font.cpp COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) 2009-05-19 11:42:14 +00:00
font.h
fontman.cpp
fontman.h
iff.cpp * Improved ILBMDecoder to also handle files with width non divisible by 8. 2009-03-15 06:20:52 +00:00
iff.h * Improved ILBMDecoder to also handle files with width non divisible by 8. 2009-03-15 06:20:52 +00:00
imagedec.cpp
imagedec.h
module.mk Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's VMDs) to graphics/video/ 2009-05-20 20:41:10 +00:00
pixelformat.h Must include common/scummsys.h in graphics/pixelformat.h because it uses type 'byte' 2009-05-12 23:28:49 +00:00
primitives.cpp
primitives.h
scaler.cpp Oops forgot one line in last commit, now the file should compile cleanly with mingw64. 2009-03-20 00:12:45 +00:00
scaler.h
surface.cpp
surface.h
thumbnail.cpp
thumbnail.h
VectorRenderer.cpp
VectorRenderer.h Remove VECTOR_RENDERER_FORMAT check and related documentation. 2009-02-17 12:20:40 +00:00
VectorRendererSpec.cpp Silence warnings. Const correctness 2009-05-06 09:12:58 +00:00
VectorRendererSpec.h