aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
AgeCommit message (Expand)Author
2014-05-02document and assert on only one browser main loop at a timeAlon Zakai
2014-04-29do not exit runtime if safeSetTimeout|Interval are calledAlon Zakai
2014-04-24if no canvas, do not set up canvas event listenersAlon Zakai
2014-04-13Apply kripken's code formatting review to michaeljbishop's SDL2 touch pull re...Jukka Jylänki
2014-04-13Added preliminary support for the SDL2 touch api. Missing items:Michael Bishop
2014-03-07Implement emscripten_async_wget2_dataJoel Croteau
2014-03-06Fixed full screen closing immediatelyDerKoun
2014-03-03Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscri...Alon Zakai
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
2014-02-28fix some whitespaceAlon Zakai
2014-02-28Merge branch 'incoming' of github.com:DerKoun/emscripten-fullscreen-improveme...Alon Zakai
2014-02-28Full screen fixes (aspect ratio & IE11) & AR optDerKoun
2014-02-21strict fix: Don't define functions within conditionals or try blocks.Bruce Mitchener
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an argume...Alon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2014-02-10keep runtime alive if workers are calledAlon Zakai
2014-02-10keep runtime alive if we call async_prepare*Alon Zakai
2014-02-06warn when rendering without setAnimationFrameAlon Zakai
2014-01-15Optimize rendering from client-side memory by maintaining a set of doublebuff...Jukka Jylänki
2014-01-09Simplify verbose object dereference hierarchy in library_gl.js by storing glo...Jukka Jylänki
2014-01-03Update library_browser.jsonnoj
2014-01-02Fixed undefined check.onnoj
2014-01-02Added comments & assert to scrollX fix.onnoj
2013-12-23Added workaround for window.scrollX compat.onnoj
2013-12-01fix emscripten_hide_mouse removal of old ruleAlon Zakai
2013-11-25fix typo in onContextCreationErrorAlon Zakai
2013-11-22listen to webglcontextcreationerror for information; fixes #1846Alon Zakai
2013-11-17try 'webgl' as well for webgl context creation; fixes #1813Alon Zakai
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-07Add more names for functions that show up in Firefox profiler as anonymous.Jukka Jylänki
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-10-29updated library_sockfs.js to make WebSocket a local var and updated library_b...Fraser Adams
2013-10-27add support for node.js to act as a socket clientFraser Adams
2013-10-14Minor fixes and improvementsRemi Papillie
2013-10-13Switched off antialiasing by default for WebGL contexts.Rémi Papillié
2013-10-09print call stack of errors, when there is oneAlon Zakai
2013-09-13emscripten_async_load_scriptAlon Zakai
2013-09-01gracefully handle ExitStatus exception in async main loopsAnthony Pesch
2013-08-29Formatting.Jukka Jylänki
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...Jukka Jylänki
2013-08-25implement emscripten_get_canvas_sizeToadKing
2013-08-19Merge remote-tracking branch 'origin/incoming' into touch_handlingJames Gregory
2013-08-15expose setCanvasSizeAnthony Pesch
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-08Basic touch event support in GLUT for mobile browsers.James Gregory
2013-08-08Do not attempt browser image decoding if the browser does not have the window...Jukka Jylänki
2013-08-06store preloaded images by their absolute pathAnthony Pesch
2013-07-22Made getMimetype() a public method of the Browser module and used itMichael J. Bishop
2013-07-12Add bug number to comment.Jez Ng