aboutsummaryrefslogtreecommitdiff
path: root/backends/events
AgeCommit message (Expand)Author
2011-02-07BACKENDS: Reduce header interdependenciesMax Horn
2011-01-27SDL: Don't send key up events for special keys that are handled by handleKeyD...Filippos Karapetis
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-29GP2X: Fix typo (and maybe compilation?)Max Horn
2010-11-29GP2X: More compilation fixesMax Horn
2010-11-28SDL: Various more SdlEventSource related fixesMax Horn
2010-11-28SDL: Change refs to SdlEventManager to SdlEventSourceMax Horn
2010-11-28DINGUX: More compilation fixesMax Horn
2010-11-28LINUXMOTO: More compilation fixesMax Horn
2010-11-28DINGUX: Correct compilation fix (I hope), remove dead codeMax Horn
2010-11-28DINGUX: Compilation fixesMax Horn
2010-11-28DINGUX: Attempt to fix the new code for this backendMax Horn
2010-11-28Merging the gsoc2010-opengl branchMax Horn
2010-10-23DINGUX: fix compilation for the opengl branchFabio Battaglia
2010-10-13OPENGL: Cleanup.Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-03EVENTS: Apply backspace hack to keyrepeat tooWillem Jan Palenstijn
2010-08-12SDL: Make use of SDL_BACKEND instead of platform specific defines.Alejandro Marzini
2010-08-01SYMBIAN platform. Correct building of SDL refacturing for Symbian.Lars Persson
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-17Remove PalmOS portMax Horn
2010-07-15Replaced the extra SDL functions added to GraphicsManager with an EventObserv...Alejandro Marzini
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-03Cleanup and documentation.Alejandro Marzini
2010-07-01Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to GP2XSdlEventManag...Alejandro Marzini
2010-06-30Removed static mapKey function.Alejandro Marzini
2010-06-30Modularized GP2XWIZ backend.Alejandro Marzini
2010-06-29Renamed Samsung TV SDL Event Manager class and file for constancy, and added ...Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-26Modularized Symbian port.Alejandro Marzini
2010-06-25Modularized Samsung TV port.Alejandro Marzini
2010-06-16Fixed some disabled code that was with problems after modularization.Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini
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