aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2012-11-27PS2: Fix three compiler warnings and minor code formatting fixes.D G Turner
2012-11-24BACKENDS: Remove excess space from warningsMatthew Hoops
2012-11-23WII: Remove remaining signed-unsigned compiler warning.D G Turner
2012-11-23N64: Remove remaining signed-unsigned compiler warning.D G Turner
2012-11-19N64: Fix remaining warnings associated with mouse cursor drawing.D G Turner
2012-11-18N64: Fix compiler warnings associated with cursor size variables.D G Turner
2012-11-18OSX: Remove use of deprecated methodsThierry Crozat
FSRef and FSPathMakeRef have been deprecated in OS X 10.8. So we use CFURLRef instead.
2012-11-18OSX: Fix Sparkle compilation on older systemsThierry Crozat
This patch was provided by fingolfin (see patch #3582260). It replaces use of methods introduced in MacOS X 10.4 with methods that exists since MacOS X 10.0.
2012-11-18OSX: Improve native OS X browser dialogMax Horn
Signed-off-by: Thierry Crozat <criezy@scummvm.org>
2012-10-21ANDROID: Fixed tapping touchpad not sending left clicksLauri Härsilä
2012-10-19ANDROID: Mouse and stylus supportLauri Härsilä
From pull request #285.
2012-10-12IPHONE: Add support for "retina" displays.Johannes Schickel
Thanks to peres for testing this.
2012-10-10IPHONE: Fix cursor artifacts when linear filterting is used.Johannes Schickel
We need to set a proper texture coordinate wrap parameter for this.
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-24SDL: Remove main.cpp.Alyssa Milburn
Backends have to provide their own main, instantiating OSystem_SDL directly is unsupported.
2012-09-20Merge pull request #275 from clone2727/pegasusclone2727
Pegasus engine (The Journeyman Project: Pegasus Prime)
2012-09-17MACOSX: Make failing to load a soundfont in CoreAudio fatalMatthew Hoops
If we don't bail out, CoreAudio will explode.
2012-09-14MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS XMatthew Hoops
2012-09-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: AUTHORS
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-09-05Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-04BADA: Convert CRLF to LFWillem Jan Palenstijn
2012-09-01OPENPANDORA: The buildbot toolchain doesn't like the ending commaBertrand Augereau
2012-08-31Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-31OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵Bertrand Augereau
left/right/up trigger left/right/middle clicks
2012-08-26Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: AUTHORS devtools/credits.pl gui/credits.h
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
* It definately does not exist in the GLES implementations I can test with. * Don't configure if USE_GLES is set.
2012-07-31GPH: Add extra call to SDL_ShowCursor(SDL_DISABLE).David-John Willis
* This is needed on the hacked SDL on the GP2X after any call to SDL_SetVideoMode. It does not impact other GPH devices.
2012-07-31GPH: Move the legecy GP2X joystick code into the switch case to make it ↵David-John Willis
easier to follow.
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 ↵David-John Willis
are setup (if needed).
2012-07-24GPH: Fix accidental commit.David-John Willis
* I did not mean to commit any of the GPH backend with the OP stuff. Cleanup of this backend will follow later.
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
* Also remove some old cruft in the form of commented code.
2012-07-24OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode.David-John Willis
* Fixes a bug that can occur on load.
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
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e)
2012-07-18MAEMO: Add new build dependenciesTarek Soliman
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added.
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
New installs now have fullscreen and aspect ratio correction on by default
2012-07-14MAEMO: Fix compile without keymapperTarek Soliman
2012-07-14BACKENDS: Silence warning about ARRAYSIZE in windows-savesLittleboy