Age | Commit message (Expand) | Author |
2009-08-21 | Removed redundant checks, the asserts() earlier do exactly the same. | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-16 | Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code m... | Jody Northup |
2009-08-15 | Added support for mapping keys to ctrl, alt, shift, or combinations thereof (... | Jody Northup |
2009-08-15 | Removed excessive modifier definitions, prevented excessive memory consumptio... | Jody Northup |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Fix formatting | Eugene Sandulenko |
2009-08-11 | Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,... | Travis Howell |
2009-08-10 | Remove unused variables. | Johannes Schickel |
2009-08-10 | Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backend | Bertrand Augereau |
2009-08-07 | key remap dialog correctly reads keystrokes again, and can tell modified keys... | Jody Northup |
2009-08-05 | Some groundwork for a better implementation of modifier keys. (incomplete, an... | Jody Northup |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-08-02 | GP2XWiz/SDL: Fix 2 small typos. | John Willis |
2009-07-31 | GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ... | John Willis |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-19 | Fix 16bit color when using the hardware screen's pixel format. The call was n... | Matthew Hoops |
2009-07-14 | changed generic Graphics::PixelFormat constructor to take xBits instead of xL... | Jody Northup |
2009-07-10 | Whoops, and one more. | Jody Northup |
2009-07-10 | Fixed a couple of errors in the new getSupportedFormats implementation. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |
2009-07-09 | fix compile | Matthew Hoops |
2009-07-09 | corrected creation of one Graphics::PixelFormat to reflect the resurrection o... | Jody Northup |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-29 | Indentation fix. | Johannes Schickel |
2009-06-28 | For consistency, use upper-case letter in hex constant. | Torbjörn Andersson |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-25 | API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-17 | OSystem_SDL::GetBestFormat will no longer return modes greater than that whic... | Jody Northup |
2009-06-16 | Corrected oversight in earlier ifdef simplification which leads to compilatio... | Jody Northup |
2009-06-16 | Declared getBestFormat in OSystem base class, and implemented in SDL backend. | 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 | 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 | 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 | Code formatting | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |