aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
AgeCommit message (Expand)Author
2013-03-06fix IE comma issueAlon Zakai
2013-03-06enable pointer lock checkbox by defaultAlon Zakai
2013-03-06Fixes for the full screen implementation:Michael Riss
2013-03-06- fixed formatting issuesMichael Riss
2013-03-06Improved fullscreen functionality.Michael Riss
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
2013-02-19Added some symbol compatibility for OpenGL1.1.Michael Bishop
2013-02-14set alpha to false in WebGL rendering - it represents the screen, so no alpha...Alon Zakai
2013-02-13prepare jpeg as well as jpgAlon Zakai
2013-02-07Module.* options to disable image and audio autodecodingAlon Zakai
2013-01-26move some assertions behind ASSERTAlon Zakai
2013-01-20update async_wget2 to dynCallAlon Zakai
2013-01-19update emscripten_async_wget_data to dynCallAlon Zakai
2013-01-13workarounds for chrome bug 169705Alon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-30emscripten_async_wget_dataAlon Zakai
2012-12-28Add comment,test,authors. Change indentation and comma spaceAnthony Liot
2012-12-14fix breakage in async_prepare_dataAlon Zakai
2012-12-14add some browser/sdl function signaturesAlon Zakai
2012-12-14fix emscripten_async_callAlon Zakai
2012-12-13Add emscripten_async_wget2 with progress callbackAnthony Liot
2012-12-07dynCallAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-10-31clear error message when browser createObjectURL does not return a string as ...Alon Zakai
2012-10-26emscripten_get_worker_queue_sizeAlon Zakai
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-19add argument to emscripten_async_prepare_dataAlon Zakai
2012-10-19emscripten_async_prepare_dataAlon Zakai
2012-10-17support for SDL resize eventAlon Zakai
2012-10-13add parameter to emscripten_set_main_loop to optionally simulate an infinite ...Alon Zakai
2012-10-04emscripten_async_prepareAlon Zakai
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-09-17add void* argument to emscripten_async_call and emscripten_push_main_loop_blo...Alon Zakai
2012-09-10add hooks for main loop instead of hackish PROFILE_MAIN_LOOPAlon Zakai
2012-09-07improve PROFILE_MAIN_LOOPAlon Zakai
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29fix Module.canvas usageAlon Zakai
2012-08-29handle a runtime failure in blob constructor in audioAlon Zakai
2012-08-28further workaround for chrome bug 124926Alon Zakai
2012-08-22fix bug with blobbuilder fallbackAlon Zakai
2012-08-20PROFILE_MAIN_LOOP optionAlon Zakai
2012-08-11if blob constructor fails, use blob builderAlon Zakai
2012-08-09allow customizing the status message in updateStatus (shown when blockers are...Alon Zakai
2012-08-01send param to onFullScreen callbackAlon Zakai
2012-07-24finally found a working workaround for chromium bug 124926Alon Zakai
2012-07-24further attempts to get sound working in chrome; even if oncanplaythrough did...Alon Zakai
2012-07-24refactor workaround for chromium bug 124926Alon Zakai