11172 Commits (feff9ba76351c9908dd1a607ba306bb37fc6dd72)
 

Author SHA1 Message Date
Andy Maloney feff9ba763 gdb: Fix missing comma in printers.py 2 years ago
Vladimír Vondruš f91638c461 AnyImageImporter: recognize also the other Radiance HDR file signature. 2 years ago
Vladimír Vondruš cf3ed8f6a5 Text: those test cases won't work on GL-less builds either. 2 years ago
Vladimír Vondruš 645ddd8678 Text: lol @ this TODO. 2 years ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš 06b667f275 GL: work around a warning in C++20 mode. 2 years ago
Vladimír Vondruš cc309b05cf doc: documentation for using Magnum via CPM. 2 years ago
Vladimír Vondruš 95b5116fdf doc: move vcpkg and hunter package docs at the very end. 2 years ago
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š c7d1d6df73 doc: order magnum-integration after magnum-extras in building docs. 2 years ago
Vladimír Vondruš 9e6de1b4df Doc++ 2 years ago
Vladimír Vondruš ef133cbadd package/rpm: go back to the package name being a variable. 2 years ago
Vladimír Vondruš 0c2fbfdc77 package/rpm: don't build source packages. 2 years ago
Vladimír Vondruš d040c4a88c package/rpm: make corrade-devel a build dependency. 2 years ago
Vladimír Vondruš 654ae9d2fb package/rpm: wrong license header copypaste. 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š 1084a16362 package/ci: use Node.js 18 on the WebGL 2 build to test WASM SIMD. 2 years ago
Vladimír Vondruš 899fbc29d5 Updated toolchains submodule. 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š d321676e47 package/ci: use Emscripten 2.0.27 for the WebGL 2 job. 2 years ago
Vladimír Vondruš 5aa49fcebe package/ci: build Debug on Emscripten. 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š 9596607d51 doc: update Android logcat docs with a more useful example. 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