aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.cpp
AgeCommit message (Expand)Author
2019-12-27SCI: Removed unneeded debug output. The bug has been confirmed fixedEugene Sandulenko
2019-12-26SCI: Swap lowercase Alt+'a'/'s' for Polish, in order to avoid conflicting key...Eugene Sandulenko
2019-12-26SCI: Fix lowercase Alt+'n' for PolishEugene Sandulenko
2019-12-26SCI: Added support for typing Polish characters with 'Alt'Eugene Sandulenko
2019-12-25SCI: Added temporary debug ouput for Polish inputEugene Sandulenko
2019-12-25SCI: Reformatted the conversion tableEugene Sandulenko
2019-12-25SCI: Added detection and support for Polish LSL7Eugene Sandulenko
2019-09-21SCI: Support for Cyrillic inputEugene Sandulenko
2019-06-06SCI: Fix backend events treated as keyboard eventssluicebox
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-09-27SCI: Add support for keyup eventsColin Snover
2017-09-27SCI: Do some clean-up of event handling systemColin Snover
2017-07-23SCI32: Improve performance when flushing events during video playbackColin Snover
2017-07-16SCI: Fix control character keyboard eventsColin Snover
2016-10-14SCI32: Fix mouse position clampingColin Snover
2016-10-10SCI32: Reset active hot rect index when changing hot rectsColin Snover
2016-10-05SCI32: Fix Return to Launcher in F5 menuColin Snover
2016-09-29SCI32: Implement kSetHotRectanglesColin Snover
2016-09-29SCI: Move SciEngine::sleep to correct source fileColin Snover
2016-09-29SCI32: Update screen on frameout, instead of in the event loopColin Snover
2016-08-19SCI32: Implement SCI32 cursor supportColin Snover
2016-07-02SCI32: Add const to getCurrentBufferColin Snover
2016-03-06SCI32: Implement kEditTextColin Snover
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2016-02-13SCI: Formatting fix.Johannes Schickel
2016-02-13SCI: Make variable name in line with our guidelines.Johannes Schickel
2016-02-09SCI: Small variable renaming to match our naming guidelines.Johannes Schickel
2016-02-09SCI: Take advantage of operator-> of Common::List::iterator.Johannes Schickel
2016-02-03SCI: Remove hardcoded value in getScummVMEvent()Martin Kiewitz
2016-02-02SCI: Make event handling helper tables staticMartin Kiewitz
2016-02-02SCI: Fix comment about debugger keysMartin Kiewitz
2016-02-02SCI: Keyboard event handling cleanupMartin Kiewitz
2016-02-02SCI: Fix regression of previous keycode commitMartin Kiewitz
2016-02-02SCI: Removed ".data" from SciEventMartin Kiewitz
2016-02-02SCI: fix typo in commentMartin Kiewitz
2016-02-02SCI: Do not pass/use .data for mouse button typeMartin Kiewitz
2016-02-02SCI: Fix control/Fx keys not working anymoreMartin Kiewitz
2016-02-01SCI: Revert revert the keyboard handling changesMartin Kiewitz
2016-02-01SCI: Revert ascii detection for key event handlingMartin Kiewitz
2016-01-29SCI: add code to make numpad cursor keys work againMartin Kiewitz
2016-01-28SCI: change ascii detection for key event handlingMartin Kiewitz
2014-10-18SCI: Fix bug #6703: "SCI: QFG1 VGA - Can't CTRL+S to access statistics"Filippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-14SCI: Minor formatting fixes.Johannes Schickel
2013-01-14SCI: Event handling: Include modifier flags in null events.Lars Skovlund
2012-06-08SCI: Fix mouse up eventsWillem Jan Palenstijn
2011-10-29SCI: Allow alt key combinations in all SCI gamesFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-21SCI: Fix probable alt/shift mixupWillem Jan Palenstijn