Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | WEBOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SAMSUNGTV: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS3: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | OPENPANDORA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | MAEMO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | LINUXMOTO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | GPH: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DINGUX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-24 | MAEMO: Get rid of superfluous cast. | Johannes Schickel | |
2013-10-19 | SDL: Send EVENT_SCREEN_CHANGED after receiving SDL_VIDEORESIZE when necessary. | Johannes Schickel | |
This fixes some ugly crashes when resizing the window in OpenGL mode. | |||
2013-09-22 | EVENTS: Initialize class variable. CID 1002944 | Eugene Sandulenko | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-04-21 | BACKENDS: Fix unitialized variables in event manager. CID 1002944 | Eugene Sandulenko | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-09-01 | OPENPANDORA: The buildbot toolchain doesn't like the ending comma | Bertrand Augereau | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-31 | OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵ | Bertrand Augereau | |
left/right/up trigger left/right/middle clicks | |||
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-07-31 | GPH: Move the legecy GP2X joystick code into the switch case to make it ↵ | David-John Willis | |
easier to follow. | |||
2012-04-09 | SDL: Allow for the meta key flag to be used | Matthew Hoops | |
2012-02-27 | KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Move F7 and F8 handling to DefaultEventMapper | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Move CTRL-F5 handling to DefaultEventMapper | Tarek Soliman | |
2012-02-20 | KEYMAPPER: Create a DefaultEventMapper when Keymapper isn't enabled | Tarek Soliman | |
This allows migration to unconditional mapping | |||
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman | |
2012-02-15 | KEYMAPPER: Add more warning signs | Tarek Soliman | |
2012-02-15 | MAEMO: Drop the hardcoded keymap in favor of the keymapper | Tarek Soliman | |
2012-02-15 | MAEMO: Rename hasHwKeyboard and add hasMenuKey | Tarek Soliman | |
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman | |
2012-02-12 | MAEMO: Refactor toggle click mode | Tarek Soliman | |
2012-01-28 | WEBOS: Renamed "Touchpad Mode" to "Trackpad Mode" to prevent confusion ↵ | Klaus Reimer | |
because one of the target devices is called the "HP Touchpad". | |||
2012-01-21 | WEBOS: Fix whitespace error | dhewg | |
Random whitespace fix to kick off the OpenPandora toolchain on buildbot. | |||
2011-11-29 | MAMEO: Add GMM keybinding for N900 (fix bug #3443043) | Tarek Soliman | |
The keybinding is Ctrl-Shift-m. Ctrl-m is more desirable but is toggling mouse capture. | |||
2011-10-19 | Merge pull request #89 from TomFrost/master | Willem Jan Palenstijn | |
HP TouchPad compatibility and full WebOS port update, Round 2 This is a manual merge of the pull request, with some commit message changes. | |||
2011-10-11 | MAEMO: Add initial N800 support with Fullscreen key mapped to Virtual Keyboard | Tarek Soliman | |
N800 doesn't have a CTRL key to activate the virtual keyboard with. Fullscreen can still be enabled/disabled through the GUI and was the most likely sacrifice as a hardware key. | |||
2011-10-11 | MAEMO: Migrate MaemoSdlEventSource to Maemo namespace | Tarek Soliman | |
Also add some comments to the #endifs | |||
2011-10-10 | OPENPANDORA: Cleanup the format of code a little to match our Code ↵ | David-John Willis | |
Formatting Conventions. * No functional changes. * Automated astyle pass. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. | |||
2011-10-01 | WebOS: Add improvements suggested in pull req. 89. | TomFrost | |
The improvements in this commit are mostly code formatting, variable abstraction, and in one case, a performance enhancement as calculations were made a one-time fire rather than being run with every mouse move event. | |||
2011-10-01 | SDL: Fix indentation. | Johannes Schickel | |
2011-09-30 | BACKENDS: Set alt+f4 to be used for quitting on Windows | Matthew Hoops | |
2011-09-25 | WebOS: Make right-clicks last longer. | TomFrost | |
While the right-click was working in most games, the weapon-switching in Full Throttle wasn't registering the click. Holding the button down for 50ms instead of immediately firing the mouseup fixes the issue. | |||
2011-09-25 | WebOS: Change to multitouch control scheme. | TomFrost | |
This is a near-rewrite of the WebOS event system to take advantage of multitouch, with which all WebOS devices are outfitted. This commit also marks full compatibility with the HP TouchPad, or any future tablet device without a hardware keyboard. Controls: - Left click: Single-tap once - Right click: Put one finger on screen, single-tap another - Middle click: Put two fingers on screen, single-tap another - Menu: Swipe two fingers down - Show keyboard: Swipe two fingers up - Touchpad Mode: - Swipe two fingers to the right to toggle - When off (default) mouse will move to the location tapped - When on, mouse will move relative to its current position - Autodrag Mode: - Swipe three fingers to the right to toggle - When on (default), touching the screen and holding still for a half-second will initiate a left-mouse button hold. Useful for games like COMI and FT. - When off (or on) a double-tap will initiate a left-mouse button hold. - Escape key: Swipe two fingers left - Space bar (pause): Swipe three fingers down | |||
2011-09-24 | WebOS: Correct code convention and graphic errors. | TomFrost | |
This is a mass commit for the following items: - Conversion of mixed and unaligned spaces/tabs to tabs - Moved static globals in webos_events to class members - Corrected variable naming convention to use underscores - Added a constructor to WebOSSdlEventSource to initialize variables. - Changed SDL getWidth and getHeight calls to getOverlayWidth and getOverlayHeight to support larger form factors (such as the HP TouchPad). - Removed unnecessary static getMillis() declaration and changed existing code to use the built-in getMillis(). |