aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-04-28bump action mapping versionKostas Nakos
2007-04-28cleanup, more meaningful names for actions, fix quit dialog looks, bump actio...Kostas Nakos
2007-04-28cleanup, implement new default action mappings, bump action version, enable k...Kostas Nakos
2007-04-28cleanupKostas Nakos
2007-04-28cleanup & completely map wm device's keysKostas Nakos
2007-04-28insert key up events for synthetic eventsKostas Nakos
2007-04-26Removing more semicolaMax Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-21not used in a long timeKostas Nakos
2007-04-16NDS : Compile fixBertrand Augereau
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
2007-04-16NDS : Trunk fix for latest libndsBertrand Augereau
2007-04-15fix compilation of null backendJoost Peters
2007-04-09these belong here and not to the precompiled lib packKostas Nakos
2007-04-09applied patch 1696852: ARM 4/1 scaler by Robin WattsKostas Nakos
2007-04-09initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ...Joost Peters
2007-04-07Added missing common/events.h include and added a FIXME commentMax Horn
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-27Fixed yet another DC compile errorMax Horn
2007-03-27Fixed indentation.Torbjörn Andersson
2007-03-26Fix compile error in the DC portMax Horn
2007-03-20Added default-events.cpp to Symbian makefileLars Persson
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-18Fix for bug #1683111 (PSP: unable to build latest svn version 26210)Max Horn
2007-03-18adding key scanning functions compatible with ScummVM's IPCNeil Millstone
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17cleanupMax Horn
2007-03-17oopsMax Horn
2007-03-17Implemented a simple EventManager classMax Horn
2007-03-16Add a flag which makes it possible to disable the default savefile man (for b...Max Horn
2007-03-14Code cleanup in the actions handling.Lars Persson
2007-03-14ITE save game menu mapping has changed to F5.Lars Persson
2007-03-14Add new KeyMappings (Debugger & Fast mode) for Symbian OS.Lars Persson
2007-03-13Updated Symbian Actions for proper ITE menu key.Lars Persson
2007-03-12Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\...Lars Persson
2007-03-11Reenabled window bit flags for automatica gzip header detection, and document...Max Horn
2007-03-11Adding extra wbits is not supported by all versions of zlib. If they should b...Lars Persson
2007-03-11Fixed '+' mode handling in symbian_fopen (at least this looks to me like it s...Johannes Schickel
2007-03-11Added shared filed support using native file APIs.Lars Persson
2007-03-11Updated actions for symbian OS, memory limits for S60.Lars Persson
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean...Max Horn