Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | BACKENDS: Reduce header interdependencies | Max Horn | |
svn-id: r55808 | |||
2011-01-27 | SDL: Don't send key up events for special keys that are handled by ↵ | Filippos Karapetis | |
handleKeyDown() Fixes bug #3166522 at the SDL level (fix 1/2) svn-id: r55567 | |||
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn | |
svn-id: r54575 | |||
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-29 | GP2X: Fix typo (and maybe compilation?) | Max Horn | |
svn-id: r54571 | |||
2010-11-29 | GP2X: More compilation fixes | Max Horn | |
svn-id: r54569 | |||
2010-11-28 | SDL: Various more SdlEventSource related fixes | Max Horn | |
svn-id: r54553 | |||
2010-11-28 | SDL: Change refs to SdlEventManager to SdlEventSource | Max Horn | |
svn-id: r54544 | |||
2010-11-28 | DINGUX: More compilation fixes | Max Horn | |
svn-id: r54541 | |||
2010-11-28 | LINUXMOTO: More compilation fixes | Max Horn | |
svn-id: r54540 | |||
2010-11-28 | DINGUX: Correct compilation fix (I hope), remove dead code | Max Horn | |
svn-id: r54539 | |||
2010-11-28 | DINGUX: Compilation fixes | Max Horn | |
svn-id: r54533 | |||
2010-11-28 | DINGUX: Attempt to fix the new code for this backend | Max Horn | |
It seems in the gsoc2010-opengl branch, the dingux port was not anymore updated at some point, so some changes that were made in general did not make it till here. This is my attempt to fix at least the most obvious problems, but without being able to compile it, all these changes should be very carefully reviewed. svn-id: r54522 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-10-23 | DINGUX: fix compilation for the opengl branch | Fabio Battaglia | |
Moved events related code to backends/events/dinguxsdl/* and move graphics related code to backends/graphics/dinguxsdl/* Subclass OSystem_POSIX instead of OSystem_SDL svn-id: r53730 | |||
2010-10-13 | OPENGL: Cleanup. | Johannes Schickel | |
svn-id: r53434 | |||
2010-10-13 | OPENGL: Replace SdlEventManager by SdlEventSource. | Johannes Schickel | |
Formerly SdlEventManager was a subclass of DefaultEventManager but did not really have anything in common with the idea of our EventManager interface. Now I made a new object SdlEventSource which only subclasses EventSource and which is responsible for obtaining events from SDL (and processing them). svn-id: r53433 | |||
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel | |
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399 | |||
2010-10-03 | EVENTS: Apply backspace hack to keyrepeat too | Willem Jan Palenstijn | |
svn-id: r52993 | |||
2010-08-12 | SDL: Make use of SDL_BACKEND instead of platform specific defines. | Alejandro Marzini | |
svn-id: r52029 | |||
2010-08-01 | SYMBIAN platform. Correct building of SDL refacturing for Symbian. | Lars Persson | |
svn-id: r51587 | |||
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
svn-id: r51495 | |||
2010-07-19 | SDL: Hack to handle special SDL events. | Alejandro Marzini | |
svn-id: r51015 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-07-15 | Replaced the extra SDL functions added to GraphicsManager with an ↵ | Alejandro Marzini | |
EventObserver in SdlGraphicsManager. svn-id: r50900 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-07-11 | Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public ↵ | Alejandro Marzini | |
SDL graphics manager functions to graphics manager (Allowing OpenGLSdlGraphicsMaanger to be used with other SDL managers easily). Removed BaseSdlGraphicsManager. Implemented in the opengl manager basic screen functions. svn-id: r50796 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50609 | |||
2010-07-01 | Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to ↵ | Alejandro Marzini | |
GP2XSdlEventManager, and added GP2X code. svn-id: r50542 | |||
2010-06-30 | Removed static mapKey function. | Alejandro Marzini | |
svn-id: r50539 | |||
2010-06-30 | Modularized GP2XWIZ backend. | Alejandro Marzini | |
svn-id: r50514 | |||
2010-06-29 | Renamed Samsung TV SDL Event Manager class and file for constancy, and added ↵ | Alejandro Marzini | |
initialization for it on Samsung TV backend. svn-id: r50481 | |||
2010-06-29 | Modularized Linuxmoto port. | Alejandro Marzini | |
svn-id: r50474 | |||
2010-06-26 | Modularized Symbian port. | Alejandro Marzini | |
svn-id: r50356 | |||
2010-06-25 | Modularized Samsung TV port. | Alejandro Marzini | |
svn-id: r50258 | |||
2010-06-16 | Fixed some disabled code that was with problems after modularization. | Alejandro Marzini | |
svn-id: r49899 | |||
2010-06-13 | Added SdlEventManager. | Alejandro Marzini | |
svn-id: r49635 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2010-01-10 | remove unneeded workaround for #47233 | Fabio Battaglia | |
svn-id: r47234 | |||
2010-01-10 | Mark the 'fix' in r47231 as a workaround for a probably deeper problem. | Fabio Battaglia | |
svn-id: r47232 | |||
2010-01-10 | Check if game engine is already paused before pausing it again to show ↵ | Fabio Battaglia | |
virtual keyboard. Fixes #2912148 svn-id: r47231 | |||
2009-09-01 | Clarified the backspace key workaround: This is not a Mac OS X issue (as the ↵ | Max Horn | |
comment used to imply) but rather an issue in some game engines. svn-id: r43880 | |||
2009-08-16 | Introduce a better fix for the Mac OS X backspace problem by adding the ↵ | Matthew Hoops | |
workaround to default-events.cpp. svn-id: r43441 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-25 | Add enum which marks global priorites of the EventManager event dispatcher. | Johannes Schickel | |
svn-id: r42729 | |||
2009-07-25 | - EventDispatcher is no longer a singleton. | Johannes Schickel | |
- Add "getEventDispatcher" method to EventManager. svn-id: r42728 | |||
2009-07-25 | - Adapt DefaultEventManager to use Common::ArtificialEventSource | Johannes Schickel | |
- Adapt Keymapper to implement EventMapper interface svn-id: r42727 | |||
2009-07-25 | Change DefaultEventManager to use EventDispatcher. | Johannes Schickel | |
svn-id: r42725 | |||
2009-07-25 | Made DefaultEventManager a subclass of EventObserver. | Johannes Schickel | |
svn-id: r42723 |