2457 Commits (28dd01c8153e8dfd2ea687d47bbb8a71649f374b)

Author SHA1 Message Date
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
Vladimír Vondruš 9d1f2f9bc9 Text: make AbstractGlyphCache aware of processed image format and size. 2 years ago
Vladimír Vondruš 29633932ad doc: make the color literal swatch patching work with vanilla Pygments. 2 years ago
Vladimír Vondruš fd27e3b9eb doc: updated credits. 2 years ago
Vladimír Vondruš 53524f3812 doc: update name in credits as requested. 2 years ago
Vladimír Vondruš 739ca9146b doc: workaround to keep \ce working even without a space after. 2 years ago
Vladimír Vondruš 91e97881ff doc: Doxygen now complains about invalid HTML tags. 2 years ago
Vladimír Vondruš 0736a4b47a doc: don't put links into section titles. 2 years ago
Vladimír Vondruš dc9897ff1e doc: fix various errors in Doxygen references. 2 years ago
Vladimír Vondruš 7a05ddbf07 doc: explicitly prefix all Corrade API references with Corrade::. 2 years ago
Vladimír Vondruš c4336ebb70 doc: sync referenced page name with what's actually there. 2 years ago
Vladimír Vondruš 22b846e2e8 Math: ability to construct vectors and matrices from sized arrays. 2 years ago
Vladimír Vondruš 70778ac307 Math: add typedefs for single-row matrices. 2 years ago
Vladimír Vondruš e1c9c4d007 Text: utility for mapping input text byte ranges to output glyphs. 2 years ago
Vladimír Vondruš a40020f3ff Doc++, updated changelog and credits. 2 years ago
Vladimír Vondruš 2f672eb7de Text: add AbstractShaper::glyphClustersInto(). 2 years ago
Vladimír Vondruš 723cf155a8 Text: doc++ 2 years ago
Vladimír Vondruš bc33945d3d Text: introduce Alignment::*Start and *End. 2 years ago
Vladimír Vondruš 477b3109c7 Text: add queries for and search by glyph names to AbstractFont. 2 years ago
Vladimír Vondruš 631b9b8ae5 Text: AbstractFont::fillGlyphCache() overload taking glyph IDs directly. 2 years ago
Vladimír Vondruš 215de4fb62 Text: add a batch AbstractFont::glyphIdsInto() API. 2 years ago
Vladimír Vondruš c56ca4c3f2 Text: return a bool from AbstractFont::fillGlyphCache(). 2 years ago
Vladimír Vondruš a36be10bfd doc: downgrade stb_* library caveats to "some". 2 years ago
Vladimír Vondruš e7f95c73b5 AnyImageConverter: recognize WebP files. 2 years ago
Vladimír Vondruš a8b03db2c4 doc: list WebPImageConverter in the file format tables. 2 years ago
Vladimír Vondruš 5209b0c502 doc: upgrade StanfordImporter caveats from some to minor. 2 years ago
Vladimír Vondruš 3982458892 doc: document android_create_apk() resource and asset copying. 2 years ago
Vladimír Vondruš 5bb96caf9a Platform: fix EmscriptenApplication::MouseMoveEvent button numbering. 2 years ago
Vladimír Vondruš 536d4e75fe Platform: emit both the text input and key press event in EmscriptenApp. 2 years ago
Vladimír Vondruš d8ce013ab6 doc: I realized a much nicer way of converting to/from Nanoseconds. 2 years ago
Vladimír Vondruš 7d0a8215d3 GL: recognize and implement INTEL_blackhole_render. 2 years ago
Vladimír Vondruš 4f7b57ffd6 Work around last five remaining MSVC warnings. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 279856f239 Math: allow creating a Vector from a BitVector. 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 285b05438c doc: work around linker warnings about main() being duplicated. 2 years ago
Vladimír Vondruš 2e13701d21 Doc++ 2 years ago
Vladimír Vondruš 79191044df GL: implement EXT_buffer_storage. 2 years ago
Vladimír Vondruš c389505270 doc: add another dumpster truck of workarounds to the Android guide. 2 years ago
Vladimír Vondruš 87c7eea1e2 Deprecate MAGNUM_TARGET_GLES3. 2 years ago
Vladimír Vondruš 2bb2332013 Updated toolchains submodule. 2 years ago
Vladimír Vondruš 4a456f2cef doc: updated changelog. 2 years ago
Vladimír Vondruš 04a2d9281c GL: implement {EXT,WEBGL}_blend_func_extended. 2 years ago
Vladimír Vondruš 59f3747cb9 GL: implement ANGLE_stencil_texturing and WEBGL_stencil_texturing. 2 years ago
Vladimír Vondruš 89bb568f23 GL: implemente ANGLE_provoking_vertex and ANGLE_polygon_mode on ES. 2 years ago
Vladimír Vondruš e3d1864ee6 GL: implement EXT_texture_mirror_clamp_to_edge on ES and WebGL. 2 years ago
Vladimír Vondruš bb4064beda GL: implement EXT_depth_clamp on WebGL. 2 years ago