Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2017-12-28 | BACKENDS: Remove vkeybdpath override from some ports | Bastien Bouclet | |
DATA_PATH is now search when loading virtual keyboard files, the overrides are no longer required. | |||
2017-12-13 | MAEMO: Update debian/changelog | Tarek Soliman | |
2017-11-29 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-09-28 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-05-20 | MAEMO: Update debian/changelog | Tarek Soliman | |
sync with 1.8.1 release | |||
2016-02-26 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-02-09 | MAEMO: Add configure and make extra args env vars | Tarek Soliman | |
This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile. | |||
2016-02-05 | MAEMO: Fix default bindings | Tarek Soliman | |
This code depended on the off by one bug fixed in 9b8b737 | |||
2016-02-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-01-31 | MAEMO: Package missing engine-data files | Tarek Soliman | |
2016-01-31 | MAEMO: Split packaging of engine-data into multiple lines | Tarek Soliman | |
2015-04-20 | MAEMO: Fix compilation. | Tarek Soliman | |
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be | |||
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel | |
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2014-07-11 | MAEMO: Sync changelog with 1.7.0 | Eugene Sandulenko | |
2014-06-25 | MAEMO: Add "small" virtual keyboard pack to port packaging. | D G Turner | |
2014-02-18 | MAEMO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-06-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-09-05 | MAEMO: Package tony.dat | Tarek Soliman | |
2012-07-20 | MAEMO: Package missing docs | Tarek Soliman | |
2012-07-20 | MAEMO: Fix date in debian/changelog | Tarek Soliman | |
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e) | |||
2012-07-18 | MAEMO: Add new build dependencies | Tarek Soliman | |
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added. | |||
2012-07-15 | MAEMO: Fix uninitialized member | Tarek Soliman | |
2012-07-15 | MAEMO: Minor whitespace fix | Tarek Soliman | |
2012-07-15 | MAEMO: Set defaults for fullscreen and aspect ratio correction | Tarek Soliman | |
New installs now have fullscreen and aspect ratio correction on by default | |||
2012-07-14 | MAEMO: Fix compile without keymapper | Tarek Soliman | |
2012-07-10 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-02-28 | MAEMO: Define only special keys to Keymapper | Tarek Soliman | |
Also get rid of static tables in headers. | |||
2012-02-28 | KEYMAPPER: HardwareInputSet now has defaults | Tarek 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-27 | KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION | Tarek Soliman | |
2012-02-27 | KEYMAPPER: Rename HardwareKey to HardwareInput | Tarek Soliman | |
2012-02-24 | MAEMO: Move static table out of .h file | Tarek Soliman | |
Thanks fuzzie & LordHoto for pointing this out | |||
2012-02-21 | KEYMAPPER: Remove automapping dead code | Tarek Soliman | |
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman | |
2012-02-15 | MAEMO: Remove pointless copy ctor call | Tarek Soliman | |
Thanks LordHoto | |||
2012-02-15 | MAEMO: Register Keymapper Keymap Action default bindings | 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: Use bitshifting in ModelType | Tarek Soliman | |
2012-02-13 | KEYMAPPER: Fix Action ctor args in most keymaps | Tarek Soliman | |
2012-02-13 | ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. | Johannes Schickel | |
2012-02-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman | |
2012-02-12 | MAEMO: Define platform global keymap | Tarek Soliman | |
2012-02-12 | MAEMO: Define HardwareKeySet | Tarek Soliman | |
2012-02-04 | MAEMO: Add detection entry for the Nokia 700 running OS2008HE | Tarek 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-04 | MAEMO: Remove i386 from Architecture field of debian/control | Tarek Soliman | |
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them | |||
2011-12-03 | MAEMO: Add fields to debian/control | Tarek Soliman | |
2011-11-29 | MAEMO: Add basic graphics manager | Tarek Soliman | |
2011-11-24 | MAEMO: Make setupIcon do nothing | Tarek 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 |