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_browser.js
Age
Commit message (
Expand
)
Author
2013-08-19
Merge remote-tracking branch 'origin/incoming' into touch_handling
James Gregory
2013-08-15
expose setCanvasSize
Anthony Pesch
2013-08-08
Merge pull request #1470 from inolen/preload_path_fixes
Alon Zakai
2013-08-08
Basic touch event support in GLUT for mobile browsers.
James Gregory
2013-08-08
Do not attempt browser image decoding if the browser does not have the window...
Jukka Jylänki
2013-08-06
store preloaded images by their absolute path
Anthony Pesch
2013-07-22
Made getMimetype() a public method of the Browser module and used it
Michael J. Bishop
2013-07-12
Add bug number to comment.
Jez Ng
2013-07-12
Simplify ArrayBuffer copy.
Jez Ng
2013-07-12
Work around Safari image loading bug. Closes #1130.
Jez Ng
2013-07-09
Bunch of changes to support Syobon Action.
Jez Ng
2013-06-30
Fixed emscripten_get_now in a shell
Joseph Gentle
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-22
IMPROVED: fixed codestyle to match java/js
manny/MADE
2013-06-19
CHANGED: removed "MADE"-tag from comments
manny/MADE
2013-06-19
BUGFIX: several SDL related bugfixes
manny/MADE
2013-06-18
do not do full Browser.init() in workers, just the minimum we need
Alon Zakai
2013-06-07
add missing return values in safeRequestAnimationFrame,safeSetTimeout,safeSet...
Alon Zakai
2013-06-04
Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming
Alon Zakai
2013-05-27
emscripten_exit_with_live_runtime
Alon Zakai
2013-05-23
Fix missing methods.
Alan Kligman
2013-05-23
Add support for webrtc-based sockets. Moved both backends behind a settings f...
Alan Kligman
2013-05-22
Browser.safeCallback
Alon Zakai
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-21
fix crash when no exitPointerLock, see #1074
Alon Zakai
2013-05-17
make fullscreen handling closure friendly
Alon Zakai
2013-05-13
use Browser mouse calculations in glut
Alon Zakai
2013-05-13
refactor mouse movement handling from SDL into Browser
Alon Zakai
2013-04-18
Make all paths of emscripten_get_now() return msecs.
Jukka Jylänki
2013-04-18
Implement high-resolution timing in emscripten_get_now() when run in node. Re...
Jukka Jylänki
2013-04-05
fix xhrs for file URLs
Alon Zakai
2013-04-04
detect file suffixes of all lengths
Alon Zakai
2013-03-20
do not show the simulate-infinite-loop exception
Alon Zakai
2013-03-20
refactor Browser initialization
Alon Zakai
2013-03-19
teach library_browser about non-fullscreen pointerlock if Module.elementPoint...
Vladimir Vukicevic
2013-03-06
fix IE comma issue
Alon Zakai
2013-03-06
enable pointer lock checkbox by default
Alon Zakai
2013-03-06
Fixes for the full screen implementation:
Michael Riss
2013-03-06
- fixed formatting issues
Michael Riss
2013-03-06
Improved fullscreen functionality.
Michael Riss
2013-02-25
use preserveDrawingBuffer in gl tests to make them work on latest firefox
Alon Zakai
2013-02-19
Added some symbol compatibility for OpenGL1.1.
Michael Bishop
2013-02-14
set alpha to false in WebGL rendering - it represents the screen, so no alpha...
Alon Zakai
2013-02-13
prepare jpeg as well as jpg
Alon Zakai
2013-02-07
Module.* options to disable image and audio autodecoding
Alon Zakai
2013-01-26
move some assertions behind ASSERT
Alon Zakai
2013-01-20
update async_wget2 to dynCall
Alon Zakai
2013-01-19
update emscripten_async_wget_data to dynCall
Alon Zakai
2013-01-13
workarounds for chrome bug 169705
Alon Zakai
2013-01-07
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Alon Zakai
[next]