54 Commits (414a65f9db563b25e1fb195406e9255061f05c2e)

Author SHA1 Message Date
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š a76b7646f0 Platform: handle (multi-)touch events in Sdl2Application. 2 years ago
Vladimír Vondruš 3981bcf2f4 Platform: replace MouseScrollEvent with a ScrollEvent with float position. 2 years ago
Vladimír Vondruš fc6c76726d Platform: replace mouse events with pointer events in Sdl2Application. 2 years ago
Vladimír Vondruš 6042642848 Platform: print key/modifier/button names in Application tests. 2 years ago
Vladimír Vondruš 9988200bf2 Platform: test the Sdl2Application::multiGestureEvent() as well. 2 years ago
Vladimír Vondruš ba0fbe3eec Platform: make Sdl2Application::setMinimalLoopPeriod() unit-safe. 2 years ago
Vladimír Vondruš f7cdd61211 Platform: opt-in test for Sdl2Application::tickEvent(). 2 years ago
Vladimír Vondruš 734ddd0d75 Platform: test constant redraw in both SDL2 and GLFW applications. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 46e5f300c1 Platform: print actual key enum names in application tests. 2 years ago
Vladimír Vondruš 56e58ead22 Platform: mark events as accepted in Sdl2Application test. 2 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 50216faa9e Platform: print key release events in application tests as well. 4 years ago
Vladimír Vondruš 70d286774f Platform: use StringView in *Application::Text*Event. 4 years ago
Vladimír Vondruš ca1cbe2950 Platform: port Sdl2Application away from std::string. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 26503041f7 Platform: test and document exit() behavior in {Glfw,Sdl2}Application. 4 years ago
Vladimír Vondruš cef4719d3e Platform: document why particular things aren't tested. 5 years ago
Vladimír Vondruš 458c2c7757 Platform: take Flag::GpuValidation into account in all apps. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 66c9746986 Platform: switch Emscripten app tests to use CSS classes instead of IDs. 6 years ago
Vladimír Vondruš 67a711a101 Platform: I'm sorry for breaking the build. 6 years ago
Vladimír Vondruš fc9a2f45d6 Platform: clear the framebuffer in Sdl2Application test. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 7a30390890 Platform: extend window flags in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš b04aa48c03 Platform: do at least something in the test draw event. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 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š 090c6bb4a7 Platform: window icon management in Glfw and Sdl2Application. 7 years ago
Vladimír Vondruš 3e4646f4be Platform: add tests for setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 01e12ba495 Platform: test Sdl2App/GlfwApp mouse locking. 7 years ago
Vladimír Vondruš 7cb49fbb36 Platform: simple test for Sdl2 and GlfwApplication cursors. 7 years ago
Vladimír Vondruš 693fb55c10 Platform: fix GLFW/SDL2 tests on builds w/o GL. 7 years ago
Vladimír Vondruš 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 733d417feb Platform: testing for wheel events. 7 years ago
Vladimír Vondruš 562cf677ff Platform: test initial window size params in GLFW and SDL2 apps. 7 years ago
Vladimír Vondruš 7e06581758 Platform: show the value of KeyEvent::key() in the tests. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 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
Vladimír Vondruš 053f406b7d Platform: make SDL2 and GLFW apps buildable without TARGET_GL again. 7 years ago
Vladimír Vondruš a1356decdd Platform: extend GLFW and SDL2 test applications. 7 years ago
Vladimír Vondruš 20a55b16aa Platform: implement Sdl2Application::anyEvent(), expose SDL_Event. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago