Age | Commit message (Expand) | Author |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-06 | Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-... | Travis Howell |
2009-07-05 | Refresh the screen if pollEvent() is called without updateScreen() being call... | Marcus Comstedt |
2009-07-04 | Add GCC_PRINTF parameter. | Johannes Schickel |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-02 | cleanup | Max Horn |
2009-07-01 | Move action inits to engineInit and engineDone callbacks. | Lars Persson |
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 | Fix PSP port | Max Horn |
2009-06-28 | PS2: Don't overload fillScreen with a dummy, just use the inherited version | Max Horn |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-06-28 | Silenced the reamining warnings reported in patch #2684986 (gcc warnings with... | Max Horn |
2009-06-28 | change link order in .spec file to produce working binaries when building usi... | Joost Peters |
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-22 | Fixed NDS compilation when using older devkitpro versions (I accidentally bro... | Max Horn |
2009-06-20 | split loadKeyboardPack(), fallback to the current dir when searching for pack... | Andre Heider |
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-18 | Improved the iphone swipe input handling | Oystein Eftevaag |
2009-06-17 | Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ge... | Andre Heider |
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 | Detected games with different language or platform are now | Marcus Comstedt |
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-12 | Rename KeyRemapper dialog to KeyMapper | Eugene Sandulenko |
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 |
2009-06-08 | Virtual Keyboard: Add some quick changes to the virtual keyboard to activate ... | John Willis |
2009-06-08 | Virtual Keyboard: Fix slight error in earlier commit (failed to rename the XM... | John Willis |
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa... | John Willis |
2009-06-08 | Virtual Keyboard: Add source files for the default keyboard pack seperate fro... | John Willis |
2009-06-08 | Virtual Keyboard: Fix default keyboard pack to return correct events for ENTE... | John Willis |
2009-06-06 | Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the default... | John Willis |
2009-06-06 | Virtual Keyboard: 'Ab'use the console font to get a font small enough to be u... | John Willis |
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-06-06 | Virtual Keyboard: Fix detection of v_align option when used in the keyboard d... | John Willis |