5947 Commits (e86c2a74264d06b2e629514c23e5e4cbfee5fd7c)

Author SHA1 Message Date
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š 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š 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š 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š 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š b141901765 GL: accept Mesh index offset as a pointer-sized value. 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
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 7d708c55bb SceneGraph: CORRADE_GCC46_COMPATIBILITY? Wow. 2 years ago
Vladimír Vondruš f4c03ad7a3 Put back #cmakedefine MAGNUM_TARGET_GLES3 into configure.h. 2 years ago
Vladimír Vondruš 79191044df GL: implement EXT_buffer_storage. 2 years ago
Vladimír Vondruš fadc15989c GL: remove a redundant ifndef, it's already in the outer scope. 2 years ago
Vladimír Vondruš 87c7eea1e2 Deprecate MAGNUM_TARGET_GLES3. 2 years ago
Vladimír Vondruš 7780d68fd1 GL: fix a warning in test code in GLES2 builds. 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
Vladimír Vondruš 7233be75a2 GL: recognize 9 new WebGL extensions. 2 years ago
Vladimír Vondruš 3e3f17199b GL: minor cleanup / clarification in the WebGL extension list. 2 years ago
Vladimír Vondruš 68174c6bc4 Platform: account for KDE unsetting Xft.dpi if display scaling is 100%. 2 years ago
Vladimír Vondruš e56e5e9b31 GL: expand the Clang-CL warning suppression to regular Clang as well. 2 years ago