123 Commits (b6fa37633f6bb4ec581cf7979453ee9c8cbf6621)

Author SHA1 Message Date
Vladimír Vondruš 6ab321a38c Platform: query DPI scaling values every time instead of saving them. 3 years ago
Vladimír Vondruš 66822c13fd Platform: don't let GLFW change CWD on Apple platforms. 3 years ago
Vladimír Vondruš 3b1fb704ca Platform: add a TODO for a NVidia bug triggered by GLFW. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 71516ab436 Platform: properly tell GLFW to use EGL if desired. 3 years ago
Hugo Amiard 1d2c6aeb77 Platform: don't crash EmscriptenApplication on a WebGL-less build. 3 years ago
Vladimír Vondruš e62b2bb000 Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL. 4 years ago
Vladimír Vondruš 70d286774f Platform: use StringView in *Application::Text*Event. 4 years ago
Vladimír Vondruš b9459d3669 Platform: port GlfwApplication away from std::string. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d96957b5a4 Platform: bah! 5 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š 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š 64433315a1 Doc++, updated credits and changelog. 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š 03ca45bd0c Platform: fix verbose log for app-specified DPI scaling. 5 years ago
Vladimír Vondruš 08803885e7 Doc++, updated changelog. 6 years ago
Tracy Ma 6a345ea982 Fix: unable to create gl context on desktop with ANGLE + GLFW3 6 years ago
Vladimír Vondruš 18a05309e9 Platform: added view-taking Platform::GlfwApplication::setWindowIcon(). 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š d96442389a Platform: remove copypasted comment. 6 years ago
Vladimír Vondruš e64e40da11 Platform: avoid using 100% CPU in an idle GlfwApplication. 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š 7a30390890 Platform: extend window flags in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 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š 8af1f6a91e Platform: delay GLFW event callback setup to first main loop iteration. 6 years ago
Vladimír Vondruš ce0efd1aeb Platform: move a window creation asset to a better place in GlfwApp. 6 years ago
Vladimír Vondruš c17f5a0340 Platform: avoid GlfwApplication::viewportEvent() being fired too soon. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 6 years ago
Vladimír Vondruš 444b925b2a Platform: implement virtual DPI scaling in GlfwApp on Windows. 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š 31a7c4f66e Platform: check for presence of GLFW cursor defines instead of a version. 6 years ago
Marco Melorio 1b1c12a56f GlfwApplication: added new GLFW 3.4 resizing cursors. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Konstantinos Chatzilygeroudis 5e5c5f7945 GlfwApplication: fix for empty env XDG_SESSION_TYPE 7 years ago
Vladimír Vondruš 090c6bb4a7 Platform: window icon management in Glfw and Sdl2Application. 7 years ago