index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
events
/
sdl
Age
Commit message (
Expand
)
Author
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-08-09
SDL: Take advantage of SdlGraphicsManager.
Johannes Schickel
2011-08-06
SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.
Bastien Bouclet
2011-06-22
SDL: Allow building with current SDL 1.3hg
Bastien Bouclet
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-19
SDL: Remove left over traces from the time the SdlEventSource subclassed Defa...
Johannes Schickel
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-07
BACKENDS: Reduce header interdependencies
Max Horn
2011-01-27
SDL: Don't send key up events for special keys that are handled by handleKeyD...
Filippos Karapetis
2010-11-29
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
Max Horn
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-11-29
SDL: Move #include <SDL.h> into a special wrapper file
Max Horn
2010-11-28
SDL: Change refs to SdlEventManager to SdlEventSource
Max Horn
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
2010-10-13
OPENGL: Cleanup.
Johannes Schickel
2010-10-13
OPENGL: Replace SdlEventManager by SdlEventSource.
Johannes Schickel
2010-08-12
SDL: Make use of SDL_BACKEND instead of platform specific defines.
Alejandro Marzini
2010-08-01
SYMBIAN platform. Correct building of SDL refacturing for Symbian.
Lars Persson
2010-07-19
SDL: Hack to handle special SDL events.
Alejandro Marzini
2010-07-15
Replaced the extra SDL functions added to GraphicsManager with an EventObserv...
Alejandro Marzini
2010-07-13
Merged from trunk, from Rev 49499 to HEAD
Alejandro Marzini
2010-07-11
Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...
Alejandro Marzini
2010-07-03
Cleanup and documentation.
Alejandro Marzini
2010-06-30
Modularized GP2XWIZ backend.
Alejandro Marzini
2010-06-29
Modularized Linuxmoto port.
Alejandro Marzini
2010-06-25
Modularized Samsung TV port.
Alejandro Marzini
2010-06-16
Fixed some disabled code that was with problems after modularization.
Alejandro Marzini
2010-06-13
Added SdlEventManager.
Alejandro Marzini