Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-18 | WINCE: Add workaround for memory management problem on Windows CE < 6.0 | CeRiAl | |
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0 | |||
2011-10-12 | Symbian: Supply modern theme instead of an extra copy of the classic | anotherguest | |
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. | |||
2011-10-11 | MAEMO: Migrate MaemoSdlEventSource to Maemo namespace | Tarek Soliman | |
Also add some comments to the #endifs | |||
2011-10-11 | MAEMO: Migrate OSystem_SDL_Maemo to Maemo namespace | Tarek Soliman | |
2011-10-11 | MAEMO: Add basic structs to Maemo namespace | Tarek Soliman | |
2011-10-11 | MAEMO: added hardware alias to the hardware detection table | Tarek Soliman | |
2011-10-11 | MAEMO: Add detection for specific hardware model | Tarek Soliman | |
Features detected right now are just the hardware keyboard | |||
2011-10-11 | Symbian: Changed path for math.h include. | anotherguest | |
2011-10-11 | Symbian:Updated port defs to fit new protected words | anotherguest | |
2011-10-11 | Symbian:Updated makefiles to fit new files and structure | anotherguest | |
2011-10-11 | Symbian:Update makefiles and installation files. | anotherguest | |
2011-10-10 | OPENPANDORA: Cleanup the format of code a little to match our Code ↵ | David-John Willis | |
Formatting Conventions. * No functional changes. * Automated astyle pass. | |||
2011-10-05 | MAEMO: Change maintainer in debian/control and revise debian/changelog | Tarek Soliman | |
2011-10-03 | MACOSX: Detect system preferred language when starting bundle | Thierry Crozat | |
This reimplement getSystemLanguage() for MacOS X because setlocale() only works if the application is started from the terminal. Instead we use CFBundleCopyPreferredLocalizationsFromArray() which requires the translations to be listed in the bundle plist file (this had already been committed). This fixes bug #3394080. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. | |||
2011-10-03 | GPH: Minor cleanup (and rename header from gph-sdl.h to gph.h). | David-John Willis | |
2011-10-03 | GPH: Cleanup loadGFXMode(). | David-John Willis | |
2011-10-03 | SURFACESDL: Stop forceful resetting of _videoMode.hardware* when calling ↵ | David-John Willis | |
SurfaceSdlGraphicsManager::loadGFXMode() for the GPH backend. * Note: This really should be cleaned up and all backends that have a custom loadGFXMode() really should setup their own _videoMode.hardware* settings. Assuming the overlay will always match the hardware is flawed logic on devices with fixed hardware screens. * Just done for the GPH backend for now to cut down on the regresion risk to other backends near the 1.4.0 release cycle. | |||
2011-10-01 | SDL: Fix indentation. | Johannes Schickel | |
2011-09-30 | BACKENDS: Set alt+f4 to be used for quitting on Windows | Matthew Hoops | |
2011-09-23 | OPENGLSDL: Make fullscreen mode switching work again. | Johannes Schickel | |
2011-09-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | MAEMO: Enable/Disable clicking now displays OSD message | Tarek Soliman | |
2011-09-22 | MAEMO: Zoom- is now mode selector for clicking | Tarek Soliman | |
2011-09-22 | MAEMO: fix task switcher window title | Tarek Soliman | |
2011-09-22 | MAEMO: keymap zoom+ and zoom- keys to right and middle click | Tarek Soliman | |
2011-09-22 | MAEMO: keymap fullscreen button | Tarek Soliman | |
2011-09-22 | MAEMO: initial keymapper that keymaps menu button | Tarek Soliman | |
2011-09-22 | MAEMO: fix configure script parms in debian/rules | Tarek Soliman | |
Instead of explicitly passing everything, use the new host=maemo configure capabilities | |||
2011-09-22 | MAEMO: Add basic platform backend with stubbed keymapper | Tarek Soliman | |
2011-09-22 | MAEMO: added comment to clarify debian/postinst | Tarek Soliman | |
2011-09-22 | MAEMO: mention the BSD and LGPL parts in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: Update maintainer history in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: add missing files to install to debian/rules | Tarek Soliman | |
2011-09-22 | MAEMO: cleanup debian directory | Tarek Soliman | |
2011-09-22 | MAEMO: bump debian version | Tarek Soliman | |
2011-09-22 | MAEMO: adding debian directory | Tarek Soliman | |
This is the original debian directory from the 1.2.0 maemo port | |||
2011-09-22 | MAEMO: removing obsolete patch | Tarek Soliman | |
2011-08-22 | BADA: Strip trailing whitespace | Sven Hesse | |
2011-08-22 | BADA: Strip off windows-style line endings | Sven Hesse | |
2011-08-22 | BADA: Remove executable flag from files | Sven Hesse | |
2011-08-21 | BADA: Remove incorrect BADA defined check | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to restore audio upon mobile call completion | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Moved timer manager to backends/timer/bada | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to return correct integer values | Chris Warren-Smith | |
2011-08-21 | BADA: Fix for menu based quit handling | Chris Warren-Smith | |
2011-08-21 | BADA: Hardcoded file system paths now defined as macros | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused namespace declarations | Chris Warren-Smith | |