scummvm/graphics
Sven Hesse dc3a417699 VIDEO: Change the mixer parameter from a reference to a pointer
To match the other VideoDecoder classes with sound support.

svn-id: r51919
2010-08-08 01:07:17 +00:00
..
fonts
scaler Fix long standing regression (introduced with r34053) in thumbnail scaling code for Hercules graphics. 2010-07-02 22:38:42 +00:00
video VIDEO: Change the mixer parameter from a reference to a pointer 2010-08-08 01:07:17 +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 Fixing some warnings (with gcc 3.3.6) 2010-04-17 23:19:52 +00:00
conversion.h Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when Mohawk is not enabled) so SCI can use the code. 2010-05-23 18:33:55 +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
dither.h
font.cpp GUI: Fix font cache. 2010-08-01 19:31:37 +00:00
font.h Fix some typos in a comment 2010-06-07 17:17:41 +00:00
fontman.cpp i18n: Add support for locale-dependent fonts 2010-06-28 15:17:10 +00:00
fontman.h GUI: Added default names for builtin fonts. 2010-06-15 10:51:26 +00:00
iff.cpp
iff.h
imagedec.cpp
imagedec.h
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 VIDEO: Stub a VideoDecoder-like CoktelDecoder 2010-08-08 00:33:59 +00:00
pict.cpp Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. 2010-05-24 17:18:09 +00:00
pict.h Surface is a struct, not a class 2010-05-24 20:50:53 +00:00
pixelformat.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
primitives.cpp
primitives.h
scaler.cpp Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure. 2010-05-09 11:00:17 +00:00
scaler.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
sjis.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
sjis.h
surface.cpp Use the faster memset() in Surface::fillRect() for 16bit modes when possible. 2010-04-20 20:22:33 +00:00
surface.h
thumbnail.cpp GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail. 2010-08-02 22:28:30 +00:00
thumbnail.h GRAPHICS: Fix a typo in a comment. 2010-08-03 13:15:34 +00:00
VectorRenderer.cpp
VectorRenderer.h
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