aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2011-08-22BADA: Strip trailing whitespaceSven Hesse
2011-08-22BADA: Strip off windows-style line endingsSven Hesse
2011-08-22BADA: Remove executable flag from filesSven Hesse
2011-08-21BADA: Remove incorrect BADA defined checkChris Warren-Smith
2011-08-21BADA: Fix to restore audio upon mobile call completionChris Warren-Smith
2011-08-21BADA: Cleanup unused screen interface implementationChris Warren-Smith
2011-08-21BADA: Moved timer manager to backends/timer/badaChris Warren-Smith
2011-08-21BADA: Fix to return correct integer valuesChris Warren-Smith
2011-08-21BADA: Fix for menu based quit handlingChris Warren-Smith
2011-08-21BADA: Hardcoded file system paths now defined as macrosChris Warren-Smith
2011-08-21BADA: Cleanup unused namespace declarationsChris Warren-Smith
2011-08-21BADA: Code formatting and style changes following reviewChris Warren-Smith
2011-08-21BADA: Review style changes. Fix for image skew in some gamesChris Warren-Smith
2011-08-21BADA: Review style changes. Cursor can now be positioned on top screen rowChris Warren-Smith
2011-08-21BADA: Increased audio thread priority to avoid sound skipping in some gamesChris Warren-Smith
2011-08-21BADA: Code formatting; replace tab before else with spaceChris Warren-Smith
2011-08-21BADA: Fix for lockup when game thread fails to respond to quit eventChris Warren-Smith
2011-08-21BADA: Prevent end-of-file state causing err() returning trueChris Warren-Smith
2011-08-21BADA: Fix formatting and non bada host compile errorChris Warren-Smith
2011-08-21BADA: Allow clean shutdown when encountering an errorChris Warren-Smith
2011-08-21BADA: Increased cache size for slightly improved startup timesChris Warren-Smith
2011-08-21BADA: Further control UI enhancementsChris Warren-Smith
2011-08-21BADA: Camera button can now set shortcutsChris Warren-Smith
2011-08-21BADA: Renamed the customised vkeybd layout to vkeybd_badaChris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-08-18SDL: Fix typo.Johannes Schickel
2011-08-12OPENGL: Fix aspect ratio correction behavior.Johannes Schickel
2011-08-12OPENGLSDL: Do not change requested window size on resize.Johannes Schickel
2011-08-11SDL: Previous commit broke compilation on MSVCPaul Gilbert
2011-08-11SDL: Implement a hellish workaround to fix bug #3368143.Johannes Schickel
2011-08-10TIMER: Add a comment to explain why we remove the name in removeTimerProc.Johannes Schickel
2011-08-10TIMER: Remove all names associated with a callback, since all callbacks are r...Johannes Schickel
2011-08-10TIMER: Remove name of callback in removeTimerProc.Johannes Schickel
2011-08-09BACKENDS: Fix compilation.Johannes Schickel
2011-08-09DINGUX: hopefully fix the cursor palette problemFabio Battaglia
2011-08-09DINGUX: fix compilationFabio Battaglia
2011-08-09OPENGL: Add include guard to gltexture.hJohannes Schickel
2011-08-09OPENGL: Added a temporary hack to fix compilation under Windows, after the la...Filippos Karapetis
2011-08-09SDL: Slight clean up in the surface based graphics manager.Johannes Schickel
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-08-09SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.Johannes Schickel
2011-08-09SDL: Add a new base class for graphics managers utilizing SDL.Johannes Schickel
2011-08-09BACKENDS: Add PaletteManager interface as comments to GraphicsManager.Johannes Schickel
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07PSP: Pass the stream as reference to PngLoader.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-08-06BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManagerLittleboy
2011-08-06SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.Bastien Bouclet
2011-08-06RECORDER: Added stub for delayMillis() processingEugene Sandulenko