Set scroll and click thresholds relative to screen pixel density (if readable) and...
[guacamole-common-js.git] / src / main / resources / mouse.js
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