aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/events.cpp
AgeCommit message (Expand)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-11Move scaler key handling to a separate method (this helps to fix a GCC 4.0 wa...Max Horn
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-21This is the SDL changes needed by the Symbian build to work properly.Lars Persson
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-12-30silly me, shouldn't test a variable which wasn't even set <sigh>Max Horn
2004-12-30Swallow ctrl-alt keyup events, tooMax Horn
2004-12-30set key modifiers for keyup events, too; use SDL_GetModState to determine mod...Max Horn
2004-12-18Disable mouse emulation codeMax Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
2004-10-15Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handlingMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-07-31Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our...Max Horn
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ...Max Horn
2004-06-21disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices...Jonathan Gray
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-13Allow changing the scaler via keypad, too (FR #821415)Max Horn
2004-03-12cleanupMax Horn
2004-02-29merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...Max Horn