91 Commits (e1a156ea674f512dba2e71d0d83d6a8b13df19c1)

Author SHA1 Message Date
Vladimír Vondruš 674a740da5 Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Vladimír Vondruš dba35bac7a Platform: initial HiDPI support in GlfwApplication. 8 years ago
Vladimír Vondruš d21c05f6f3 Platform: disallow calling framebufferSize() / windowSize() w/o a window. 8 years ago
Vladimír Vondruš 47ade4ef53 Platform: make it possible to get scroll position in Glfw and Sdl2App. 8 years ago
Vladimír Vondruš 9095954e6d Platform: added Sdl2Application::setContainerCssClass(). 8 years ago
Vladimír Vondruš c657da8017 Platform: use our own APIs to get framebuffer size. 8 years ago
Vladimír Vondruš 934d9e6bf9 Platform: resize events in Sdl2App on Emscripten, autodetecting size. 8 years ago
Vladimír Vondruš 56a933b17c Platform: deprecate Sdl2Application AllowHighDpi window flag. 8 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš 769bc0da90 Platform: query DPI awareness on Apple and warn if not set. 8 years ago
Vladimír Vondruš ae31c3cd82 Platform: initial HiDPI support in SDL2 app on Linux and Emscripten. 8 years ago
Vladimír Vondruš 37e92ffd6d Platform: fix a variable shadowing warning on MSVC. 8 years ago
Vladimír Vondruš 24b91e40c2 Platform: ability to specify color/depth/stencil buffer sizes. 8 years ago
Vladimír Vondruš c77e6d7a15 Platform: doc++ 8 years ago
Vladimír Vondruš d5a0516f8a Split the OpenGL layer out, pt 29: SDL2 and GLFW apps w/o GL. 8 years ago
Vladimír Vondruš 675c49e79e Split the OpenGL layer out, pt 28: non-GL-centric Platform::*Application. 8 years ago
Vladimír Vondruš 298e7c20a7 Split the OpenGL layer out, pt 23: adapted Platform. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 6ae21f23b5 Revert "Platform: Move emscripten port of Sdl2Application to SDL2" 9 years ago
Squareys 5fb3f435dd Platform: Move emscripten port of Sdl2Application to SDL2 9 years ago
Vladimír Vondruš 9733988686 Platform: fix severe aliasing artifacts with defaults on Emscripten. 9 years ago
Vladimír Vondruš 1c433486cd Consistently use macOS instead of OSX. 9 years ago
Vladimír Vondruš ed7eac0b42 Platform: implement Sdl2Application::windowSize() on Emscripten. 9 years ago
Vladimír Vondruš 0d94673afb Platform: make it possible to run main loop iterations manually. 9 years ago
Vladimír Vondruš dcd2249039 Platform: no need to have things at such level of ugliness. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš eeba2ac848 Platform: proper NoCreate constructors for windowed classes. 9 years ago
Vladimír Vondruš 3a16ae6f46 Platform: use Flag::TextInputActive instead of a boolean in Sdl2Application. 9 years ago
Vladimír Vondruš 8e632130b8 Platform: added *Application::KeyEvent::keyName(). 10 years ago
Vladimír Vondruš 7c631d714a Platform: expose key repeat in *Application::KeyEvent::isRepeated(). 10 years ago
Elliot Saba e40533b841 Platform: Add Sdl2Application::InputEvent::Modifier::Super. 10 years ago
Vladimír Vondruš f96b22e117 Platform: no-forward-compatible-core-context also on Intel/Windows. 10 years ago
Vladimír Vondruš 2a77856df2 Platform: first-class MouseScrollEvent for SDL2 and NaCl application. 10 years ago
Vladimír Vondruš 3f9de4e6a8 Platform: revert "Allow horizontal-only scrolling" 10 years ago
Vladimír Vondruš c1e45f5e14 Platform: Sdl2Application::windowSize() is not available in Emscripten. 10 years ago
Vladimír Vondruš 93cf86a076 Platform: mouse click count is not available in Emscripten. 10 years ago
Vladimír Vondruš e873af7777 Platform: make text input actually working on Emscripten. 10 years ago
Elliot Saba c817f8412e Allow horizontal-only scrolling 10 years ago
Vladimír Vondruš 1fc6be2a64 Platform: added Sdl2Application::multiGestureEvent(). 10 years ago
Vladimír Vondruš a22f955582 Platform: SDL2 text editing *is* available in Emscripten. 10 years ago
Vladimír Vondruš e36b5e3517 Platform: added Sdl2Application::MouseEvent::clickCount(). 10 years ago
Vladimír Vondruš 6da8da79a8 Platform: properly prefix private member variables. 10 years ago
Vladimír Vondruš fcb7277524 Platform: added Sdl2Application::windowSize(). 10 years ago
Vladimír Vondruš 8d3fb52a7f Platform: split text input rect setup into separate function. 10 years ago
Vladimír Vondruš d3b18e145b Platform: oops, committed too fast. 10 years ago
Vladimír Vondruš 1398ffd24c Platform: text input support for Sdl2Application. 10 years ago
Vladimír Vondruš 082e02a013 Platform: minor code reordering. 10 years ago
Vladimír Vondruš 0078f7a035 Platform: fix Sdl2Application build on Emscripten. 10 years ago
Vladimír Vondruš 8469beec3b Platform: destroy SDL2 window also if Magnum context creation fails. 10 years ago
Vladimír Vondruš 29081acc94 Platform: avoid window blinking with multiple context creation attempts. 10 years ago