aboutsummaryrefslogtreecommitdiff
path: root/system/include/emscripten.h
AgeCommit message (Collapse)Author
2012-06-15move emscripten.h to emscripten/emscripten.h, so native builds can -I that ↵Alon Zakai
dir and not get anything else
2012-06-14EMSCRIPTEN_KEEPALIVEAlon Zakai
2012-06-12emscripten_randomAlon Zakai
2012-06-05Added a helper function emscripten_set_canvas_size function which allows to ↵Jukka Jylänki
resize the <canvas> element on the web page in 'generic' fashion without having to depend on SDL or X11 headers in C code. This function is intended to be used in conjunction with EGL to specify a custom pixel resolution for the canvas (EGL API does not have expressiveness to do arbitrary pixel sizes).
2012-05-14emscripten_get_nowAlon Zakai
2012-05-10emscripten_hide_mouseAlon Zakai
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-04-19add emscripten_async_run_scriptAlon Zakai
2012-04-17add emscripten_async_callAlon Zakai
2012-03-24SDL mouse support and emscripten_set_main_loopAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
2011-10-28profiling option from C++Alon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-02move emscripten.h; fixes emscripten_apiAlon Zakai