summaryrefslogtreecommitdiff
path: root/src/shell.html
AgeCommit message (Collapse)Author
2013-02-28support multiple arguments to default html print, printErrAlon Zakai
2012-08-09show progress on datafile downloadAlon Zakai
2012-07-23center progressAlon Zakai
2012-07-23add progress to shell.htmlAlon Zakai
2012-07-21nicer status textAlon Zakai
2012-06-18write preparing, not downloading when preparing downloaded dataAlon Zakai
2012-06-17define preRun and postRun in browser htmlAlon Zakai
2012-06-01but disable dump by defaultAlon Zakai
2012-06-01use dump when available instead of console.logAlon Zakai
2012-05-12show Running... when calling run()Alon Zakai
2012-05-12nicer html messages during load/startupAlon Zakai
2012-05-05fix fullscreen for closureAlon Zakai
2012-04-29support for fullscreen and pointer lock, and prevent oom from sdl event ↵Alon Zakai
queue overflow
2012-04-18do not specify canvas size in css, to allow code to modify the size more easilyAlon Zakai
2012-04-18Make src/shell.html HTML5 compliant by fixing incorrect DOM around head/body ↵Diclophis
tags, also declare a new CSS class 'emscripten' and make all generated elements use it so that we can prevent collision of additional elements if a developer chooses to modify this page and add additional elements, plus remove inline styles
2012-04-04Prevent contextmenu event on canvasBehdad Esfahbod
I'm doing this in the shell so it benefits everyone, not only glut.
2012-04-04Add border to canvasBehdad Esfahbod
2012-04-02add encoding to html to remove browser warningsAlon Zakai
2012-03-26show status messages for decompressing and clear status on runAlon Zakai
2012-03-26improve output textarea behaviorAlon Zakai
2012-03-25show 'Downloading' in html on startupAlon Zakai
2012-03-25update shell.html output for textareaAlon Zakai
2012-03-25clear html debug outputAlon Zakai
2012-03-25make html print output more debug friendlyAlon Zakai
2012-03-23fix sdl keyboard input and add a testAlon Zakai
2012-03-16show download number progressAlon Zakai
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2012-03-06escape & in htmlAlon Zakai
2012-03-05properly handle html-unfriendly print() outputAlon Zakai
2012-01-27Add a TODO message to add EMSCRIPTEN_ENVIRONMENT laterEhsan Akhgari
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Enable SDL to create a 2D or WebGL context depending on what the caller wantsEhsan Akhgari
2011-12-31override print() by default, to avoid errors when using the browser print() ↵Alon Zakai
(print to printer) if it hasn't been overridden. Overriding is now possible through Module.print
2011-12-13make shell.html more robust if no canvas supportAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL