Fix jsdoc, add missing documentation.
[guacamole-common-js.git] / src / main / resources / mouse.js
2012-08-11 Michael JumperFix jsdoc, add missing documentation.
2012-08-01 Michael JumperOnly take parent into account if actually relevant...
2012-07-30 Michael JumperSimpler heuristic for handling touch-generated mouse...
2012-07-30 Michael JumperClean up handling of viewport-relative coordinates...
2012-07-30 Michael JumperIgnore absolute touch events if more than one touch.
2012-07-30 Michael JumperUse event-queue heuristics to detect and ignore mouse...
2012-07-28 Michael JumperFix setting of state within touchscreen events.
2012-07-28 Michael JumperFirst basic absolute pointer implementation.
2012-07-28 Michael JumperStubbed out Guacamole.Mouse.Touchscreen.
2012-07-28 Michael JumperCleaned up Guacamole.Mouse.Touchpad and docs.
2012-07-28 Michael JumperSplit Guacamole.Mouse into Guacamole.Mouse (mouse event...
2012-05-01 Michael JumperProperly offset mouse by document scroll amount (Firefo...
2012-04-09 Michael JumperFix non-left mouse button clicks (there may not be...
2012-04-09 Michael JumperMouse acceleration.
2012-04-09 Michael JumperAvoid crazy accelerating autoscroll by using clientX...
2012-04-06 Michael JumperCalculate mouse position including scroll of overflow...
2012-04-02 Michael Jumper"device" not "display" (typo). Switch back to two-finge...
2012-04-02 Michael JumperSet scroll and click thresholds relative to screen...
2012-03-31 Michael JumperMove all thresholds into properties, implement scrollwh...
2012-03-31 Michael JumperCheck for last touch by verifying touch length 0, not...
2012-03-31 Michael JumperImplement right and middle-click.
2012-03-23 Michael JumperUse screenX/screenY for touch.
2012-03-20 Michael JumperFix ticket #114 - mouse position calculated incorrectly.
2012-02-23 Michael JumperFix mousewheel support.
2012-02-22 Michael JumperNo capture for anything.
2012-02-22 Michael JumperUse addEventListener() for mouse, fix handling of mouseout.
2012-02-09 Michael JumperCorrect description of touch support.
2011-12-20 Michael JumperPrevent mouse from leaving screen when moved via touch...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
2011-08-29 Michael JumperDrag support.
2011-08-27 Michael JumperTap support, ignore mouse events while touch events...
2011-08-26 Michael JumperChanged simulated mouse to simulated touchpad. Temporar...
2011-08-26 Michael JumperMerge branch 'unstable' into touch-support
2011-07-09 Michael JumperMore JSDoc and cleanup.
2011-07-08 Michael JumperBetter mouse state object, more JSDoc, cleanup.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-07-05 Michael JumperMore migration to traditional JS events.
2011-06-09 Michael JumperExperimental working touch-based mouse.
2011-04-26 Michael JumperRelease mouse buttons if mouse leaves browser window.
2011-03-03 Michael JumperExtracted tunnel, mouse, and keyboard handling from...
2011-01-23 Michael JumperInitial commit