514 Commits (e375fac168ec8b273b9552999c139bb59a3f2e3d)

Author SHA1 Message Date
Vladimír Vondruš e375fac168 Platform: properly define enum operators for all EmscriptenApp flags. 7 years ago
Vladimír Vondruš 173a87eaf4 Platform: none of EmscriptenApplication constructors were defined. 7 years ago
Vladimír Vondruš 251e858d5b Platform: the EmscriptenApplication destructor doesn't need to be virtual. 7 years ago
Vladimír Vondruš 9c8dfbccc0 Platform: hide Emscripten forward declarations from Doxygen. 7 years ago
Vladimír Vondruš 2952a19287 Platform: various minor EmscriptenApplication cleanup. 7 years ago
Squareys b970b4d247 Platform: Add initial EmscriptenApplication 7 years ago
Vladimír Vondruš 6521e1b9be Platform: properly zero-initialize the exit code. 7 years ago
Vladimír Vondruš dc1cf5e9d4 Platform: missing enum operators for GlfwApp::MouseMoveEvent::Buttons. 7 years ago
Vladimír Vondruš ba14afb6c8 Platform: doc++ 7 years ago
Vladimír Vondruš 91725dd86e Platform: enable PIC for all (static) Application libraries. 7 years ago
Vladimír Vondruš f383959fb0 Platform: fix SDL2/GLFW viewportEvent() on Retina-aware {i,mac}OS apps. 7 years ago
Vladimír Vondruš 7e06581758 Platform: show the value of KeyEvent::key() in the tests. 7 years ago
Guillaume Jacquemin b4dac78ef3 Platform: improve {Glfw,Sdl2}Application. 7 years ago
Vladimír Vondruš 8672dc7eab Platform: cleanup trailing whitespace. 7 years ago
Vladimír Vondruš 687496fccb CMake: make OpenGL_GL_PREFERENCE settable from outside. 7 years ago
Guillaume Jacquemin f4b6130ab0 Platform: improve {Glfw,Sdl2}Application::exit(). 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš 90577d5bfc Platform: removed deprecated Application constructors taking nullptr. 7 years ago
Daniel 035f644769 Platform: removed GlutApplication. 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš 7466d939e5 Platform: no need to compile a file twice on macOS. 7 years ago
Vladimír Vondruš b168433c4e Platform: minor cleanup. 7 years ago
Vladimír Vondruš 2253987531 Platform: HiDPI support for SDL2 and GLFW on Windows. 7 years ago
Vladimír Vondruš d98efb241d Platform: deduplicate DPI handling code. 7 years ago
Vladimír Vondruš e7a941875b Platform: show more preprocessor info in magnum-gl-info. 7 years ago
Vladimír Vondruš 76870e7821 Platform: update WindowlessEglApplication for Emscripten 1.38.24. 7 years ago
Vladimír Vondruš 8a036bf910 Audio,Platform: update Emscripten markup for windowless apps as well. 7 years ago
Vladimír Vondruš 39678dac09 Platforms: update Emscripten markup for 1.38.27 and up. 7 years ago
Vladimír Vondruš 80f37d5262 Platforms: Pointer_stringify() is no more. 7 years ago
Vladimír Vondruš cfd9b5d39c Platform: add a test for Sdl2Application::setContainerCssClass(). 7 years ago
Vladimír Vondruš 9005b3c9aa Platform: expose also window events via Sdl2Application::anyEvent(). 7 years ago
Guillaume Jacquemin daf1deab3e Sdl2Application: add glContext() accessor. 7 years ago
Vladimír Vondruš 8e8010c40b Document and print helpful error messages for GL-dependent features. 7 years ago
Vladimír Vondruš 053f406b7d Platform: make SDL2 and GLFW apps buildable without TARGET_GL again. 7 years ago
Thibault Jochem 28e300da02 zero-initialize utf8 buffer. 7 years ago
Vladimír Vondruš 75cc1725ad CMake: link both GlfwApplication and Sdl2Application to EGL, if needed. 7 years ago
Vladimír Vondruš 6a982f7841 Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 1346573798 Platform: document that GlfwApplication::swapInterval() doesn't exist. 7 years ago
Vladimír Vondruš a1356decdd Platform: extend GLFW and SDL2 test applications. 7 years ago
Vladimír Vondruš d7d65db884 Platform: hint SDL what GLES library we want to use. 7 years ago
Vladimír Vondruš 3bb85ae1bb Platform: don't use deprecated functionality. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš 40cfe06044 Doc++, minor cleanup. 7 years ago
Vladimír Vondruš 20a55b16aa Platform: implement Sdl2Application::anyEvent(), expose SDL_Event. 7 years ago
Vladimír Vondruš d4c1785dc0 Platform: make ViewportEvent non-copyable, mark internals as const. 7 years ago
Vladimír Vondruš b9342665b2 Platform: don't group special events together with screen events. 7 years ago
Vladimír Vondruš 0479360072 Platform: deprecate typo'd key name in GlfwApplication. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago