scummvm/graphics
2010-03-18 21:45:27 +00:00
..
fonts GRAPHICS: Change font code to be identical on all platforms 2009-12-09 16:44:48 +00:00
scaler Fix missing definition of gBitFormat. 2010-03-09 01:20:23 +00:00
video Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the drawing area to prevent overdrawing without producing garbage output 2010-03-15 22:24:11 +00:00
colormasks.h remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass 2009-12-30 22:56:19 +00:00
conversion.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
conversion.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
cursorman.cpp Fix our DECLARE_SINGLETON macro to conform to the C++ specs. 2010-03-13 21:55:49 +00:00
cursorman.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +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 COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
font.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
fontman.cpp Fix our DECLARE_SINGLETON macro to conform to the C++ specs. 2010-03-13 21:55:49 +00:00
fontman.h GRAPHICS: Change font code to be identical on all platforms 2009-12-09 16:44:48 +00:00
iff.cpp Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string 2009-11-24 22:08:34 +00:00
iff.h Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string 2009-11-24 22:08:34 +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 Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
jpeg.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
module.mk Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too). 2010-03-08 23:56:59 +00:00
pixelformat.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
primitives.cpp Converted some spaces to tabs. 2008-01-05 08:17:39 +00:00
primitives.h An attempt to implement thick line drawing. 2007-11-25 13:33:28 +00:00
scaler.cpp Rename PocketPCLandscapeAspect to Normal1xAspect and move it to 2010-03-08 10:31:42 +00:00
scaler.h Rename PocketPCLandscapeAspect to Normal1xAspect and move it to 2010-03-08 10:31:42 +00:00
sjis.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
sjis.h Cleanup. 2009-11-19 22:22:08 +00:00
surface.cpp Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp 2009-01-20 22:52:29 +00:00
surface.h Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp 2009-01-20 22:52:29 +00:00
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 Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use of invalid C++. 2010-03-18 21:45:27 +00:00
VectorRendererSpec.h Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat, instead of relying on color masks -> should fix bug #2537212, possibly at a slow down on low-end systems (a regression which we certainly could resolve, though). Note: I left the PixelType template param in on purpose, in case we want one day to compile in both 16 and 32 bit pixel support simultaneously 2009-02-13 00:03:13 +00:00