aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo
AgeCommit message (Collapse)Author
2018-12-25BUILD: Add fonts.dat to packaging rulesCameron Cawley
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵Thierry Crozat
instance
2017-12-28BACKENDS: Remove vkeybdpath override from some portsBastien Bouclet
DATA_PATH is now search when loading virtual keyboard files, the overrides are no longer required.
2017-12-13MAEMO: Update debian/changelogTarek Soliman
2017-11-29MAEMO: Update debian/changelogTarek Soliman
2016-09-28MAEMO: Update debian/changelogTarek Soliman
2016-05-20MAEMO: Update debian/changelogTarek Soliman
sync with 1.8.1 release
2016-02-26MAEMO: Update debian/changelogTarek Soliman
2016-02-09MAEMO: Add configure and make extra args env varsTarek Soliman
This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile.
2016-02-05MAEMO: Fix default bindingsTarek Soliman
This code depended on the off by one bug fixed in 9b8b737
2016-02-01MAEMO: Update debian/changelogTarek Soliman
2016-01-31MAEMO: Package missing engine-data filesTarek Soliman
2016-01-31MAEMO: Split packaging of engine-data into multiple linesTarek Soliman
2015-04-20MAEMO: Fix compilation.Tarek Soliman
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be
2015-02-16SDL: Handle icon setup in SdlWindow.Johannes Schickel
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2014-07-11MAEMO: Sync changelog with 1.7.0Eugene Sandulenko
2014-06-25MAEMO: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-02-18MAEMO: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-01MAEMO: Update debian/changelogTarek Soliman
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-07-20MAEMO: Package missing docsTarek Soliman
2012-07-20MAEMO: Fix date in debian/changelogTarek Soliman
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e)
2012-07-18MAEMO: Add new build dependenciesTarek Soliman
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added.
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-07-10MAEMO: Update debian/changelogTarek 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-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-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
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"
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-03MAEMO: Add fields to debian/controlTarek Soliman
2011-11-29MAEMO: Add basic graphics managerTarek Soliman