scummvm/graphics
2009-08-02 10:40:27 +00:00
..
fonts
scaler Patch #2818501: enable scale2x mmx on x86_64 2009-07-30 09:36:50 +00:00
video When ESCing videos, seek to the last frame that was meant to be played. Fixes graphical glitches (bug #2830985) and crashes (bug #2830988) 2009-08-02 10:40:27 +00:00
colormasks.h Use 4444 overlay on PSP (instead of 1555). 2009-02-18 13:28:52 +00:00
cursorman.cpp Add a convenience wrapper to CursorMan for checking whether cursor palettes are supported. 2009-06-10 15:20:52 +00:00
cursorman.h Add some more explanation to Graphics::CursorManager::showMouse and OSystem::showMouse. 2009-06-29 23:23:29 +00:00
dither.cpp
dither.h
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 Implement widget property "textalign". Added it to all theme layouts 2009-06-06 17:51:41 +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 * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
imagedec.cpp Changed Graphics::ImageDecoder to allow custom PixelFormats 2009-01-23 23:50:54 +00:00
imagedec.h Changed Graphics::ImageDecoder to allow custom PixelFormats 2009-01-23 23:50:54 +00:00
module.mk Add ARM code version of Normal2x scaler. 2009-07-27 16:29:36 +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 Formatting. 2009-07-27 17:04:06 +00:00
scaler.h Add ARM code version of Normal2x scaler. 2009-07-27 16:29:36 +00:00
sjis.cpp Instead of only printing a warning, when no SJIS char data is present, just return to the caller. 2009-07-26 14:40:03 +00:00
sjis.h Add a todo to FontSJIS::drawChar taking an Graphics::Surface. 2009-07-26 14:40:44 +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 Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. into methods, and added an operator== 2009-01-22 04:35:10 +00:00
thumbnail.h
VectorRenderer.cpp Removed unused area convolution code from VectorRenderer 2009-01-30 15:43:45 +00:00
VectorRenderer.h GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs 2009-06-28 19:57:27 +00:00
VectorRendererSpec.cpp Fixed missing clearing of the low bit of the alpha mask in the "dim" screen shading function. 2009-07-30 16:51:53 +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