165 Commits (d5db913a77cde07d1fe2cb9700c6da588e4a068f)

Author SHA1 Message Date
Pablo Escobar d5db913a77 Platform: fix Super modifier in Sdl2Application 4 years ago
Vladimír Vondruš b37df09892 Platform: clean up leftovers after old deprecated viewportEvent(). 5 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš 45ccf50b47 GL: implement --magnum-gpu-validation no-error. 5 years ago
Vladimír Vondruš 24138e2c60 Platform: implement [GL]Configuration::Flag::NoError in all apps. 5 years ago
Vladimír Vondruš d1774ef4d2 Platform: replace UGLY error-prone C string handling with StringViews. 5 years ago
Vladimír Vondruš 6dafbd0c14 Platform: since we #include the Context anyway, no need to PIMPL it. 5 years ago
Vladimír Vondruš 5d05acbf1f Platform: explicitly destroy GL::Context before the GL context. 5 years ago
Vladimír Vondruš 458c2c7757 Platform: take Flag::GpuValidation into account in all apps. 5 years ago
Vladimír Vondruš b29de865af GL: no need for separate Context::InternalFlags anymore. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 32a7adefed GL: use StringView literals for all workaround names. 5 years ago
Vladimír Vondruš b4d7c84ee2 Platform: fix a crash in GlfwApplication::setCursor() on GLFW 3.4. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 4547f0a4aa Platform: notify about hardcoded WebGL canvas size in verbose output. 5 years ago
Vladimír Vondruš 03ca45bd0c Platform: fix verbose log for app-specified DPI scaling. 5 years ago
Pablo Escobar 1fd365773a Platform: update {Emscripten,Sdl2}App cursor using Module['canvas']. 6 years ago
Vladimír Vondruš 832f0ae3fc Platform: don't hardcode ID in {Emscripten,Sdl}App::setContainerCssClass(). 6 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš e7838a8b9e Platform: check before calling SDL_DestroyWindow(). 6 years ago
Vladimír Vondruš 68559411fc Platform: drop the forward compatible flag for fallback GLX 2.1 context. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 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š ad9b9f5a3d Platform: ensure Sdl2Application has a window opened in the main loop. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 6 years ago
Vladimír Vondruš c3878c9bf1 Platform: implement physical DPI scaling in Sdl2App on Windows. 6 years ago
Vladimír Vondruš 5cbd6bdf85 Platform: use an Optional for lazy-loaded event properties in Sdl2App. 6 years ago
Vladimír Vondruš 750544e2c2 Platform: update copyright in headers. 6 years ago
Vladimír Vondruš 7d37647897 Platform: print the "HiDPI not enabled" warning at most once on macOS. 6 years ago
Vladimír Vondruš bbc6102320 Platform: hide internal {Glfw,Sdl2}Application flags from the header. 6 years ago
Vladimír Vondruš 9d5064c857 Platform: fix Sdl2Application::setSwapInterval(0) + setMinLoopPeriod(). 6 years ago
Vladimír Vondruš d64a67ab63 Platform: this error message was beyond useless. 6 years ago
Vladimír Vondruš 32eb99890e Platform: silence clang-cl warnings from internal SDL headers. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 86c7486402 Platform: fix non-deprecated build. 7 years ago
Vladimír Vondruš 090c6bb4a7 Platform: window icon management in Glfw and Sdl2Application. 7 years ago
Vladimír Vondruš 51e65aaae0 Platform: respect DPI in setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 322a57e88c Platform: properly fire Sdl2Application::viewportEvent() in all cases. 7 years ago
Vladimír Vondruš c4e3e3c045 Platform: deprecate Sdl2Application::setMouseLocked(). 7 years ago
Vladimír Vondruš 04827d3743 Platform: Emscripten support for cursors in Sdl2Application. 7 years ago
Vladimír Vondruš a1bca4d8f4 Platform: minor cleanup, doc++, make cursor LUTs file-local. 7 years ago
Marco Melorio 40bfa7ae91 Plaftorm: Add cursor management support 7 years ago
Vladimír Vondruš 35bf229ed5 Platform: add Sdl2Application::Configuration::WindowFlag::{OpenGL,Vulkan}. 7 years ago
Vladimír Vondruš 82f53862e1 Platform: Sdl2Application::mainLoopIteration() now returns a bool. 7 years ago
Vladimír Vondruš 6ba9bf529a Platform: doc++ 7 years ago
Vladimír Vondruš 64ad4a566a Platform: fix Sdl2Application on Emscripten with TARGET_GL disabled. 7 years ago
Vladimír Vondruš a61e258d88 Platform: fix {Sdl2,Glfw}Application startup on GL-less builds. 7 years ago