aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2012-01-28WEBOS: Renamed "Touchpad Mode" to "Trackpad Mode" to prevent confusion ↵Klaus Reimer
because one of the target devices is called the "HP Touchpad".
2012-01-23TASKBAR: Fix compilation with mingw-w64dhewg
mingw-compat.h is not required for newer mingw-w64, all required symbols are present in the system headers.
2012-01-23WINDOWS: Add default save paths for Windows NT4 onwardsTravis Howell
2012-01-23GPH: Fix silly copy/paste error in GP2X bundle target.David-John Willis
2012-01-22GPH: Move all dist files into own folder under dists.David-John Willis
* Update vairous GPH bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers.
2012-01-22OPENPANDORA: Move all dist files into own folder under dists.David-John Willis
* Update OpenPandora bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers.
2012-01-21WEBOS: Fix whitespace errordhewg
Random whitespace fix to kick off the OpenPandora toolchain on buildbot.
2012-01-17MACOSX: Moved an include a bit to make sure that some defines are there ↵Oystein Eftevaag
before they are actually used.
2012-01-14MACOSX: Changed CoreAudio deprecation check slightly to allow building with ↵Oystein Eftevaag
older SDKs
2012-01-14Merge pull request #157 from fingolfin/coreaudioOystein Eftevaag
MACOSX: Use modern CoreAudio API on modern systems by default, cleanup
2012-01-14MACOSX: Default to new CoreAudio API on x86, and to old on PowerPCMax Horn
The new API has been present since Mac OS X 10.5 (released four years ago, in October 2007), and also since iOS 2.0 (thus, the iOS port may be able to use it, too). Moreover, 10.5 was the last system to support PowerPC.
2012-01-14OSX: Avoid use of NSString:stringWithCString, for OS X 10.2 and 10.3 ↵Oystein Eftevaag
compatibility
2012-01-07KEYMAPPER: Add failsafe code for popping into Keymapper itselfTarek Soliman
Thanks LordHoto
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2012-01-07KEYMAPPER: Rename inherit flag to transparentTarek Soliman
Less confusing
2012-01-03OPENGL: Fix mouse cursor scaling.Johannes Schickel
2012-01-03VKEYBD: Fix cursor palette.Johannes Schickel
2012-01-03VKEYBD: Slight cleanup.Johannes Schickel
2012-01-03VKEYBD: Properly error out parsing if an area is defined again.Johannes Schickel
Formerly the code did never check whether ImageMap::createArea returned a valid pointer and always just assumed so.
2012-01-03VKEYBD: Slight cleanup in ImageMap code.Johannes Schickel
2012-01-03VKEYBD: Some formatting fixes.Johannes Schickel
2012-01-01MISC: This is year 2012Strangerke
2011-12-30KEYMAPPER: Remap dialog shows buttons before labelsTarek Soliman
2011-12-30KEYMAPPER: Use single column in remap dialogTarek Soliman
This is to allow for long labels like in the eob keymap
2011-12-30KEYMAPPER: Fix clear button behavior in remap dialogTarek Soliman
This is a regression from 1b11139dc53da2dc95f74eb19e3a903d7d786f84
2011-12-30KEYMAPPER: Simplify calling getKeymapTarek Soliman
2011-12-30COMMON: Perform some keymapper-related changes to the KeyState structFilippos Karapetis
The == operator in KeyState should not be checking for sticky modifier keys. This allows the keymapper's defined actions to function correctly in desktop platforms, when sticky modifier keys such as caps lock and num lock are turned on. Also, added some sanity checks to hasFlags() and enums for sticky and non-sticky keys
2011-12-30KEYMAPPER: Use hasFlags() in findHardwareKey()Filippos Karapetis
2011-12-30KEYMAPPER: Disable the (accidentally reenabled automatic mapper againFilippos Karapetis
2011-12-30KEYMAPPER: Fix broken implementation of findHardwareKey()Filippos Karapetis
This fixes the keymapper dialog (at least on desktop platforms), but the keymapper itself is still not working (tested with LoL)
2011-12-15OPENGLSDL: Simplify the code a bit.Johannes Schickel
2011-12-15OPENGLSDL: Fix video mode initialization for 640x400 games with AR enabled.Johannes Schickel
Formerly they always used a height of 240 * scaleFactor, which would for exmaple make the games requesting a 1x scaler use a height of 240 if AR is enabled. This was a regression from b8dcd9a25eb27ef40aa5535fc83879d20db7e10c.
2011-12-13WIN32: Fix build by adapting to the latest Archive changesFilippos Karapetis
2011-12-13ANDROID: Fix assert in JavaInputStream (thanks clone2727).Alyssa Milburn
2011-12-13ANDROID: Fix compilation by adapting to latest Archive changes (thanks ↵Alyssa Milburn
LordHoto).
2011-12-13WIN32: (Hopefully) fix compilation by adapting to latest Archive changes.Johannes Schickel
2011-12-13KEYMAPPER: Switch to using addClearButton()Tarek Soliman
2011-12-13Merge pull request #137 from fingolfin/various-cleanupFilippos Karapetis
Various cleanup
2011-12-12KEYMAPPER: Add Common::KeyActionEntry for making simple keymap tablesTarek Soliman
2011-12-12MACOSX: Optionally allow building against "new" (10.5+) CoreAudio APIMax Horn
This silences a bunch of deprecation warnings when compiling on any current system. Moreover, the new API is available on the iPhone, so perhaps this is interesting for the iPhone port, too. On the long run, ScummVM will have to switch to the new API, as Apple will eventually drop the old one.
2011-12-12AUDIO: Add endian FIXME to timdity codeMax Horn
2011-12-04MAEMO: Remove i386 from Architecture field of debian/controlTarek Soliman
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them
2011-12-05WINCE: Update port specific READMECeRiAl
2011-12-05WINCE: Update port specific READMECeRiAl
2011-12-03MAEMO: Add fields to debian/controlTarek Soliman
2011-11-29MAEMO: Fix zoom key capture on N900 (fixes bug#3443037)Tarek Soliman
This was semi-intentionally skipped in the intial port revival because the focus was on N810 at the time. This is mostly copied from the old 1.2.1 port and then cleaned up.
2011-11-29MAEMO: Add basic graphics managerTarek Soliman
2011-11-29MAMEO: Add GMM keybinding for N900 (fix bug #3443043)Tarek Soliman
The keybinding is Ctrl-Shift-m. Ctrl-m is more desirable but is toggling mouse capture.
2011-11-27PS2: Remove the unused method OSystem_PS2::grabRawScreen().Christoph Mallon
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f.
2011-11-27DS: Remove the unused method OSystem_DS::grabRawScreen().Christoph Mallon
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f.