| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-18 | Added embind support for std::unique_ptr | Nikolay Vorobyov | |
| 2014-06-11 | add myself to AUTHORS | Sathyanarayanan Gunasekaran | |
| 2014-06-04 | added Nicolas Guillemot to AUTHORS | Nicolas Guillemot | |
| 2014-06-02 | Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-05-29 | Add ningxin.hu@intel.com into AUTHORS | Ningxin Hu | |
| 2014-05-28 | Merge branch 'master' of github.com:JasonGreen/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-05-28 | glTex[Sub]Image* should not throw an exception, but should cause a ↵ | Jason Green | |
| GL_INVALID_ENUM error on unrecognized formats or types | |||
| 2014-05-20 | Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-05-20 | Add @lovasoa to the AUTHORS | Ophir LOJKINE | |
| 2014-05-13 | Add myself to AUTHORS | mhenschel | |
| 2014-05-07 | Add Ryan Sturgell to AUTHORS | Ryan Sturgell | |
| 2014-04-29 | Add myself to AUTHORS | Camilo Polymeris | |
| 2014-04-23 | Merge branch 'fix-SDL_GetKeyboardState-not-based-on-scanCode-bug' of ↵ | Alon Zakai | |
| github.com:usagi/emscripten into incoming Conflicts: AUTHORS | |||
| 2014-04-22 | Merge branch 'incoming' of github.com:guillaumeblanc/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-04-22 | Fixes glfwGetKey that always returns 0 if no callback is set with ↵ | Guillaume Blanc | |
| glfwSetKeyCallback; fixes #1320 | |||
| 2014-04-17 | Fix typo in settings.js | Ori Avtalion | |
| 2014-04-16 | add myself | Usagi Ito | |
| 2014-04-02 | - fix mouse button ordering | prixeus | |
| - added/fixed some glfw button codes - added myself to AUTHORS - unified the comments and else statements | |||
| 2014-03-24 | Merge branch 'patch-2' of github.com:dandv/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-03-24 | Adding @dandv | Dan Dascalescu | |
| 2014-03-10 | Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-03-08 | Added myself to AUTHORS | Daniele Di Proietto | |
| 2014-03-07 | Merge pull request #2202 from abergmeier/fix_address | Alon Zakai | |
| Correct my email address. | |||
| 2014-03-07 | Merge branch 'master' of github.com:Noxalus/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-03-07 | Update AUTHORS | Noxalus | |
| 2014-03-07 | Correct my email address. | Andreas Bergmeier | |
| 2014-03-03 | Merge branch 'allow_multiple_worker_responses' of ↵ | Alon Zakai | |
| github.com:virusdave/emscripten into incoming Conflicts: AUTHORS | |||
| 2014-03-03 | Allow multiple worker responses (via messages) if desired. | Dave Nicponski | |
| Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file. | |||
| 2014-02-28 | Merge branch 'incoming' of ↵ | Alon Zakai | |
| github.com:DerKoun/emscripten-fullscreen-improvements into incoming Conflicts: AUTHORS | |||
| 2014-02-28 | Full screen fixes (aspect ratio & IE11) & AR opt | DerKoun | |
| Full screen image now has correct aspect ratio (parent of canvas is full screen root, canvas size is adapted via styles). Full screen now works properly in Internet Explorer 11. It is now possible to optionally force a specific aspect ratio for the canvas (canvas size is adapted via styles, ratio for now has to be set manually in compiled JS). | |||
| 2014-02-25 | Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-02-26 | added myself to the authors | patchanka | |
| 2014-02-22 | added 'haneefmubarak' to AUTHORS | Haneef Mubarak | |
| 2014-02-19 | Formatting fix and add test | Joel Croteau | |
| 2014-02-14 | add request animation frame logic to proxy-to-worker | Richard Janicek | |
| if worker sends frames faster then browser can render, skip them | |||
| 2014-02-13 | Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ↵ | Alon Zakai | |
| incoming Conflicts: AUTHORS | |||
| 2014-02-12 | Spruced up shell.html | Jack Arrington | |
| Made a bunch of changes to shell, including a logo, a nicer spinner, and better colors. Note on the image: I simply inlined the svg logo from docs/, which made the file significantly longer. | |||
| 2014-02-12 | Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming | Alon Zakai | |
| Conflicts: AUTHORS | |||
| 2014-02-12 | Fixes according to pull request feedback. | jonas echterhoff | |
| 2014-02-11 | update authors | Sami Vaarala | |
| 2014-02-04 | Add myself to AUTHORS. | Boris Gjenero | |
| 2014-01-24 | Add myself to AUTHORS | James Urquhart | |
| 2014-01-16 | It's 2014 | Sindre Sorhus | |
| 2014-01-14 | Add GLEW 1.10.0 emulation | Jari Vetoniemi | |
| Includes library_glew.js that stubs the init functions, but also provides the other functions. GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants, some missing constants that are in GLEW 1.10.0 are also provided. Otherwise it still uses SDL_opengl.h to provide function definitions and other constants. Linaro's GLEW (glew-oes) is also supported to some degree to make it easier to get ES1 and ES2 software using it running. What it lacks: - Some constants and function declarations that are in GLEW 1.10.0 might be missing. - The real glew-es fork also includes normal GL constants and function pointers, this does not. Tests ran: - tests/runner.py browser Real world example using this code (and upcomming glfw3 port) can be found here: http://cloudef.eu/glhck http://cloudef.eu/glhck/qb.html | |||
| 2014-01-10 | Update AUTHORS | Emerson José Silveira da Costa | |
| Adding my name to the AUTHORS list as instructed by kripken in response to: https://github.com/kripken/emscripten/pull/1996 | |||
| 2014-01-07 | Adding myself to AUTHORS file | AlexPerrot | |
| 2014-01-06 | Added myself to AUTHORS | floooh | |
| 2013-12-24 | Fixed small problems which exhibit themself when building projects with too ↵ | Volo Zyko | |
| many source files. When there are too many source files and one builds static libraray cmake splits the whole list of files into several invocations of library archiver. In order this to work cmake needs to know both how to create and how to append to archive. Another related issue is that emscripten code fails when links a final javascript code if a command line of a link command is too long (this 'too long' is very OS dependent). Related discussion can be found in issue #1931. Conflicts: AUTHORS | |||
| 2013-12-17 | Update AUTHORS | CliffyA | |
| 2013-12-07 | Update AUTHORS | Vasilis Kalintiris | |
