370 Commits (2f778f249e6c4be2d9bdbff967e21ece71ee63f4)

Author SHA1 Message Date
Vladimír Vondruš be2f4971d8 Text: empty Renderer runs should still contribute to the bounding rect. 1 year ago
Vladimír Vondruš aae7b583d7 Text: this bool was just overcomplicating what was available elsewhere. 1 year ago
Vladimír Vondruš fa598e7097 Text: document Renderer usage in 3D. 1 year ago
Vladimír Vondruš 7062accb4e Text: doc++ 1 year ago
Vladimír Vondruš c3f8ff7710 Text: various silly test changes to make coverage happier. 1 year ago
Vladimír Vondruš 8213e3bf54 Text: fix test for an AbstractGlyphCache 2D fallback assertion. 1 year ago
Vladimír Vondruš f3d6ab4916 Text: redo the old Renderer*D using new APIs and deprecate it. 1 year ago
Vladimír Vondruš 102a75872b Text: docs for RendererCore, Renderer and RendererGL. 1 year ago
Vladimír Vondruš b5c99a01ee Text: unused include. 1 year ago
Vladimír Vondruš 5385f12cfb Text: test that calling Renderer2D::render() replaces the contents. 1 year ago
Vladimír Vondruš bc430c2eee Text: test Renderer*D construction, copy and moves. 1 year ago
Vladimír Vondruš eb0c2a3755 Text: add cache-related assertions to the AbstractRenderer constructor. 1 year ago
Vladimír Vondruš 69f2da2423 Text: new RendererGL class. 1 year ago
Vladimír Vondruš c256c27d25 Text: workarounds for silly test crashes due to insane MSVC 2017 bugs. 1 year ago
Vladimír Vondruš 7dcd0998f1 Text: fix deprecated no-assert build. 1 year ago
Vladimír Vondruš 3c626b00f4 Text: new Renderer class. 1 year ago
Vladimír Vondruš 84809128b1 Text: new RendererCore class. 1 year ago
Vladimír Vondruš 8168a06bab Text: add a GlyphCacheArrayGL. 1 year ago
Vladimír Vondruš aeedd681b2 Text: don't reuse the same pixel values in a test. 1 year ago
Vladimír Vondruš b26d694d13 Text: random improvements to font and glyph cache docs. 1 year ago
Vladimír Vondruš d6fdccac14 Text: improve docs for font ascent(), descent() and lineHeight(). 1 year ago
Vladimír Vondruš 1553328cd7 Text: add glyphQuadBounds(). 1 year ago
Vladimír Vondruš 5cfba5bfb9 Text: minor, doc++. 1 year ago
Vladimír Vondruš e3a522895e Text: (temporarily) rename the Renderer template to BasicRenderer. 1 year ago
Vladimír Vondruš 06e4dae332 Text: forward-declare the nasty STL types. 1 year ago
Vladimír Vondruš 8441b26aa0 fontconverter,distancefieldconverter: drop the extra namespaces. 1 year ago
Vladimír Vondruš 9c852767c8 Text: rename Alignment::*Start to *Begin. 1 year ago
Vladimír Vondruš 4ef578f30f Text: suggest using the returned range for glyph cache image flush. 1 year ago
Vladimír Vondruš b5325ab0ac TextureTools: return the filled range from AtlasLandfill::add(). 1 year ago
Vladimír Vondruš e7dce086f4 Text: add init list overload for AbstractFont::fillGlyphCache(). 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 1 year ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 1 year ago
Vladimír Vondruš 491b7bd48b Text: missing <utility> for a deprecated std::pair usage. 1 year ago
Vladimír Vondruš 66a2ce87cd Text: fix DistanceFieldGlyphCacheGLTest failing on recent Mesa. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year 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š 13fff0a3eb Text: prevent minor DistanceFieldGlyphCacheGL differences on ES2. 2 years ago
Vladimír Vondruš fbd2adb9e8 Text: fix warning on a non-assert build. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 9b4fd3f45b Doc++ 2 years ago
Vladimír Vondruš 79dba6e7fd Text: cleanup unused includes. 2 years ago
Vladimír Vondruš 6b31924b0b Text: only allow creating processed GlyphCacheGL by subclasses. 2 years ago
Vladimír Vondruš 28dd01c815 MagnumFont: fix cache image upload on ES2. 2 years ago
Vladimír Vondruš ca7de799eb Text: put do{Set,}ProcessedImage() directly into GlyphCacheGL. 2 years ago
Vladimír Vondruš 5eea669444 Text: work around bogus deprecation warnings on older GCCs. 2 years ago
Vladimír Vondruš 42342cd3a5 Text: renamed {DistanceField,}GlyphCache to {DistanceField}GlyphCacheGL. 2 years ago