aboutsummaryrefslogtreecommitdiff
path: root/backends/events/default
AgeCommit message (Expand)Author
2019-05-22COMMON: Fix button state desynchronization when warping mouseLe Philousophe
2018-08-15BACKENDS: Mark resetQuit and getKeymapper as overrideCameron Cawley
2018-03-28BAKCENDS: Mark methods as overrideEugene Sandulenko
2017-11-28EVENTS: Delay initializing the virtual keyboardBastien Bouclet
2017-11-19EVENTS: Fix one ms error in repeat event generation time checkBastien Bouclet
2017-11-19EVENTS: Allow disabling repeat event generationBastien Bouclet
2017-11-19EVENTS: Move key repeat handling to its own methodBastien Bouclet
2017-11-19EVENTS: Rename synthetic to kbdRepeatBastien Bouclet
2017-10-15BACKENDS: Fix missing mouse events when system cursor cannot be movedColin Snover
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-22EVENTS: Initialize class variable. CID 1002944Eugene Sandulenko
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-04-21BACKENDS: Fix unitialized variables in event manager. CID 1002944Eugene Sandulenko
2012-02-20KEYMAPPER: Move F7 and F8 handling to DefaultEventMapperTarek Soliman
2012-02-20KEYMAPPER: Move CTRL-F5 handling to DefaultEventMapperTarek Soliman
2012-02-20KEYMAPPER: Create a DefaultEventMapper when Keymapper isn't enabledTarek Soliman
2012-02-15KEYMAPPER: Add more warning signsTarek Soliman
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-10-03EVENTS: Apply backspace hack to keyrepeat tooWillem Jan Palenstijn
2010-07-17Remove PalmOS portMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-10remove unneeded workaround for #47233Fabio Battaglia
2010-01-10Mark the 'fix' in r47231 as a workaround for a probably deeper problem.Fabio Battaglia
2010-01-10Check if game engine is already paused before pausing it again to show virtua...Fabio Battaglia
2009-09-01Clarified the backspace key workaround: This is not a Mac OS X issue (as the ...Max Horn
2009-08-16Introduce a better fix for the Mac OS X backspace problem by adding the worka...Matthew Hoops
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-25Add enum which marks global priorites of the EventManager event dispatcher.Johannes Schickel
2009-07-25- EventDispatcher is no longer a singleton.Johannes Schickel
2009-07-25- Adapt DefaultEventManager to use Common::ArtificialEventSourceJohannes Schickel
2009-07-25Change DefaultEventManager to use EventDispatcher.Johannes Schickel
2009-07-25Made DefaultEventManager a subclass of EventObserver.Johannes Schickel
2009-07-25Replaced "_artificialEventQueue" by an EventSource.Johannes Schickel
2009-07-25Got rid of EventManger::artificialEventQueue.Johannes Schickel
2009-07-25Replace "EventProvider" class of the DefaultEventManager implementation with ...Johannes Schickel
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
2009-06-08Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa...John Willis
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Attempt to bring event recoredr to life. Still crashes on exit, though.Eugene Sandulenko
2009-02-07Use Ctrl F5 for global main menu, since any single key would conflict with so...Travis Howell
2009-01-30cleanupMax Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-02Prevent the 'Confirm exit' dialog from being invoked recursivelyMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko