aboutsummaryrefslogtreecommitdiff
path: root/backends/events/maemosdl
AgeCommit message (Collapse)Author
2014-04-29MAEMO: 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-18MAEMO: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-24MAEMO: Get rid of superfluous cast.Johannes Schickel
2012-02-27KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTIONTarek Soliman
2012-02-17MAEMO: Fix building without keymapper enabledTarek 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: 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-12MAEMO: Use custom event Click Mode keymap actionTarek Soliman
2012-02-12MAEMO: Refactor toggle click modeTarek 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-10-11MAEMO: Add initial N800 support with Fullscreen key mapped to Virtual KeyboardTarek 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.
2011-10-11MAEMO: Migrate MaemoSdlEventSource to Maemo namespaceTarek Soliman
Also add some comments to the #endifs
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22MAEMO: Enable/Disable clicking now displays OSD messageTarek Soliman
2011-09-22MAEMO: Zoom- is now mode selector for clickingTarek Soliman
2011-09-22MAEMO: keymap zoom+ and zoom- keys to right and middle clickTarek Soliman
2011-09-22MAEMO: keymap fullscreen buttonTarek Soliman
2011-09-22MAEMO: initial keymapper that keymaps menu buttonTarek Soliman
2011-09-22MAEMO: Add basic platform backend with stubbed keymapperTarek Soliman