Age | Commit message (Expand) | Author |
2007-04-28 | cleanup | Kostas Nakos |
2007-04-28 | cleanup & completely map wm device's keys | Kostas Nakos |
2007-04-28 | insert key up events for synthetic events | Kostas Nakos |
2007-04-26 | Removing more semicola | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-21 | not used in a long time | Kostas Nakos |
2007-04-16 | NDS : Compile fix | Bertrand Augereau |
2007-04-16 | NDS : Potentially faster, less precise, CPU-scaler plugged | Bertrand Augereau |
2007-04-16 | NDS : #define to experiment with a faster, less precise, CPU-scaler | Bertrand Augereau |
2007-04-16 | NDS : Trunk fix for latest libnds | Bertrand Augereau |
2007-04-15 | fix compilation of null backend | Joost Peters |
2007-04-09 | these belong here and not to the precompiled lib pack | Kostas Nakos |
2007-04-09 | applied patch 1696852: ARM 4/1 scaler by Robin Watts | Kostas Nakos |
2007-04-09 | initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ... | Joost Peters |
2007-04-07 | Added missing common/events.h include and added a FIXME comment | Max Horn |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |
2007-03-27 | Fixed yet another DC compile error | Max Horn |
2007-03-27 | Fixed indentation. | Torbjörn Andersson |
2007-03-26 | Fix compile error in the DC port | Max Horn |
2007-03-20 | Added default-events.cpp to Symbian makefile | Lars Persson |
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn |
2007-03-18 | Fix for bug #1683111 (PSP: unable to build latest svn version 26210) | Max Horn |
2007-03-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | cleanup | Max Horn |
2007-03-17 | oops | Max Horn |
2007-03-17 | Implemented a simple EventManager class | Max Horn |
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for b... | Max Horn |
2007-03-14 | Code cleanup in the actions handling. | Lars Persson |
2007-03-14 | ITE save game menu mapping has changed to F5. | Lars Persson |
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson |
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson |
2007-03-12 | Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\... | Lars Persson |
2007-03-11 | Reenabled window bit flags for automatica gzip header detection, and document... | Max Horn |
2007-03-11 | Adding extra wbits is not supported by all versions of zlib. If they should b... | Lars Persson |
2007-03-11 | Fixed '+' mode handling in symbian_fopen (at least this looks to me like it s... | Johannes Schickel |
2007-03-11 | Added shared filed support using native file APIs. | Lars Persson |
2007-03-11 | Updated actions for symbian OS, memory limits for S60. | Lars Persson |
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-08 | Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls | Max Horn |
2007-03-08 | common/util.cpp needs fprintf; various std I/O functions are not used by anyt... | Max Horn |
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn |
2007-03-08 | Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ... | Max Horn |
2007-03-08 | Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean... | Max Horn |
2007-03-08 | Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ... | Max Horn |
2007-03-03 | Updated Icons for UIQ3 and updated #defs and fix for scalers. | Lars Persson |
2007-02-28 | Updated Symbian File handling to be able support AGI games, but do work due t... | Lars Persson |