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
/
sdl
/
events.cpp
Age
Commit message (
Expand
)
Author
2005-03-09
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-12-30
silly me, shouldn't test a variable which wasn't even set <sigh>
Max Horn
2004-12-30
Swallow ctrl-alt keyup events, too
Max Horn
2004-12-30
set key modifiers for keyup events, too; use SDL_GetModState to determine mod...
Max Horn
2004-12-18
Disable mouse emulation code
Max Horn
2004-12-05
Clean up OSystem::Event
Max Horn
2004-12-01
renamed a few things to match our coding guidelines
Gregory Montoir
2004-10-15
Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling
Max Horn
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-07-31
Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our...
Max Horn
2004-07-16
Only show gfx mode change messages in the OSD if the change was initiated by ...
Max Horn
2004-06-21
disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices...
Jonathan Gray
2004-03-15
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...
Max Horn
2004-03-13
Allow changing the scaler via keypad, too (FR #821415)
Max Horn
2004-03-12
cleanup
Max Horn
2004-02-29
merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...
Max Horn