aboutsummaryrefslogtreecommitdiff
path: root/backends/events
AgeCommit message (Expand)Author
2009-01-02Prevent the 'Confirm exit' dialog from being invoked recursivelyMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-11-11If confirm_exit is set, also ask the user if he really wants to return to the...Max Horn
2008-10-02Forgot to mention yet another Engine class change: mainMenuDialog -> openMain...Max Horn
2008-09-02Applied my patch from -devel, which reenables GMM opening via F6.Johannes Schickel
2008-09-01First part of GSoC2008 RTL branch mergeMax Horn
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-15Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...Christopher Page
2008-07-13SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...Christopher Page
2008-07-11Queen works with the new GMM implementation, and made a correction to a chang...Christopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-07-02Changes to implementation of the GMMChristopher Page
2008-06-26Quit or RTL from the main menu now triggers an EVENT_QUIT in DefaultEventMana...Christopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-02-24Remove double inclusion of config-manager.hFilippos Karapetis
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-24Silence warning.Johannes Schickel
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-01Only invoke g_engine->pauseEngine if g_engine != NULLMax Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...Max Horn
2007-06-30Added global support for the (so far undocumented) confirm_exit config keyMax 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-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17cleanupMax Horn
2007-03-17oopsMax Horn
2007-03-17Implemented a simple EventManager classMax Horn