aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
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
2009-06-10Add a convenience wrapper to CursorMan for checking whether cursor palettes a...Johannes Schickel
2009-06-10Fix a bug in disableCursorPalette, where it never allowed the palette to be e...Johannes Schickel
2009-06-09Laying the foundation for preliminary bitdepth negotiation. (No functionality...Jody Northup
2009-06-07Changed the bitstream buffer used to initialize the big Huffman trees to be a...Filippos Karapetis
2009-06-07FormattingFilippos Karapetis
2009-06-07Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo...Filippos Karapetis
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2009-06-06Corrected cursor display errors introduced by revision 41204, reimplemented 1...Jody Northup
2009-06-05Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar...Jody Northup
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-06-05Converted cursor code to use 16-bit.Jody Northup
2009-06-05Ooops, update asserts in grabScreen565() too.Travis Howell
2009-06-04Add 16bit color support for later HE games.Travis Howell
2009-06-03Revert last change, better to wait for 16bit backend support.Travis Howell
2009-06-03Update thumbnail code to capture RGB565 screen.Travis Howell
2009-05-28Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f...Max Horn
2009-05-26Reserve some space in the Huffman tree arrays before starting to decode the H...Filippos Karapetis
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Move Indeo3 static data from indeo3data.h to indeo3.cpp.Johannes Schickel
2009-05-21I'm no longer sure I've really seen case 12 happen, so don't mention it.Torbjörn Andersson
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis
2009-05-21Moved the Coktel video player into its own subdirectoryFilippos Karapetis
2009-05-21Added comment and warning message about possibly missing cases.Torbjörn Andersson
2009-05-21Fixed indentation. (Don't worry, it's just a small change, and it matches theTorbjörn Andersson
2009-05-20Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V...Sven Hesse
2009-05-20- Reverted commit #40730, as it introduced rounding errorsFilippos Karapetis
2009-05-19Changed calculations based on frame delay to be based on the scale of 1ms, no...Filippos Karapetis
2009-05-19Some fixes to the video decoders, thanks to salty-horse's commentsFilippos Karapetis
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-17The 'frameSize' variable isn't used at the moment.Torbjörn Andersson
2009-05-17Changed the FLIC player to the common VideoDecoder interface. Note that curre...Filippos Karapetis