Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show most likely related ones first
|
|
|
|
|
|
|
|
|
|
|
|
|
|
github.com:DerKoun/emscripten-fullscreen-improvements into incoming
Conflicts:
AUTHORS
|
|
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).
|
|
|
|
Two minor testsuite cleanups.
|
|
|
|
|
|
|
|
|
|
entirely in some cases
|
|
|
|
|
|
|
|
|
|
|
|
buffer. Add test. Closes #2171.
|
|
|
|
|
|
|
|
Fix depecrated sourceMappingURL syntax
|
|
Fullscreen element sizes
|
|
|
|
|
|
|
|
build, and also fixes sqlite test
|
|
|
|
|
|
Ensure that fileno() returns -1 when given an invalid file pointer.
|
|
|
|
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc .
Bump version to 1.12.3 to update the cache after change to struct_info.json.
|
|
|
|
|
|
|
|
|
|
This will remove an error message about using old syntax in debug builds.
|
|
|
|
|