Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-04 | SDL: Warn if the selected joystick does not exist | Joel Teichroeb | |
2014-10-27 | GCW0: Hardcoded (for now) GCW0 controls | Eugene Sandulenko | |
2014-04-29 | SAMSUNGTV: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-04-29 | PS3: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-04-29 | MAEMO: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-04-29 | LINUXMOTO: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-04-29 | GPH: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-04-29 | DINGUX: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-02-18 | WINCE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | WEBOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SAMSUNGTV: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS3: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | OPENPANDORA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | MAEMO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | LINUXMOTO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | GPH: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DINGUX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-24 | MAEMO: Get rid of superfluous cast. | Johannes Schickel | |
2013-10-19 | SDL: Send EVENT_SCREEN_CHANGED after receiving SDL_VIDEORESIZE when necessary. | Johannes Schickel | |
This fixes some ugly crashes when resizing the window in OpenGL mode. | |||
2013-09-22 | EVENTS: Initialize class variable. CID 1002944 | Eugene Sandulenko | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-04-21 | BACKENDS: Fix unitialized variables in event manager. CID 1002944 | Eugene Sandulenko | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-09-01 | OPENPANDORA: The buildbot toolchain doesn't like the ending comma | Bertrand Augereau | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-31 | OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵ | Bertrand Augereau | |
left/right/up trigger left/right/middle clicks | |||
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-07-31 | GPH: Move the legecy GP2X joystick code into the switch case to make it ↵ | David-John Willis | |
easier to follow. | |||
2012-04-09 | SDL: Allow for the meta key flag to be used | Matthew Hoops | |
2012-02-27 | KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Move F7 and F8 handling to DefaultEventMapper | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Move CTRL-F5 handling to DefaultEventMapper | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Create a DefaultEventMapper when Keymapper isn't enabled | Tarek Soliman | |
This allows migration to unconditional mapping | |||
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman | |
2012-02-15 | KEYMAPPER: Add more warning signs | Tarek Soliman | |
2012-02-15 | MAEMO: Drop the hardcoded keymap in favor of the keymapper | Tarek Soliman | |
2012-02-15 | MAEMO: Rename hasHwKeyboard and add hasMenuKey | Tarek Soliman | |
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek 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-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman | |
2012-02-12 | MAEMO: Refactor toggle click mode | Tarek Soliman | |
2012-01-28 | WEBOS: Renamed "Touchpad Mode" to "Trackpad Mode" to prevent confusion ↵ | Klaus Reimer | |
because one of the target devices is called the "HP Touchpad". | |||
2012-01-21 | WEBOS: Fix whitespace error | dhewg | |
Random whitespace fix to kick off the OpenPandora toolchain on buildbot. | |||
2011-11-29 | MAMEO: 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-10-19 | Merge pull request #89 from TomFrost/master | Willem Jan Palenstijn | |
HP TouchPad compatibility and full WebOS port update, Round 2 This is a manual merge of the pull request, with some commit message changes. | |||
2011-10-11 | MAEMO: Add initial N800 support with Fullscreen key mapped to Virtual Keyboard | Tarek Soliman | |
N800 doesn't have a CTRL key to activate the virtual keyboard with. Fullscreen can still be enabled/disabled through the GUI and was the most likely sacrifice as a hardware key. |