Age | Commit message (Expand) | Author |
2018-08-15 | BACKENDS: Mark resetQuit and getKeymapper as override | Cameron Cawley |
2018-03-28 | BAKCENDS: Mark methods as override | Eugene Sandulenko |
2017-11-19 | EVENTS: Allow disabling repeat event generation | Bastien Bouclet |
2017-11-19 | EVENTS: Move key repeat handling to its own method | Bastien Bouclet |
2017-10-15 | BACKENDS: Fix missing mouse events when system cursor cannot be moved | Colin Snover |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-02-15 | KEYMAPPER: Add more warning signs | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-25 | - Adapt DefaultEventManager to use Common::ArtificialEventSource | Johannes Schickel |
2009-07-25 | Change DefaultEventManager to use EventDispatcher. | Johannes Schickel |
2009-07-25 | Made DefaultEventManager a subclass of EventObserver. | Johannes Schickel |
2009-07-25 | Replaced "_artificialEventQueue" by an EventSource. | Johannes Schickel |
2009-07-25 | Replace "EventProvider" class of the DefaultEventManager implementation with ... | Johannes Schickel |
2009-07-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-02 | Prevent the 'Confirm exit' dialog from being invoked recursively | Max Horn |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
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-08-23 | Proper fix for key repeat bug - r34094 caused different problems due to repea... | Stephen Kennedy |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-13 | RemapDialog now properly uses reflowLayout() and open(), so that the same ins... | Stephen Kennedy |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-07-24 | KeymapManager - implemented loading/saving of keymaps | Stephen Kennedy |
2008-07-23 | Most of Keymapper class complete | Stephen Kennedy |
2008-07-21 | Changed pushEvent to use a const& argument | Stephen Kennedy |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-12 | Added comments in virtual-keyboard-parser.h describing the file format. Added... | Stephen Kennedy |
2008-07-09 | Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe... | Stephen Kennedy |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-07-07 | - changed VirtualKeyboard classes to Common namespace | Stephen Kennedy |
2008-07-07 | - renaming of files | Stephen Kennedy |
2008-07-07 | - moved VirtualKeyboard files into backends/common directory | Stephen Kennedy |
2008-07-07 | WIP: VirtualKeyboard updates: | Stephen Kennedy |
2008-07-02 | Changes to implementation of the GMM | Christopher Page |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | cleanup | Max Horn |
2007-03-17 | oops | Max Horn |
2007-03-17 | Implemented a simple EventManager class | Max Horn |