Age | Commit message (Expand) | Author |
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 |
2010-11-21 | SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996) | Filippos Karapetis |
2010-11-21 | SCI: Fix for bug #3037996 - "QFG2: Crash during import dialog after time (imp... | Filippos Karapetis |
2010-11-17 | SCI: Remove key modifier (e.g. num lock) status for keyboard function keys. T... | Filippos Karapetis |
2010-08-29 | SCI: Throttle the invocations of Engine::shouldQuit() | Filippos Karapetis |
2010-08-21 | SCI: Added support for the DEL key | Filippos Karapetis |
2010-08-21 | SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by handli... | Filippos Karapetis |
2010-07-29 | SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credi... | Martin Kiewitz |
2010-07-28 | SCI: adding support for middle mouse button | Martin Kiewitz |
2010-06-19 | SCI: replacing the keyboard size check for direction type detection with chec... | Martin Kiewitz |
2010-06-19 | SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ... | Martin Kiewitz |
2010-06-19 | SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r... | Martin Kiewitz |
2010-06-17 | SCI: cleanup scancode rows code | Max Horn |
2010-06-17 | SCI: Turn _modifierStates into member of class EventManager | Max Horn |
2010-06-17 | SCI: cleanup | Max Horn |