7534 Commits (c4a3b273e60eedef1ec8ef969596c745b2b7c261)
 

Author SHA1 Message Date
Vladimír Vondruš c4a3b273e6 Math: provide transformVector() also on the DualThing classes. 6 years ago
Vladimír Vondruš c25b19d210 SceneGraph: support rotating directly via Complex/Quaternion. 6 years ago
Vladimír Vondruš 17f0112732 SceneGraph: doc++, show privates as private. 6 years ago
Vladimír Vondruš ea92c5b36f Math: clarify that implicit conversion of Foo to a DualFoo is rotation. 6 years ago
Vladimír Vondruš d955908a38 GL: allow creating a Buffer and directly filling it with data. 6 years ago
Vladimír Vondruš 6aaf783867 GL: reduce amount of included stuff in a test. 6 years ago
Vladimír Vondruš f53adefe96 GL: mark the 4-argument DynamicAttribute constructor as explicit. 6 years ago
Vladimír Vondruš f7e41d6e96 Platform: add search aliases to have things discoverable betters. 6 years ago
Vladimír Vondruš 6ba07fa31d doc: fix a serious error in CMake toolchain docs. 6 years ago
Vladimír Vondruš fa1176220b doc: ugh, these pragmas were not meant to be rendered in the docs. 6 years ago
Vladimír Vondruš 4490dfd68f Math: use a degree symbol for hue ranges. 6 years ago
Vladimír Vondruš bc99e6fa57 Math: improve docs for color (un)packing and sRGB conversion. 6 years ago
Vladimír Vondruš 750544e2c2 Platform: update copyright in headers. 6 years ago
Vladimír Vondruš 24cc971b1f GL: reworked apple-buffer-texture-unbind-on-buffer-modify workaround. 6 years ago
Vladimír Vondruš 0e1779ad61 GL: a new case that the new Apple BufferTexture workaround doesn't fix. 6 years ago
Vladimír Vondruš 73f776193d Math: constexpr *is* inline. 6 years ago
Vladimír Vondruš 43f5f06956 Math: avoid warnings when calling length() on an integer Vector. 6 years ago
Vladimír Vondruš 44aed01d77 Fix plugins being searched in lib/ when it should be bin/ and vice versa. 6 years ago
Vladimír Vondruš 88b515ba15 Platform: assume HiDPI is on by default on macOS 10.13+ and iOS 13+. 6 years ago
Vladimír Vondruš de49453199 Platform: make a macOS bundle also for GlfwApplication test. 6 years ago
Vladimír Vondruš 8d9514148c Platform: no need, GlfwApplication isn't ported to Emscripten anyway. 6 years ago
Vladimír Vondruš 7d37647897 Platform: print the "HiDPI not enabled" warning at most once on macOS. 6 years ago
Vladimír Vondruš bbc6102320 Platform: hide internal {Glfw,Sdl2}Application flags from the header. 6 years ago
Vladimír Vondruš e97b04f66d GL: new apple-buffer-texture-detach-on-data-modify workaround. 6 years ago
Vladimír Vondruš 26db8f9f19 GL: move friend declarations down into class privates. 6 years ago
Vladimír Vondruš 86dbd86e74 GL: added BufferTexture::resetBuffer(). 6 years ago
Vladimír Vondruš fc0ceac99e Fix dependency of Image headers on StridedArrayView. 6 years ago
Vladimír Vondruš cd7d080fbd Test that there is no dependency of Image headers on StridedArrayView. 6 years ago
Vladimír Vondruš 2ba54b542c Ensure std::string is not accidentally printed to Debug as ResourceKey. 6 years ago
Vladimír Vondruš 169378eb7d Make Debug printer for ResourceKey more distinct. 6 years ago
Vladimír Vondruš bed90e45fa doc: update credits and changelog, reference the base-gtkmm project. 6 years ago
jackcamp d78ceb09ab Tweaked cmake-subproject section for clarity. 6 years ago
Vladimír Vondruš 92b1cdf6b7 Math: pass strided array views by const&. 6 years ago
Vladimír Vondruš a6dd63af0f Math: make batch functions actually usable. 6 years ago
Vladimír Vondruš 742dc406fd Math: don't include FunctionsBatch.h from Functions.h anymore. 6 years ago
Vladimír Vondruš d69b6f8c40 Math: test and fix array-taking isInf()/isNan() also with vectors. 6 years ago
Vladimír Vondruš 71b775aeb1 Math: minor test cleanup. 6 years ago
Vladimír Vondruš d4f7c853ae Math: make Constants::inf() work with clang-cl 8. 6 years ago
Vladimír Vondruš 3b940f2509 doc: avoid referencing the deprecated Math::swizzle() function. 6 years ago
Vladimír Vondruš b384b2043b doc: mention the base-wxwidgets bootstrap project as well. 6 years ago
Vladimír Vondruš a82a4c273e doc: mention Microsoft's ANGLE Wiki page about performance. 6 years ago
Vladimír Vondruš 9aa68715db Math: preserve signs in the Matrix[34]::scaling() getter. 6 years ago
Vladimír Vondruš 2a12ca14e3 MeshTools: test compile() with both flat and smooth normals requested. 6 years ago
Vladimír Vondruš 84ac43d2ce GL: avoid picking up variadic Mesh::addVertexBuffer() for dynamic attribs. 6 years ago
Vladimír Vondruš 61af7672d1 Test: adapted for the upcoming asserting CORRADE_GRACEFUL_ASSERT. 6 years ago
Vladimír Vondruš 50ac6d1a13 Test: fix false sense of security in pixel/mesh enum mapping tests. 6 years ago
Vladimír Vondruš bf43767531 doc: mark these as new in 2019.10. 6 years ago
Vladimír Vondruš 86c589d44a Shorten assertion messages in Image{Data,View,} constructors. 6 years ago
Vladimír Vondruš 6f535632f4 MeshTools: improve coverage BY ONE WHOLE LINE. 6 years ago
Vladimír Vondruš 93823004ae external: update Vulkan headers for version 1.2. 6 years ago