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
2012-09-26
Implemented Browser.setCanvasSize to have a central point for resizing <canvas>
LCID Fire
2012-09-17
add void* argument to emscripten_async_call and emscripten_push_main_loop_blo...
Alon Zakai
2012-09-10
add hooks for main loop instead of hackish PROFILE_MAIN_LOOP
Alon Zakai
2012-09-07
improve PROFILE_MAIN_LOOP
Alon Zakai
2012-08-30
support for SDL_QUIT event
Alon Zakai
2012-08-29
fix Module.canvas usage
Alon Zakai
2012-08-29
handle a runtime failure in blob constructor in audio
Alon Zakai
2012-08-28
further workaround for chrome bug 124926
Alon Zakai
2012-08-22
fix bug with blobbuilder fallback
Alon Zakai
2012-08-20
PROFILE_MAIN_LOOP option
Alon Zakai
2012-08-11
if blob constructor fails, use blob builder
Alon Zakai
2012-08-09
allow customizing the status message in updateStatus (shown when blockers are...
Alon Zakai
2012-08-01
send param to onFullScreen callback
Alon Zakai
2012-07-24
finally found a working workaround for chromium bug 124926
Alon Zakai
2012-07-24
further attempts to get sound working in chrome; even if oncanplaythrough did...
Alon Zakai
2012-07-24
refactor workaround for chromium bug 124926
Alon Zakai
2012-07-24
try even harder to work around chromium bug 124926
Alon Zakai
2012-07-23
comma fix
Alon Zakai
2012-07-23
everyone is confused about fullScreen vs fullscreen
Alon Zakai
2012-07-23
use blob constructor when present instead of blobbuilder to make chrome happier
Alon Zakai
2012-07-22
allow defining preload plugins from outside
Alon Zakai
2012-07-22
refactor preload processing into plugins
Alon Zakai
2012-07-22
nudge progress a little with non-counted blockers
Alon Zakai
2012-07-21
emscripten_push_uncounted_main_loop_blocker
Alon Zakai
2012-07-21
name main loop blockers
Alon Zakai
2012-07-21
nicer status text
Alon Zakai
2012-07-20
fix order in updateStatus
Alon Zakai
2012-07-20
even better main loop blockers progress reporting
Alon Zakai
2012-07-20
better main loop blockers progress reporting
Alon Zakai
2012-07-18
add runDependency tracking and fix detected bugs
Alon Zakai
2012-07-18
fix getAudioMimetype
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-13
set status message in main loop queue
Alon Zakai
2012-07-13
emscripten_push_main_loop_blocker improvements
Alon Zakai
2012-07-12
emscripten_push_main_loop_blocker
Alon Zakai
2012-07-05
export Browser.pauseMainLoop|resumeMainLoop
Alon Zakai
2012-06-29
export Browser.requestAnimationFrame since it is useful for general code as well
Alon Zakai
2012-06-21
indentation fixes
Alon Zakai
2012-06-21
Merge pull request #483 from caiiiycuk/emscripten_fs_api
Alon Zakai
2012-06-21
call Module.onFullScreen when going to full screen (allows the app to do cust...
Alon Zakai
2012-06-21
Implementation for emscripten_async_wget
Aleksander Guryanov
2012-06-14
Fix the mouse coordinates in pointer lock mode
Ehsan Akhgari
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-06-10
comments on GENERATING_HTML
Alon Zakai
2012-06-05
Merge pull request #465 from juj/EGL
Alon Zakai
2012-06-05
Added a helper function emscripten_set_canvas_size function which allows to r...
Jukka Jylänki
2012-06-01
use dump when available instead of console.log
Alon Zakai
2012-05-31
do not do GL immediate mode emulation if a 2D context is being used, even if ...
Alon Zakai
2012-05-14
emscripten_get_now
Alon Zakai
2012-05-14
warn on loss of webgl context
Alon Zakai
[next]