35 Commits (321c2d22b9148d7a1ba142d653c0989068066245)

Author SHA1 Message Date
Vladimír Vondruš 08ecbbc380 Platform: fix EmscriptenApplication key events. 6 years ago
Vladimír Vondruš 0f026cd314 Platform: port EmscriptenApplication away from deprecated string APIs. 6 years ago
Vladimír Vondruš 8ac9750a81 Platform: properly initialize EmscriptenApp GLConfiguration. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 446b63f11c doc: updated credits and changelog. 6 years ago
Squareys d04a9c780c Platform: Fix compilation of EmscriptenApplication on Emscripten 1.38.26+ 6 years ago
Vladimír Vondruš e6dc5be1af Platform: default to 32-bit RGBA framebuffer instead of 24-bit RGB. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš e603771cef Platform: fix EmscriptenApplication mouse events with Emscripten master. 6 years ago
Vladimír Vondruš d33bbd1c7e Platform: apparently I forgot to finish this sentence a year ago. 6 years ago
Vladimír Vondruš 3379051ed5 Platform: added a bunch of missing keys. 7 years ago
Vladimír Vondruš c091ed0e66 Platform: implement cursor management for EmscriptenApplication as well. 7 years ago
Vladimír Vondruš 1f65f0a823 Platform: minor cleanup. 7 years ago
Vladimír Vondruš 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš d54e8c1844 Platform: minor cleanup. 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 466c3bb957 Platform: why the heck was this missing from EmscriptenApplication? 7 years ago
Vladimír Vondruš cf7d2a487f Platform: actually properly redraw after EmscriptenApp::viewportEvent(). 7 years ago
Vladimír Vondruš 384fd5c363 Platform: fix EmscriptenApp::setContainerCssClass() to fire viewport event. 7 years ago
Vladimír Vondruš 4c6ebeeef4 Platform: doc++ 7 years ago
Squareys 6e5f6b8858 Platform: light-weight main loop for EmscriptenApplication 7 years ago
Squareys cc28453332 Platform: Fix UTF8 text input in EmscriptenApplication 7 years ago
Vladimír Vondruš de0d991018 Platform: add EmscriptenApplication::setContainerCssClass(). 7 years ago
Vladimír Vondruš ac0d6987ad Platform: actually properly destroy the WebGL context after. 7 years ago
Vladimír Vondruš e0019f511c Platform: this is all wrong anyway and mainLoopIteration() is useless. 7 years ago
Vladimír Vondruš 1aa4989e5e Platform: expose raw event structures in EmscriptenApplication. 7 years ago
Vladimír Vondruš 8254e16c91 Platform: rework DPI awareness and resize event in EmscriptenApp. 7 years ago
Vladimír Vondruš b28ac4667d Platform: no need to reinterpret_cast the void pointers. 7 years ago
Vladimír Vondruš fd137f3cf1 Platform: make EmscriptenApplication work correctly w/o TARGET_GL. 7 years ago
Vladimír Vondruš fc4860e30a Platform: give the docs the love they deserve. 7 years ago
Vladimír Vondruš 73e0199696 Platform: well, these OTOH *don't* need to be flags. 7 years ago
Vladimír Vondruš f2fb0b3da3 Platform: fix build on Emscripten 1.38.17 and newer. 7 years ago
Vladimír Vondruš 173a87eaf4 Platform: none of EmscriptenApplication constructors were defined. 7 years ago
Vladimír Vondruš 2952a19287 Platform: various minor EmscriptenApplication cleanup. 7 years ago
Squareys b970b4d247 Platform: Add initial EmscriptenApplication 7 years ago