aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2012-09-14MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS XMatthew Hoops
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-09-04BADA: Convert CRLF to LFWillem Jan Palenstijn
2012-09-01OPENPANDORA: The buildbot toolchain doesn't like the ending commaBertrand Augereau
2012-08-31OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad left/r...Bertrand Augereau
2012-08-15ANDROID: Remove unused GL_OES_draw_texture code.Alyssa Milburn
2012-08-09DINGUX: Fix "if" formatting.Johannes Schickel
2012-08-09OPENGL: Fix RGBA8888 mode setup.Johannes Schickel
2012-08-08OPENGL: GL_BGRA does not exist in every GLES implementation.David-John Willis
2012-07-31GPH: Add extra call to SDL_ShowCursor(SDL_DISABLE).David-John Willis
2012-07-31GPH: Move the legecy GP2X joystick code into the switch case to make it easie...David-John Willis
2012-07-29OPENPANDORA: Cleanup.David-John Willis
2012-07-29GPH: Use SDLPluginProvider not POSIXPluginProvider.David-John Willis
2012-07-29OPENPANDORA: Start event manager after log files are setup (if needed).David-John Willis
2012-07-29GPH: Clean up initialisation code and start event manager after log files are...David-John Willis
2012-07-24GPH: Fix accidental commit.David-John Willis
2012-07-24OPENPANDORA: Clean up old commented code.David-John Willis
2012-07-24OPENPANDORA: Free hiddenCursor on unloadGFXMode and cleanup screen setup.David-John Willis
2012-07-24OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode.David-John Willis
2012-07-21WEBOS: Remove broken keymapper code which is not needed anymore anywayKlaus Reimer
2012-07-21WII: Adapt to mouse cursor dontScale API changedhewg
2012-07-20MAEMO: Package missing docsTarek Soliman
2012-07-20MAEMO: Fix date in debian/changelogTarek Soliman
2012-07-18MAEMO: Add new build dependenciesTarek Soliman
2012-07-15MAEMO: Fix uninitialized memberTarek Soliman
2012-07-15MAEMO: Minor whitespace fixTarek Soliman
2012-07-15MAEMO: Set defaults for fullscreen and aspect ratio correctionTarek Soliman
2012-07-14MAEMO: Fix compile without keymapperTarek Soliman
2012-07-14BACKENDS: Silence warning about ARRAYSIZE in windows-savesLittleboy
2012-07-10MAEMO: Update debian/changelogTarek Soliman
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-07-06Merge pull request #235 from tobigun/android-themeJohannes Schickel
2012-07-03BACKENDS: Remove unused member in DefaultTimerManager.Johannes Schickel
2012-07-01Merge pull request #239 from bluegr/skipsavecompressionFilippos Karapetis
2012-06-25COMMON: Also adapt openForSaving() in the DC and N64 backendsFilippos Karapetis
2012-06-25BADA: Implement weekday querying in getTimeAndDate.Johannes Schickel
2012-06-22DINGUX: Update the README file for DinguxFabio Battaglia
2012-06-22DINGUX: Add png icon in the dingux dist packageFabio Battaglia
2012-06-21COMMON: Allow the savefile manager to create uncompressed savesFilippos Karapetis
2012-06-20ANDROID: Fix compilation broken with changes to grabOverlay.Johannes Schickel
2012-06-20N64: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20N64: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20PSP: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20WII: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20WII: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20IPHONE: Replace OverlayColor uses with uint16.Johannes Schickel
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-19PS2: Small formatting fixes.Johannes Schickel
2012-06-18PS2: Implement algorithm for day of week for use in tm_wday.D G Turner
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel