aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/events.cpp
AgeCommit message (Expand)Author
2010-06-16Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive...David Turner
2010-04-04Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)".Johannes Schickel
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-04Prevent SDL backend from eating up keypress events with Ctrl+Alt set.Johannes Schickel
2009-11-15Made Alt-s (screenshot) work again.Torbjörn Andersson
2009-11-10SDL: cleanupMax Horn
2009-11-10SDL: Remove const from new handle*() method for now, to allow using remapKey ...Max Horn
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-...Max Horn
2009-11-09IndentionMax Horn
2009-11-09SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods...Max Horn
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-05-11Define hardware keys for 101 keyboard in SDL backend.Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-05-09Fix GUI keymap.Eugene Sandulenko
2009-05-01Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ...Bertrand Augereau
2009-01-21Yet more cleanupMax Horn
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-02Fixed the way how screen changes are tracked. This should fix a crash when do...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-09-30Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...Stephen Kennedy
2008-09-26Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,...Stephen Kennedy
2008-09-22Fixed full screen toggling via alt+enter.Johannes Schickel
2008-08-18Final changes to keymapper:Stephen Kennedy
2008-08-18- proper init of virtual keyboard now implemented (involved added EventManage...Stephen Kennedy
2008-08-14Changed Action constructor to take a pointer to the Keymap it belongs too, me...Stephen Kennedy
2008-08-14Fixed simple keymap testStephen Kennedy
2008-08-13RemapDialog now properly uses reflowLayout() and open(), so that the same ins...Stephen Kennedy
2008-08-13Keymapper WIP:Stephen Kennedy
2008-08-11Remap dialog WIPStephen Kennedy
2008-08-08Keymapper WIP:Stephen Kennedy
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy
2008-08-06Keymapper WIP:Stephen Kennedy
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ...Nicola Mettifogo
2007-08-11SDL backend cleanup (minor)Max Horn
2007-06-30whitespacesMax Horn
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22fix compile (thanks salty-horse!)Matthew Hoops
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-27Fixed indentation.Torbjörn Andersson
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2006-12-03Patch #1605290: Change quit shortcut for Amiga to match style guideMax Horn