Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | correct way of scrollinbg to bottom | Lu Wang | |
2013-10-23 | write out html and side js when html output is requested, to improve page ↵ | Alon Zakai | |
load times | |||
2013-10-23 | Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size ↵ | Jukka Jylänki | |
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059. |