Age | Commit message (Expand) | Author |
2018-04-22 | JANITORIAL: Fix formatting | Adrian Frühwirth |
2017-10-06 | SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight | Colin Snover |
2017-09-27 | SCI: Add support for keyup events | Colin Snover |
2017-09-27 | SCI: Do some clean-up of event handling system | Colin Snover |
2017-07-23 | SCI32: Improve performance when flushing events during video playback | Colin Snover |
2017-07-16 | SCI: Fix control character keyboard events | Colin Snover |
2016-10-14 | SCI32: Fix mouse position clamping | Colin Snover |
2016-10-10 | SCI32: Reset active hot rect index when changing hot rects | Colin Snover |
2016-10-05 | SCI32: Fix Return to Launcher in F5 menu | Colin Snover |
2016-09-29 | SCI32: Implement kSetHotRectangles | Colin Snover |
2016-09-29 | SCI: Move SciEngine::sleep to correct source file | Colin Snover |
2016-09-29 | SCI32: Update screen on frameout, instead of in the event loop | Colin Snover |
2016-08-19 | SCI32: Implement SCI32 cursor support | Colin Snover |
2016-07-02 | SCI32: Add const to getCurrentBuffer | Colin Snover |
2016-03-06 | SCI32: Implement kEditText | Colin Snover |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
2016-02-13 | SCI: Formatting fix. | Johannes Schickel |
2016-02-13 | SCI: Make variable name in line with our guidelines. | Johannes Schickel |
2016-02-09 | SCI: Small variable renaming to match our naming guidelines. | Johannes Schickel |
2016-02-09 | SCI: Take advantage of operator-> of Common::List::iterator. | Johannes Schickel |
2016-02-03 | SCI: Remove hardcoded value in getScummVMEvent() | Martin Kiewitz |
2016-02-02 | SCI: Make event handling helper tables static | Martin Kiewitz |
2016-02-02 | SCI: Fix comment about debugger keys | Martin Kiewitz |
2016-02-02 | SCI: Keyboard event handling cleanup | Martin Kiewitz |
2016-02-02 | SCI: Fix regression of previous keycode commit | Martin Kiewitz |
2016-02-02 | SCI: Removed ".data" from SciEvent | Martin Kiewitz |
2016-02-02 | SCI: fix typo in comment | Martin Kiewitz |
2016-02-02 | SCI: Do not pass/use .data for mouse button type | Martin Kiewitz |
2016-02-02 | SCI: Fix control/Fx keys not working anymore | Martin Kiewitz |
2016-02-01 | SCI: Revert revert the keyboard handling changes | Martin Kiewitz |
2016-02-01 | SCI: Revert ascii detection for key event handling | Martin Kiewitz |
2016-01-29 | SCI: add code to make numpad cursor keys work again | Martin Kiewitz |
2016-01-28 | SCI: change ascii detection for key event handling | Martin Kiewitz |
2014-10-18 | SCI: Fix bug #6703: "SCI: QFG1 VGA - Can't CTRL+S to access statistics" | Filippos Karapetis |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-01-14 | SCI: Minor formatting fixes. | Johannes Schickel |
2013-01-14 | SCI: Event handling: Include modifier flags in null events. | Lars Skovlund |
2012-06-08 | SCI: Fix mouse up events | Willem Jan Palenstijn |
2011-10-29 | SCI: Allow alt key combinations in all SCI games | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-21 | SCI: Fix probable alt/shift mixup | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-03 | SCI: Changed debug console hotkey to Control-Shift-D instead of Control-D. | md5 |
2011-03-10 | SCI: Fix mouse positions in upscaled games | Matthew Hoops |
2011-03-10 | SCI: Fixed regression (shift key) in the latest event code cleanup | md5 |
2011-03-09 | SCI: Save mouse position in SciEvent. | Johannes Schickel |
2011-03-09 | SCI: Cleanup of the event code | md5 |
2011-02-15 | SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristic | md5 |
2010-11-26 | SCI: Fixed keyboard input when numlock is on, and cleaned up the way some spe... | Filippos Karapetis |
2010-11-22 | SCI: Added support for the keypad +/- keys | Filippos Karapetis |