11010 Commits (739ca9146b48bb88cfe491514941cd37f0ea7cdd)
 

Author SHA1 Message Date
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š 1de3da327b Text: doc++ 2 years ago
Vladimír Vondruš 215de4fb62 Text: add a batch AbstractFont::glyphIdsInto() API. 2 years ago
Vladimír Vondruš e86c2a7426 Text: document failure state of AbstractFont::createGlyphCache() as well. 2 years ago
Vladimír Vondruš c56ca4c3f2 Text: return a bool from AbstractFont::fillGlyphCache(). 2 years ago
Vladimír Vondruš e92ad330f4 Text: don't link to localized variants of OpenType feature docs. 2 years ago
Vladimír Vondruš 3d72a5a105 Platform: make EmscriptenApplication work with Emscripten 3.1.54+. 2 years ago
Vladimír Vondruš 8870b038ed package/archlinux: fix LTO behavior for *.a libraries in the AUR package. 2 years ago
Vladimír Vondruš 8538610fa2 GL: reset state tracker buffer binding after a base/range unbind. 2 years ago
Vladimír Vondruš 57b6f1e55a GL: add a repro case for base/range buffer unbind state mismatch. 2 years ago
Vladimír Vondruš c6e662b3b4 GL: pass -fPIC to OpenGLTester as well. 2 years ago
Vladimír Vondruš 55cf89f847 package/ci: cap Ninja jobs for sanitizer builds as well. 2 years ago
Vladimír Vondruš a36be10bfd doc: downgrade stb_* library caveats to "some". 2 years ago
Vladimír Vondruš 89d6e2ef11 WavAudioImporter: put detailed format info later in the docs page. 2 years ago
Vladimír Vondruš c19940cd77 SceneGraph: don't limit transformation calculation to 65k objects. 2 years ago
Vladimír Vondruš 13ee03868e Nothing to see here. 2 years ago
Vladimír Vondruš e7f95c73b5 AnyImageConverter: recognize WebP files. 2 years ago
Vladimír Vondruš 8b548c5a42 AnyImageConverter: clean up outdated / misleading wording. 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š 57ca69bc29 Text: flush glyph cache image including padding. 2 years ago
Vladimír Vondruš 263693f2b2 Text: make glyph caches pad by one pixel by default to avoid artifacts. 2 years ago
Vladimír Vondruš 589b3e594d Platform: add various *Application::KeyEvent::Key TODOs. 2 years ago
Vladimír Vondruš 46e5f300c1 Platform: print actual key enum names in application tests. 2 years ago
Vladimír Vondruš 956fbcd38c Platform: wrap EmscriptenApplication test code in an unnamed namespace. 2 years ago
Vladimír Vondruš 3982458892 doc: document android_create_apk() resource and asset copying. 2 years ago
Vladimír Vondruš 734468035a Updated toolchains submodule. 2 years ago
Vladimír Vondruš 5bb96caf9a Platform: fix EmscriptenApplication::MouseMoveEvent button numbering. 2 years ago
Vladimír Vondruš fe0b470d73 Math: doc++ 2 years ago
Vladimír Vondruš 0aff2ec600 Math: make the external conversion SFINAE template arguments unnamed. 2 years ago
Vladimír Vondruš ad05cc1d8b doc: fix a typo that was copied thousand times over. 2 years ago
Vladimír Vondruš 56e58ead22 Platform: mark events as accepted in Sdl2Application test. 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š 75c25da6e5 Platform: fix EmscriptenApplication context creation on WebGL 2. 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š b141901765 GL: accept Mesh index offset as a pointer-sized value. 2 years ago
Vladimír Vondruš ae6eb111bd package/ci: try also /Zc:preprocessor in the conformant MSVC build. 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š 7b920e768a GL: extend to size_t before casting to a pointer for glDrawElements(). 2 years ago
Vladimír Vondruš e8e321b273 Math: propagate Debug flags in Vector debug printer. 2 years ago
Vladimír Vondruš 460a24f4ab Math: verify behavior of Color[34]ub printing with Debug::hex. 2 years ago
Vladimír Vondruš 8e8126e2b6 SceneTools: adapt test to improvements to Pair debug output. 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 81855a1764 SceneTools: fix some variable shadowing warnings. 2 years ago
Vladimír Vondruš 279856f239 Math: allow creating a Vector from a BitVector. 2 years ago
Vladimír Vondruš 0106520d80 Math: tighten up lerp() behavior with boundary preservation tests. 2 years ago
Stanislaw Halik d4caf28183 Math: add a vector + scalar fmod() overload. 2 years ago