1195 Commits (02a26a6e14a04200ab86ecb258d3118c2c51a4cb)

Author SHA1 Message Date
Vladimír Vondruš 02a26a6e14 Math: remove Frustum::planes() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 53b7e178bd Removed the MAGNUM_BUILD_MULTITHREADED macro deprecated in 2019.10. 1 year ago
Vladimír Vondruš 93679c6c60 Removed templated & unsafe Image*::data() APIs deprecated in 2019.10. 1 year ago
Vladimír Vondruš 899602d3f4 Remove InputFileCallbackPolicy enum aliases deprecated in 2019.10. 1 year ago
Vladimír Vondruš c6ba6282e5 DebugTools: remove ForceRendererOptions::scale() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 8f05ef141c Math: add Quaternion::xyzw() and wxyz(). 1 year ago
Vladimír Vondruš 3f5e2e2268 MeshTools: return filled size from interleaveInto(). 1 year ago
Vladimír Vondruš 32fc6f003d MeshTools: add a MeshData interleave() overload for loose arrays. 1 year ago
Vladimír Vondruš fb2ae21a24 doc: updated credits and changelog. 1 year ago
Vladimír Vondruš f91638c461 AnyImageImporter: recognize also the other Radiance HDR file signature. 2 years ago
Vladimír Vondruš 2c6f9963fb Platform: deprecate Sdl2Application MultiGestureEvent. 2 years ago
Vladimír Vondruš 9e6de1b4df Doc++ 2 years ago
Vladimír Vondruš 69d02ad59b Platform: new TwoFingerGesture helper. 2 years ago
Vladimír Vondruš 4928538231 SceneGraph: add Object::addFeature(). 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š 5894beaeb2 Platform: mark GLFW 3.2 as oldest supported, drop older workarounds. 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š 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š 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š 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š 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š 5110b40b16 Platform: replace mouse events with pointer events in GlfwApplication. 2 years ago
Vladimír Vondruš fc6c76726d Platform: replace mouse events with pointer events in Sdl2Application. 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š 877c2000db Platform: put platform-specific Sdl2App docs into a dedicated section. 2 years ago
Vladimír Vondruš b628e3893e GL: new "mesa-broken-dsa-framebuffer-clear" workaround. 2 years ago
Vladimír Vondruš b2aa03c14d doc: updated credits and changelog. 2 years ago
Vladimír Vondruš be1cca38e5 doc: updated changelog. 2 years ago
Vladimír Vondruš adfd0a80bd doc: updated credits and changelog. 2 years ago
Vladimír Vondruš ba0fbe3eec Platform: make Sdl2Application::setMinimalLoopPeriod() unit-safe. 2 years ago
Vladimír Vondruš 2a8e550b57 modules: make FindSDL2 delegate to SDL2's own config file, if possible. 2 years ago
Vladimír Vondruš 97cb586d5b doc: fix mistyped extension name. 2 years ago
Vladimír Vondruš 282f95d723 CMake: install and automatically use Find modules of dependencies. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 9d99e00bd1 MeshTools: make generateIndices() less restrictive. 2 years ago
Vladimír Vondruš 6733550e97 MeshTools: added generateTrivialIndices(). 2 years ago
Vladimír Vondruš a95fdb5598 GL: implement EXT_clip_control and WEBGL_polygon_mode on Emscripten. 2 years ago
Vladimír Vondruš aaab54772b Add isCompressedPixelFormat{Normalized,FloatingPoint,Srgb}() helpers. 2 years ago
Vladimír Vondruš 42342cd3a5 Text: renamed {DistanceField,}GlyphCache to {DistanceField}GlyphCacheGL. 2 years ago
Vladimír Vondruš 2f3d7c0482 TextureTools: renamed DistanceField to DistanceFieldGL. 2 years ago
Vladimír Vondruš 19540e6edc TextureTools: huh, this deprecated thing should be long gone already. 2 years ago
Vladimír Vondruš ff4f1e4cb0 Text: make GlyphCache take an explicit PixelFormat + processed format. 2 years ago