aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2011-03-25Merge branch 'copysavefile' of https://github.com/Littleboy/scummvm into Litt...Max Horn
2011-03-25ANDROID: Always set the surface propertiesdhewg
2011-03-24COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renam...Littleboy
2011-03-24GPH: Removed some unimplemented and unneeded definitions.David-John Willis
2011-03-24OPENPANDORA: Refactor OpenPandora backend and move events and graphics into m...David-John Willis
2011-03-24SDL/POSIX: Update main guard to add OpenPandora.David-John Willis
2011-03-24BACKENDS: Add GPH event and graphics files to the build.David-John Willis
2011-03-24GPH: Cleanup GPH backend and adapt to newer modular backend model.David-John Willis
2011-03-24GP2X: Remove incorrect GP2XWiz define from the GP2X event code.David-John Willis
2011-03-24ANDROID: Fix texture double releasedhewg
2011-03-24ANDROID: Fix cursor's keycolordhewg
2011-03-24ANDROID: Cleanupdhewg
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-22ANDROID: Fix timer frequency to match SDLdhewg
2011-03-22TIMER: Cleanupdhewg
2011-03-21OPENGL: Fix mouse cursor position in Normal mode when AR is enabled.Johannes Schickel
2011-03-20OPENGL: Get rid of unused switchDisplayMode.Johannes Schickel
2011-03-20OPENGL: Handle aspect ratio correction as flag instead of having a special mo...Johannes Schickel
2011-03-20ANDROID: Trust ASCII kbd codes on unknown keysdhewg
2011-03-19ANDROID: Add port specific READMEdhewg
2011-03-19ANDROID: Implement OSystem::getSystemLanguage()dhewg
2011-03-19ANDROID: Log some system propertiesdhewg
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-19Fixed compilation of the N64 portmd5
2011-03-18ANDROID: Cleanupdhewg
2011-03-18ANDROID: Seperate DPAD codesdhewg
2011-03-18ANDROID: Implement trackball clickdhewg
2011-03-17ANDROID: Fix KeyEvent NullPointerExceptiondhewg
2011-03-17OPENGL: Fix screenshots when the display width is not divisible by 4.Johannes Schickel
2011-03-17OPENGL: Setup the correct header size for BMP screenshots.Johannes Schickel
2011-03-17OPENGL: Cleanup switchDisplayMode.Johannes Schickel
2011-03-17OPENGLSDL: More refactoring to avoid direct access of OpenGlGraphicsManager's...Johannes Schickel
2011-03-17OPENGL: Move setFullscreenMode to OpenGLGraphicsManager.Johannes Schickel
2011-03-17OPENGLSDL: Handle active fullscreen mode OPENGLSDL internal.Johannes Schickel
2011-03-17OPENGLSDL: Cleanup.Johannes Schickel
2011-03-17OPENGL: Make setScale non-virtual.Johannes Schickel
2011-03-17ANDROID: Increase default touchpad mode scaledhewg
2011-03-17ANDROID: Ignore the slop area on all touch scrollsdhewg
2011-03-17OPENGL: Get rid of _aspectRatioCorrection.Johannes Schickel
2011-03-17OPENGL: Slight refactoring.Johannes Schickel
2011-03-17ANDROID: Get rid of more gfx glitchesdhewg
2011-03-17ANDROID: Init vars to match with the defaultsdhewg
2011-03-17ANDROID: Fix cursor visibilitydhewg
2011-03-17ANDROID: Log ASCII code of invalid keycodesdhewg
2011-03-17ANDROID: Plug RGB cursor memleakdhewg
2011-03-17OPENGL: Fix compilation when USE_OSD is not defined.Johannes Schickel
2011-03-17OPENGL: Update the OSD texture when visible while the output mode changes.Johannes Schickel
2011-03-17OPENGL: Always properly set the overlay dimensions in loadGFXMode.Johannes Schickel
2011-03-17OPENGL: Fix "Original" mode by setting up the corret screen dimensions.Johannes Schickel
2011-03-17OPENGL: Refactor warpMouse.Johannes Schickel