Age | Commit message (Expand) | Author |
2009-07-06 | Updated doxygen comments on API functions | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-04 | Fixed cursor corruption in non-8bit graphics games when switching back from o... | Jody Northup |
2009-07-03 | Moved the YUV<->RGB routines to graphics/conversion.h | Jordi Vilalta Prat |
2009-07-03 | Fix some formatting bits | Jordi Vilalta Prat |
2009-07-03 | Add conversion.o to module.mk. Add missing endline. | Willem Jan Palenstijn |
2009-07-03 | Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe... | Jody Northup |
2009-07-01 | fix compile | Matthew Hoops |
2009-07-01 | Add JPEG support to 16bpp branch (if it breaks or is wrong, clone2727 made me) | Scott Thomas |
2009-07-01 | Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List... | Jody Northup |
2009-07-01 | Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w... | Jody Northup |
2009-06-30 | Fixed a few formatting bits | Jordi Vilalta Prat |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-29 | Add some more explanation to Graphics::CursorManager::showMouse and OSystem::... | Johannes Schickel |
2009-06-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw... | Max Horn |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-26 | Changed cursor manager functions to take *Graphics::PixelFormat with default ... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-20 | Factory constructors for ARGB BGR ABGR and BGRA pixel formats. | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-20 | Fixed compilation. | Torbjörn Andersson |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-16 | Fixed warning. (GCC doesn't like commas at the end of an enum list.) | Torbjörn Andersson |
2009-06-16 | Simplified colormode enum | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
2009-06-15 | Fix compilation when 16BIT code is disabled. | Eugene Sandulenko |
2009-06-15 | Remove uglyness with PixelFormat initialization. | Eugene Sandulenko |
2009-06-15 | made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:... | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-13 | Fixed 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-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Add a convenience wrapper to CursorMan for checking whether cursor palettes a... | Johannes Schickel |
2009-06-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be e... | Johannes Schickel |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be a... | Filippos Karapetis |
2009-06-07 | Formatting | Filippos Karapetis |
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo... | Filippos Karapetis |
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar... | Jody Northup |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-05 | Ooops, update asserts in grabScreen565() too. | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell |
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell |
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f... | Max Horn |
2009-05-26 | Reserve some space in the Huffman tree arrays before starting to decode the H... | Filippos Karapetis |