aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2009-07-13Fixed logic error in Graphics::crossBlit which would result in no blit occuri...Jody Northup
2009-07-10Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,...Travis Howell
2009-07-09Reverted commit #42257, as the original issue was with the compilation proces...Filippos Karapetis
2009-07-09Warn instead of crash when a video frame part was found although the header s...Sven Hesse
2009-07-09Merged revisions 42252,42255-42263,42269-42271 via svnmerge from Travis Howell
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...Filippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07Simply compile guard of SJIS code and fix comment.Johannes Schickel
2009-07-07Add guards to only include SJIS font code, when KYRA or SCI is enabled.Johannes Schickel
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
2009-07-07Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)Johannes Schickel
2009-07-07Properly handle odd-sized JPEG files (ie, those not a multiple of 8 pixels)Scott Thomas
2009-07-07Don't #define M_PI in graphics/jpeg.h (it clashes with math.h, and it's bad s...Max Horn
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-04Fixed cursor corruption in non-8bit graphics games when switching back from o...Jody Northup
2009-07-03Moved the YUV<->RGB routines to graphics/conversion.hJordi Vilalta Prat
2009-07-03Fix some formatting bitsJordi Vilalta Prat
2009-07-03Add conversion.o to module.mk. Add missing endline.Willem Jan Palenstijn
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-01fix compileMatthew Hoops
2009-07-01Add JPEG support to 16bpp branch (if it breaks or is wrong, clone2727 made me)Scott Thomas
2009-07-01Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List...Jody Northup
2009-07-01Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w...Jody Northup
2009-06-30Fixed a few formatting bitsJordi Vilalta Prat
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-26Changed cursor manager functions to take *Graphics::PixelFormat with default ...Jody Northup
2009-06-24made the cursor's pixel format a member of the cursor object, merged ____Curs...Jody Northup
2009-06-20Factory constructors for ARGB BGR ABGR and BGRA pixel formats.Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-20Fixed compilation.Torbjörn Andersson
2009-06-19Removed replaced Graphics::ColorMode enum type with factory methods for Graph...Jody Northup
2009-06-16Fixed warning. (GCC doesn't like commas at the end of an enum list.)Torbjörn Andersson
2009-06-16Simplified colormode enumJody Northup
2009-06-16Simplified cursor related 16-bit code.Jody Northup
2009-06-15Fix compilation when 16BIT code is disabled.Eugene Sandulenko
2009-06-15Remove uglyness with PixelFormat initialization.Eugene Sandulenko
2009-06-15made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:...Jody Northup
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12Unfinished proof of concept regarding my compromise with LordHoto in IRC.Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup