aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.cpp
AgeCommit message (Collapse)Author
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-02-28MAEMO: Define only special keys to KeymapperTarek Soliman
Also get rid of static tables in headers.
2012-02-28KEYMAPPER: HardwareInputSet now has defaultsTarek Soliman
Ports can add additional special keys. SDL no longer carries the static tables. Default behavior unchanged: HardwareInputSet() still gives an empty one.
2012-02-27KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTIONTarek Soliman
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-24MAEMO: Move static table out of .h fileTarek Soliman
Thanks fuzzie & LordHoto for pointing this out
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-17MAEMO: Fix building without keymapper enabledTarek Soliman
2012-02-15MAEMO: Remove pointless copy ctor callTarek Soliman
Thanks LordHoto
2012-02-15MAEMO: Register Keymapper Keymap Action default bindingsTarek Soliman
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
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: Define platform global keymapTarek Soliman
2012-02-12MAEMO: Define HardwareKeySetTarek Soliman
2011-11-29MAEMO: Add basic graphics managerTarek Soliman
2011-11-24MAEMO: Make setupIcon do nothingTarek Soliman
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input) http://bugzilla.libsdl.org/show_bug.cgi?id=586 This fix is based on the old 1.2.1 Maemo port code
2011-10-11MAEMO: Migrate OSystem_SDL_Maemo to Maemo namespaceTarek Soliman
2011-10-11MAEMO: Add basic structs to Maemo namespaceTarek Soliman
2011-10-11MAEMO: Add detection for specific hardware modelTarek Soliman
Features detected right now are just the hardware keyboard
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22MAEMO: fix task switcher window titleTarek Soliman
2011-09-22MAEMO: Add basic platform backend with stubbed keymapperTarek Soliman