9318 Commits (95b5116fdf6d0c6d820b2bf216f9a728aadeff27)

Author SHA1 Message Date
Vladimír Vondruš f9f44432bf CMake: try to clarify that Git version match failure is not an error. 2 years ago
Vladimír Vondruš cac1767914 Platform: haha, Doxygen Markdown parser is broken here, haha! 2 years ago
Vladimír Vondruš 7615cc3c8b GL: be clearer about the offset being *bytes*. 2 years ago
Vladimír Vondruš f91ce08591 Trade: mention upfront that all *Data are basically immutable. 2 years ago
Vladimír Vondruš 2c6f9963fb Platform: deprecate Sdl2Application MultiGestureEvent. 2 years ago
Vladimír Vondruš 7808658587 Platform: try to clarify what PointerMoveEvent::pointer() is for. 2 years ago
Vladimír Vondruš 69d02ad59b Platform: new TwoFingerGesture helper. 2 years ago
Vladimír Vondruš 7300be7f3f Platform: looks like I forgot how to C++ here. 2 years ago
Vladimír Vondruš a1ff473be1 Platform: don't install GLContext.h on GL-less builds. 2 years ago
Vladimír Vondruš 4928538231 SceneGraph: add Object::addFeature(). 2 years ago
Vladimír Vondruš 8553c2313b Platform: ugh, documentation should not be an afterthought. 2 years ago
Vladimír Vondruš 049a3f8fce Platform: document why tickEvent() isn't private. 2 years 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š 3547203233 Platform: these aren't TODOs, mere notes. 2 years ago
Vladimír Vondruš 5894beaeb2 Platform: mark GLFW 3.2 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš 82e9c6e5ab Platform: make XApp, GlfwApp, ScreenedApp touch-compatible. 2 years ago
Vladimír Vondruš 005d4c224f Platform: handle (multi-)touch input in AndroidApplication. 2 years ago
Vladimír Vondruš 755a5519a8 Platform: handle (multi-)touch events in EmscriptenApplication. 2 years ago
Vladimír Vondruš fee6bed177 Platform: doc++, explicitly mention what SDL is used on Emscripten. 2 years ago
Vladimír Vondruš 3e0724e7ec Platform: mark SDL 2.0.6 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš a76b7646f0 Platform: handle (multi-)touch events in Sdl2Application. 2 years ago
Vladimír Vondruš 4773fc20a6 Platform: expose MouseButton4 and 5 in EmscriptenApplication. 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š b0abae88d1 Platform: replace mouse events with pointer events in AndroidApp. 2 years ago
Vladimír Vondruš 8b187508c7 Platform: clear the screen in AndroidApplication test. 2 years ago
Vladimír Vondruš 98a6ce2871 Platform: drop support for Android < 4.0. 2 years ago
Vladimír Vondruš e86c011e05 Platform: replace mouse events with pointer events in EmscriptenApp. 2 years ago
Vladimír Vondruš 0cd922af5c Platform: reduce duplication in EmscriptenApplication event internals. 2 years ago
Vladimír Vondruš 4b76918c36 Platform: replace mouse events with pointer events in XApplication. 2 years ago
Vladimír Vondruš 1e9d9cfd0f Platform: add proper mouseScrollEvent() to XApplication. 2 years ago
Vladimír Vondruš 418c015247 Platform: move XApplication friend declarations to privates. 2 years ago
Vladimír Vondruš e19dab0a65 Platform: don't leak XApplication modifiers into buttons and vice versa. 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š 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š 84dd429fcb Platform: doc++ 2 years ago
Vladimír Vondruš 06c5c4ff2f Platform: add more keys to XApplication to make it match the others. 2 years ago
Vladimír Vondruš 99b8aa0969 Platform: merge GlxApplication and XEglApplication tests. 2 years ago
Vladimír Vondruš 9988200bf2 Platform: test the Sdl2Application::multiGestureEvent() as well. 2 years ago
Vladimír Vondruš fd4d522cae Vk: fix DescriptorPool::allocate() w/o VK_KHR_maintenance1. 2 years ago
Vladimír Vondruš af251bf5d2 Platform: properly initialize GlfwApp minimal loop period. 2 years ago
Vladimír Vondruš 18dc7b8a38 Platform: adapt SDL doc links to existence of SDL3. 2 years ago
Vladimír Vondruš 877c2000db Platform: put platform-specific Sdl2App docs into a dedicated section. 2 years ago
Vladimír Vondruš 64ed7d183b Vk: properly fix the ImageVkTest. 2 years ago
Vladimír Vondruš d536a95f4a DebugTools: use steady_clock for FrameProfiler CPU timing. 2 years ago
Vladimír Vondruš cb81f719e2 Platform: clafiy why some casts are being done. 2 years ago
Vladimír Vondruš b628e3893e GL: new "mesa-broken-dsa-framebuffer-clear" workaround. 2 years ago