577 Commits (e02ca0f52831b82178e6ecfc75a01ecf22c795dc)

Author SHA1 Message Date
Vladimír Vondruš 305454453d Platform: fix GLFW context creation on GL-less builds. 7 years ago
Vladimír Vondruš a61e258d88 Platform: fix {Sdl2,Glfw}Application startup on GL-less builds. 7 years ago
Vladimír Vondruš 693fb55c10 Platform: fix GLFW/SDL2 tests on builds w/o GL. 7 years ago
Vladimír Vondruš 0a0a652388 Platform: this code doesn't need stuff from GL. 7 years ago
Vladimír Vondruš 5be3f3ca7e Platform: if you call Sdl2Application::tickEvent(), it gets disabled. 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š 31f5ca4546 Platform: check and return a reference from Screen::application(). 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš e9286421a1 Platform: improve the UX of windowless Emscripten apps. 7 years ago
Vladimír Vondruš 377ff068f3 Doc++ 7 years ago
Vladimír Vondruš 217ea0c7b4 Platform: clearer asserts for ScreenedApplication. 7 years ago
Vladimír Vondruš 206122b405 Platform: make it possible to create & add a Screen in one step. 7 years ago
Vladimír Vondruš 081f784836 Platform: improve ScreenedApplication docs. 7 years ago
Vladimír Vondruš f3e0a852d5 Platform: make Screen::{focus,blur}Event() optional to implement. 7 years ago
Vladimír Vondruš 67a5602967 Platform: make BasicScreen destructor virtual. 7 years ago
Vladimír Vondruš 466c3bb957 Platform: why the heck was this missing from EmscriptenApplication? 7 years ago
Vladimír Vondruš e08cdced88 Platform: make ScreenedApplication available for AndroidApplication. 7 years ago
Vladimír Vondruš d1b7e4ded4 Platform: make KeyEvent in the Screen also a mixin. 7 years ago
Vladimír Vondruš 2828548d7d Platform: expose mouseScrollEvent() and text*Event() in Screen APIs. 7 years ago
Vladimír Vondruš bb982a4089 Platform: overrideable functions in Screen can now be private. 7 years ago
Vladimír Vondruš 37996e12b7 doc: improve docs about external CMake modules. 7 years ago
Vladimír Vondruš 544f30b52f Platform: make Application and other conditional aliases searchable. 7 years ago
Vladimír Vondruš 51ff5644f0 Platform: minor cosmetic changes. 7 years ago
Vladimír Vondruš 10c8bd7516 Platform: group Screen members the same way as in Applications. 7 years ago
Vladimír Vondruš bc95e35328 Platform: UGH DOXYGEN. 7 years ago
Vladimír Vondruš 38ef891682 Doc++ 7 years ago
Vladimír Vondruš df6582d948 Platform: ask for debug context if --magnum-gpu-validation is enabled. 7 years ago
Vladimír Vondruš 0f14a8d997 Platform: hmm, this header doesn't exist anymore. 7 years ago
Vladimír Vondruš a14be9b154 Adapt to (breaking) Corrade changes. 7 years ago
Vladimír Vondruš 50902e72d7 Platform: check for non-null GL_VENDOR before comparing it. 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š 4e20d22c4b Platform: separate the implicit engine startup log from the rest. 7 years ago
Vladimír Vondruš 291fa9a60a Platform: display also standard library defines in magnum-gl-info. 7 years ago
Vladimír Vondruš 6d1569d82b Platform: build Application tests as WIN32 apps on Windows. 7 years ago
Vladimír Vondruš a3c7968e64 Adapt to BUILD_MULTITHREADED being part of Corrade now. 7 years ago
Cameron Egbert d19f479721 Platform: fix DpiScaling to handle calling conventions properly on Windows. 7 years ago
Vladimír Vondruš 4c6ebeeef4 Platform: doc++ 7 years ago
Vladimír Vondruš 733d417feb Platform: testing for wheel events. 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š ed564b525e Platform: doc++ 7 years ago
Vladimír Vondruš 1bd78f9bdf Platform: move friends into privates. 7 years ago
Vladimír Vondruš de0d991018 Platform: add EmscriptenApplication::setContainerCssClass(). 7 years ago
Vladimír Vondruš 41859d8986 Platform: why is this protected when it's public elsewhere. 7 years ago
Vladimír Vondruš 9ac7c7f182 Platform: test EmscriptenApplication text input. 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š e7671c0170 Platform: why this is here and not here. 7 years ago