aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2012-02-19IPHONE: Take advantage of Common::EVENT_INVALID.Johannes Schickel
2012-02-19IPHONE: Change F5 (menu) gesture to open up the GMM.Johannes Schickel
Thanks to tsoliman for this patch.
2012-02-17MAEMO: Fix building without keymapper enabledTarek Soliman
2012-02-15MAEMO: Remove pointless copy ctor callTarek Soliman
Thanks LordHoto
2012-02-15KEYMAPPER: Add more warning signsTarek Soliman
2012-02-15MAEMO: Register Keymapper Keymap Action default bindingsTarek Soliman
2012-02-15KEYMAPPER: Allow ports to define default Keymap Action bindingsTarek Soliman
2012-02-15MAEMO: Drop the hardcoded keymap in favor of the keymapperTarek Soliman
2012-02-15MAEMO: Rename hasHwKeyboard and add hasMenuKeyTarek Soliman
2012-02-15MAEMO: Use bitshifting in ModelTypeTarek Soliman
2012-02-15MAEMO: Fix wrong assertTarek Soliman
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15KEYMAPPER: Make some parameters constTarek Soliman
2012-02-15OPENGL: More formatting fixes.Johannes Schickel
2012-02-15OPENGLSDL: Remove HACK in fullscreen toggle mode.Johannes Schickel
Altering the fullscreen state will automatically force a refresh now.
2012-02-15OPENGL: Prevent access to a few more members in the SDL OpenGL code.Johannes Schickel
2012-02-15OPENGL: Use tabs instead of spaces for indentation.Johannes Schickel
2012-02-15OPENGLSDL: Don't cast EventType into int for switch.Johannes Schickel
2012-02-15OPENGL: Use C-style casts.Johannes Schickel
2012-02-15OPENGL: Let getGlErrStr return a Common::String.Johannes Schickel
This also makes getGlErrStr use Common::String::format instead of snprintf.
2012-02-15OPENGL: Slight formatting fixes.Johannes Schickel
2012-02-15OPENGL: Make all GLTexture members private.Johannes Schickel
2012-02-15OPENGL: Unvirtualize all GLTexture methods.Johannes Schickel
2012-02-15OPENGL: Remove redundant check in adjustMousePosition.Johannes Schickel
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-13SDL: Get rid of unneeded forwards.Johannes Schickel
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2012-02-12MAEMO: Use custom event Click Mode keymap actionTarek Soliman
2012-02-12MAEMO: Refactor toggle click modeTarek Soliman
2012-02-12MAEMO: Define platform global keymapTarek Soliman
2012-02-12KEYMAPPER: Allow ports to define their own global keymapTarek Soliman
2012-02-12MAEMO: Define HardwareKeySetTarek Soliman
2012-02-12KEYMAPPER: Refactor HardwareKeySet generationTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-02-09KEYMAPPER: Fix re-selecting the top keymapTarek Soliman
Re-selecting the top entry would always populate the actions from the GUI keymap since it is the active keymap (the remap dialog itself is GUI) The top keymap was correct during RemapDialog::open() because the gui keymap had not been pushed to the stack yet.
2012-02-09KEYMAPPER: Display active keymap stack in remap dialog popup listTarek Soliman
This should make it clear what keymaps are on the stack and in what order. Also renamed the label of the top "special" entry in the list to "(Effective)" since it displays the top keymap's action and also displays reachable mapped actions from other active keymaps.
2012-02-05KEYMAPPER: Fix active keymap name displayed in remap dialogTarek Soliman
This workaround no longer applies and is in fact causing a bug in the name of active keymap
2012-02-04KEYMAPPER: Fix annoying debug messageTarek Soliman
2012-02-04MAEMO: Add detection entry for the Nokia 700 running OS2008HETarek Soliman
This allows the Nokia 770 running OS2008HE to be used. Fixes bug#3483921 "Volume rocker do no emulate keypress as it used"
2012-02-03ANDROID: Add faked input delay.Alyssa Milburn
This adds an artificial delay for mouse up events to make engines like Gob work, similar to the iPhone fix in b3062b5e.
2012-02-02KEYMAPPER: Handle EVENT_MAINMENU directlyTarek Soliman
2012-02-02KEYMAPPER: Allow simple events to be added to an ActionTarek Soliman
This also simplifies the Action code a little bit
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.