summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-21Apply coding conventions to library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2136 from rjanicek/worker-consoleAlon Zakai
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-21Merge pull request #2146 from waywardmonkeys/undefined-symbolsAlon Zakai
2014-02-21Add missing semicolons at the end of statements for library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2148 from TV4Fun/html5fixesjuj
2014-02-21Fix bugs in HTML5 events when using SAFE_HEAPJoel Croteau
2014-02-21Merge pull request #2145 from TV4Fun/mousefixjuj
2014-02-21Fix indentation in localeconvJoel Croteau
2014-02-21Squashed commit of the following:Joel Croteau
2014-02-21Correct some function dependencies to address unresolved symbols in tests.Bruce Mitchener
2014-02-20tolerate negative values of precision in printf, fallback to default precisionAlon Zakai
2014-02-20Merge pull request #2143 from waywardmonkeys/strict-fixesAlon Zakai
2014-02-21strict fix: Don't define functions within conditionals or try blocks.Bruce Mitchener
2014-02-21When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension effect...Jukka Jylänki
2014-02-20strict fix: Can't use octal constants.Bruce Mitchener
2014-02-20strict fix: Duplicate key in object literal.Bruce Mitchener
2014-02-19Formatting fix and add testJoel Croteau
2014-02-19Clean up code formatting in VAO code to adhere to coding conventions. Fix ref...Jukka Jylänki
2014-02-19Remove test on __depsAnthony Liot
2014-02-19Change ASSERTION by GL_ASSERTIONSAnthony Liot
2014-02-19Add support of both emulate and extension vaoAnthony Liot
2014-02-19VAO ExtensionAnthony Liot
2014-02-19Correct syntax of allocate functionJoel Croteau
2014-02-19Provide better implementation of localeconv and fix logic error in allocateJoel Croteau
2014-02-18fixed console detection so it does not throwRichard Janicek
2014-02-18improve typed arrays errorAlon Zakai
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an argume...Alon Zakai
2014-02-18Don't redefine console if it already exists like in Chrome worker.Richard Janicek
2014-02-18add some asserts in dynCallAlon Zakai
2014-02-17Merge pull request #1871 from abergmeier/fixup_eglSwapBuffersjuj
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-15clear status when proxied worker first respondsAlon Zakai
2014-02-15fix canvas proxy code for sending resize eventsAlon Zakai
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek
2014-02-14add missing asm coercion to va_arg handler; #2120Alon Zakai
2014-02-14Remove flush from eglSwapBuffers emulation.Andreas Bergmeier
2014-02-14Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporti...Andreas Bergmeier
2014-02-14Bring eglSwapBuffers closer to actual documentation.Andreas Bergmeier
2014-02-13make logo a linkAlon Zakai
2014-02-13improve emcc help on shell file, and add minimal shell file exampleAlon Zakai
2014-02-13Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ...Alon Zakai
2014-02-13Fix Mozilla Audio Data API usage after my previous commit that added the use ...Jukka Jylänki
2014-02-12Spruced up shell.htmlJack Arrington
2014-02-12Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incomingAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-12Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...Jukka Jylänki
2014-02-11Merge branch 'incoming' of github.com:mgerhardy/emscripten into incomingAlon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai