11180 Commits (a0667439dfd52db3392cfd22cd2660735e3e4ba8)
 

Author SHA1 Message Date
Vladimír Vondruš a0667439df SceneTools: add reference() and mutableReference() helpers. 1 year ago
Vladimír Vondruš 389c09b395 SceneTools: fix badly copypasted argument name. 1 year ago
Vladimír Vondruš 3f5e2e2268 MeshTools: return filled size from interleaveInto(). 1 year ago
Vladimír Vondruš 55504a2d40 Trade: redo MeshData class-level documentation to make more sense. 1 year ago
Vladimír Vondruš 32fc6f003d MeshTools: add a MeshData interleave() overload for loose arrays. 1 year ago
Vladimír Vondruš f237bb3c9c MeshTools: doc++ 1 year ago
Vladimír Vondruš cb568c09e5 Platform: fix unused variable warnings in {Glfw,Sdl2}Application on macOS. 1 year ago
Vladimír Vondruš fb2ae21a24 doc: updated credits and changelog. 1 year ago
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