aboutsummaryrefslogtreecommitdiff
path: root/src/library_html5.js
AgeCommit message (Expand)Author
2014-03-16Fix unregistering of event handlers (all params of removeEventListener must *...Jukka Jylänki
2014-03-13Implement support for Webkit mouse wheel events. Add new interactive mouse te...Jukka Jylänki
2014-03-13Manually implement mouse movementXY in HTML5 mousemove events when the browse...Jukka Jylänki
2014-03-13Fix typo with missing parentheses from previous commit that broke keyevents f...Jukka Jylänki
2014-03-12Fix IE fullscreen requests to not run in mousedown events, since IE doesn't a...Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some closur...Alon Zakai
2014-02-26Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...Jukka Jylänki
2014-02-21Apply coding conventions to library_html5.js.Jukka Jylänki
2014-02-21Add missing semicolons at the end of statements for library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2148 from TV4Fun/html5fixesjuj
2014-02-21Fix bugs in HTML5 events when using SAFE_HEAPJoel Croteau
2014-02-21Squashed commit of the following:Joel Croteau
2014-02-01Fix indentation in the comments added in the previous commit.Jukka Jylänki
2014-02-01Restrict touch events to not run deferred fullscreen+pointerlock requests due...Jukka Jylänki
2014-02-01Add support for detecting whether screen orientation lock succeeds or fails. ...Jukka Jylänki
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki