aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/events.cpp
AgeCommit message (Collapse)Author
2004-12-18Disable mouse emulation codeMax Horn
svn-id: r16120
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
simplified OSystem_SDL destructor and move all the SDL uninitialization stuff to the quit() method made saveScreenshot() returning false on fail svn-id: r15967
2004-10-15Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handlingMax Horn
svn-id: r15563
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-07-31Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching ↵Max Horn
our README (see also bug #1001126) svn-id: r14382
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ↵Max Horn
the user; not if it was done automatically (e.g. because a 640x480 game was started and we auto-switch to 1x scaling) svn-id: r14223
2004-06-21disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X ↵Jonathan Gray
unices (including Linux) for consistency with other applications svn-id: r13989
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵Max Horn
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284
2004-03-13Allow changing the scaler via keypad, too (FR #821415)Max Horn
svn-id: r13251
2004-03-12cleanupMax Horn
svn-id: r13231
2004-02-29merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple ↵Max Horn
source files svn-id: r13092