scummvm/graphics
2009-10-18 19:41:59 +00:00
..
fonts
scaler Whitespace changes 2009-10-02 20:21:07 +00:00
video Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
colormasks.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
conversion.cpp Some const correctness changes; cleanup 2009-10-09 21:47:33 +00:00
conversion.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
cursorman.cpp Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guarantee a consistent build. 2009-08-21 18:16:37 +00:00
cursorman.h Fix to correctly store a cursor's key colour, fixing key colour being lost when cursors are popped 2009-08-26 11:19:28 +00:00
dither.cpp Moved the YUV<->RGB routines to graphics/conversion.h 2009-07-03 23:02:37 +00:00
dither.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
font.cpp Got rid of some more ioFailed uses (also fixed a potential leak in graphics/font.cpp, and handle eos correctly in the FLAC code) 2009-07-14 18:24:20 +00:00
font.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
fontman.cpp
fontman.h
iff.cpp * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
iff.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
imagedec.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
imagedec.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
jpeg.cpp Coding best practice: Whenever possible, pass objects by reference instead of by value. Also make variables or data table which are only used locally "static". 2009-09-01 13:03:12 +00:00
jpeg.h Coding best practice: Whenever possible, pass objects by reference instead of by value. Also make variables or data table which are only used locally "static". 2009-09-01 13:03:12 +00:00
module.mk Converting AVIPlayer into a class that inherits from VideoDecoder and adapt SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) 2009-10-16 18:05:56 +00:00
pixelformat.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
primitives.cpp
primitives.h
scaler.cpp Removed dead code 2009-09-25 09:10:59 +00:00
scaler.h Add ARM code version of Normal2x scaler. 2009-07-27 16:29:36 +00:00
sjis.cpp Add support for 8x16 chars in the FM-Towns font ROM code. 2009-10-11 12:00:56 +00:00
sjis.h Add support for 8x16 chars in the FM-Towns font ROM code. 2009-10-11 12:00:56 +00:00
surface.cpp
surface.h
thumbnail.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
thumbnail.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
VectorRenderer.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
VectorRenderer.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
VectorRendererSpec.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
VectorRendererSpec.h