Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-01 | WebOS: touchpad work to show menu | Doron Rosenberg | |
2011-06-27 | WINCE: Added option to disable panel toggling with double tap on top of screen | CeRiAl | |
2011-06-22 | PS3: Keep updating the screen while the XMB is open to prevent it from freezing | Bastien Bouclet | |
2011-06-22 | PS3: Map joypad buttons to features. Enable the virtual keyboard. | Bastien Bouclet | |
2011-06-22 | SDL: Allow building with current SDL 1.3hg | Bastien Bouclet | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-19 | SDL: Remove left over traces from the time the SdlEventSource subclassed ↵ | Johannes Schickel | |
DefaultEventManager. | |||
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat | |
2011-06-11 | WINCE: Some cleanup (public vs. private scopes), fix freelook | CeRiAl | |
2011-06-11 | OPENPANDORA: Start to cleanup the backend and move controls into remapkey. | David-John Willis | |
* Work in progress. | |||
2011-06-11 | GP2X: Remove remnants of the old GP2X backend. | David-John Willis | |
The GP2X is now folded into the GPH backend (as the GP2X device). | |||
2011-06-11 | GPH: Cleanup and some WIP refactoring. | David-John Willis | |
2011-06-06 | I18N: Make some OSD messages translatable | Thierry Crozat | |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-08 | WEBOS: Removed unused gestureDownTime | Klaus Reimer | |
2011-05-08 | WEBOS: Fixed ESCAPE and MENU key on WebOS 1 | Klaus Reimer | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-04-29 | WEBOS: Fix compilation | Max Horn | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2011-04-13 | WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilation | Paul Gilbert | |
2011-04-12 | GPH: Add separate button defined buttons for each supported device. | David-John Willis | |
* No default buttons set any more as I would want the build to fails if you don't provide the backend with a device. * Also commit some small cleanup to the bundle files. | |||
2011-04-12 | WEBOS: Complete rewrite of key/mouse events handling | Klaus Reimer | |
Touchscreen is now always used like a touch pad. | |||
2011-04-12 | WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks | Klaus Reimer | |
2011-04-12 | WEBOS: Create webos backend with custom events | Klaus Reimer | |
Currently only contains test code. | |||
2011-04-11 | GPH: Change backend to mask backend code to GPH_DEVICE. | David-John Willis | |
* This is mainly to make it easy to drop the old GP2X into the same codebase (I really have no desire to manage 2 sets of 99.9% identical code ;)). * Code paths for just one of the supported devices can be runtime worked out or just defined for that device. mount.sh: Fixed some small errors# ../../../../scummvm.gph | |||
2011-04-11 | GP2X: Mask off the graphics and events code behind a GP2X_OLD define. | David-John Willis | |
* This is a temp thing while I finish up merging the GP2X and GPH code. I do not want the GP2X backend code dropped yet until this is complete. | |||
2011-04-11 | GP2X: Commit some cleanup/fudges with a view to collapsing into the GPH backend. | David-John Willis | |
2011-04-11 | OPENPANDORA: Cleanup header for events. | David-John Willis | |
2011-03-24 | GPH: Removed some unimplemented and unneeded definitions. | David-John Willis | |
- Thanks to digitall for proving that 2 sets of eyes spot a really simple problem much quicker than one set ;). mount.sh: Fixed some small errors# ../../../../scummvm.gph | |||
2011-03-24 | OPENPANDORA: Refactor OpenPandora backend and move events and graphics into ↵ | David-John Willis | |
modular backend style. | |||
2011-03-24 | GPH: Cleanup GPH backend and adapt to newer modular backend model. | David-John Willis | |
2011-03-24 | GP2X: Remove incorrect GP2XWiz define from the GP2X event code. | David-John Willis | |
* My plan is to move all of the GPH devices into the GPH backend but for now this is just a merge mess from the GSoC-OpenGL branch. | |||
2011-03-09 | WINCE: Cleanup WinCE event source a bit. | Johannes Schickel | |
2011-03-08 | WINCE: Run astyle over WinCE related event and graphics source files. | Johannes Schickel | |
2011-03-08 | WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337) | Max Horn | |
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 |