141 Commits (7558bc71ba42f681d624670d548ec3904863b166)

Author SHA1 Message Date
Vladimír Vondruš 7558bc71ba Platform: add focusEvent() and blurEvent() to Application implementations. 11 months ago
Vladimír Vondruš 70b0d76fcb Platform: add {Sdl2,Glfw}Application::isKeyPressed(). 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 1d2a1c1b3e Platform: more unused variable warning fixes on macOS. 1 year ago
Vladimír Vondruš cb568c09e5 Platform: fix unused variable warnings in {Glfw,Sdl2}Application on macOS. 1 year ago
Vladimír Vondruš 414a65f9db Platform: expose key scan codes and related APIs. 2 years ago
Vladimír Vondruš 14a7ecaf7f Platform: move Modifier and Key enums directly to the Application class. 2 years ago
Vladimír Vondruš 5894beaeb2 Platform: mark GLFW 3.2 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš 3981bcf2f4 Platform: replace MouseScrollEvent with a ScrollEvent with float position. 2 years ago
Vladimír Vondruš fc80172148 Platform: replace mouse events with pointer events in ScreenedApp. 2 years ago
Vladimír Vondruš 5110b40b16 Platform: replace mouse events with pointer events in GlfwApplication. 2 years ago
Vladimír Vondruš 2b1b52265c Platform: reorder GlfwApplication internals to match declaration order. 2 years ago
Vladimír Vondruš adfd0a80bd doc: updated credits and changelog. 2 years ago
Andreas Leroux a9daddfb63 Platform: add GlfwApplication::tickEvent() and setMinimalLoopPeriod(). 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 87c7eea1e2 Deprecate MAGNUM_TARGET_GLES3. 2 years ago
Vladimír Vondruš a21636fee8 Platform: disallow WindowFlag::Contextless when creating a GL context. 2 years ago
Vladimír Vondruš a2ca84d4f5 GL: return Containers::Pair from version(). 3 years ago
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