5341 Commits (89a1567d71d4889c40d8b2a83b62cfb93a71007f)

Author SHA1 Message Date
Vladimír Vondruš a55c60bb19 Math: publicly mention what TypeTraits::equals() is based on. 8 years ago
Vladimír Vondruš e080f2150a Platform: doc++ 8 years ago
Vladimír Vondruš acf4dd3080 Platform: implemented handling of AndroidApplication::viewportEvent(). 8 years ago
Vladimír Vondruš 7dd971daf7 Platform: print interesting values in AndroidApplication test. 8 years ago
Vladimír Vondruš d40e4f2dea Platform: added AndroidApplication::framebufferSize() and dpiScaling(). 8 years ago
Vladimír Vondruš 5374aa44f7 doc: mention Android Screen Compatibility Mode firefighting. 8 years ago
Vladimír Vondruš 5e36f65149 Platform: properly link all dependencies of AndroidApplication. 8 years ago
Vladimír Vondruš eed4747f78 Platform: (attempt to) build AndroidApplication test using CMake. 8 years ago
Vladimír Vondruš 80422e74e6 Moved credits into the documentation. 8 years ago
Vladimír Vondruš d567780e08 {Wav,Any}AudioImporter: make the plugins searchable by their names too. 8 years ago
Vladimír Vondruš fe6fedf6c8 TextureTools: add some fuzziness to DistanceField test comparison. 8 years ago
Vladimír Vondruš c6e9b2d45d Properly include everything needed for a deprecated header. 8 years ago
Vladimír Vondruš b73b9cb408 Platform: remove 50 000 lines from Sdl2Application header. 8 years ago
Vladimír Vondruš 9a11b7d23a Platform: make all useful Application APIs public, not protected. 8 years ago
Vladimír Vondruš 5cc140d60c TextureTools: make the test files properly accessible on an iOS device. 8 years ago
Vladimír Vondruš 8be57d1a21 Math: I should have tested this. 8 years ago
Vladimír Vondruš 3cf98026d5 TextureTools: make distance field output bit-exact for all platforms. 8 years ago
Vladimír Vondruš b9739a97ff TextureTools: make distance field test working on WebGL 1 as well. 8 years ago
Vladimír Vondruš f0bb710cd3 TextureTools: make distance field processing into a stateful class. 8 years ago
Vladimír Vondruš 1fa1869ba7 TextureTools: add a benchmark for distance field processing. 8 years ago
Vladimír Vondruš cb3a5cb515 Text: prefix private variables with an underscore. 8 years ago
Thomas Tissot 65b1931c62 Text: use proper formats for DistanceFieldGlyphCache on ES. 8 years ago
Vladimír Vondruš b770d79fe0 Text: a barebones minimal test for DistanceFieldGlyphCache. 8 years ago
Vladimír Vondruš 07101c8ebf Animation: properly set IDE folders for tests. 8 years ago
Vladimír Vondruš e74749043c Animation: make it possible to advance() multiple players at once. 8 years ago
Vladimír Vondruš dd343fe35b GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
Vladimír Vondruš 057854c5bd GL: properly provide enum operators for Context::State. 8 years ago
Vladimír Vondruš 1234bc8c48 Animation: added Player::resume(). 8 years ago
Vladimír Vondruš c98a936b41 Animation: added a collection of easing functions. 8 years ago
Vladimír Vondruš d7d8e49de2 Math: make all literals usable with Utility::Tweakable. 8 years ago
Vladimír Vondruš 89f7a5ee75 Platform: don't assert on X11 DEs that don't have RESOURCE_MANAGER. 8 years ago
Vladimír Vondruš a14975cc42 Platform: properly support the MAGNUM_DPI_SCALING environment variable. 8 years ago
Vladimír Vondruš f42fb83fae Animation: doc++ 8 years ago
Vladimír Vondruš 0dd46e7e37 HTTPS!! 8 years ago
Vladimír Vondruš 6d7558672d Math: MSVC 2015 constexpr fun! 8 years ago
Vladimír Vondruš 0226ab26c4 Math: make one-dimensional range just from scalar types. 8 years ago
Vladimír Vondruš d6017ad8cc Math: fixed enable_if for one-dimensional Range-from-pair constructor. 8 years ago
Vladimír Vondruš ff57f95e99 Math: minor cleanup. 8 years ago
Vladimír Vondruš b0a1719eb4 Vk: functions for translating generic enums to Vulkan values. 8 years ago
Vladimír Vondruš 46781bb195 Vk: a Vulkan.h header that "just includes Vulkan". 8 years ago
Vladimír Vondruš 31b7a39e9d GL: use CORRADE_IGNORE_DEPRECATED macros where applicable. 8 years ago
Vladimír Vondruš 3c18721c26 GL: better wording. 8 years ago
Vladimír Vondruš ca0cc0b67c GL: doc++ 8 years ago
Vladimír Vondruš 0728ae687b GL: rotten leftovers. 8 years ago
Vladimír Vondruš 82ba2a069c GL: also name the parameters properly. 8 years ago
Vladimír Vondruš cd7f67e5c9 GL: make the Array GL::samplerWrapping() work and test it. 8 years ago
Vladimír Vondruš 67bcb6f347 Properly mark MeshPrimitive members as deprecated. 8 years ago
Vladimír Vondruš 597223e993 Math: test a bit more. 8 years ago
Vladimír Vondruš ebedbce2f2 Math: vector overloads for isInf() and isNan(). 8 years ago
Vladimír Vondruš edff639204 Math: functions were not inline by mistake. 8 years ago