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