Age | Commit message (Expand) | Author |
2009-12-04 | Prevent SDL backend from eating up keypress events with Ctrl+Alt set. | Johannes Schickel |
2009-11-15 | Made Alt-s (screenshot) work again. | Torbjörn Andersson |
2009-11-10 | SDL: cleanup | Max Horn |
2009-11-10 | SDL: Remove const from new handle*() method for now, to allow using remapKey ... | Max Horn |
2009-11-09 | Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-... | Max Horn |
2009-11-09 | Indention | Max Horn |
2009-11-09 | SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods... | Max Horn |
2009-11-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn |
2009-08-22 | Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch" | Eugene Sandulenko |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-05-11 | Define hardware keys for 101 keyboard in SDL backend. | Eugene Sandulenko |
2009-05-10 | Keymapper: | Eugene Sandulenko |
2009-05-09 | Fix GUI keymap. | Eugene Sandulenko |
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ... | Bertrand Augereau |
2009-01-21 | Yet more cleanup | Max Horn |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-02 | Fixed the way how screen changes are tracked. This should fix a crash when do... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-09-30 | Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in... | Stephen Kennedy |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-09-22 | Fixed full screen toggling via alt+enter. | Johannes Schickel |
2008-08-18 | Final changes to keymapper: | Stephen Kennedy |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-14 | Changed Action constructor to take a pointer to the Keymap it belongs too, me... | Stephen Kennedy |
2008-08-14 | Fixed simple keymap test | Stephen Kennedy |
2008-08-13 | RemapDialog now properly uses reflowLayout() and open(), so that the same ins... | Stephen Kennedy |
2008-08-13 | Keymapper WIP: | Stephen Kennedy |
2008-08-11 | Remap dialog WIP | Stephen Kennedy |
2008-08-08 | Keymapper WIP: | Stephen Kennedy |
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f... | Johannes Schickel |
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert |
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ... | Nicola Mettifogo |
2007-08-11 | SDL backend cleanup (minor) | Max Horn |
2007-06-30 | whitespaces | Max Horn |
2007-06-23 | Update GUI::Key constructs | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-22 | fix compile (thanks salty-horse!) | Matthew Hoops |
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn |
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-27 | Fixed indentation. | Torbjörn Andersson |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2006-12-03 | Patch #1605290: Change quit shortcut for Amiga to match style guide | Max Horn |
2006-08-04 | Added new method OSystem::getScreenChangeID(), which can be used by code to t... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-06-24 | Started to move 'monolithic' parts of our ports to the new 'background/platfo... | Max Horn |