425 Commits (2401a2243ddcae6ef88e9e7c2f47689c96546b07)

Author SHA1 Message Date
Vladimír Vondruš 2401a2243d Text: add AbstractFont::openMemory(). 1 week ago
Vladimír Vondruš 91cea657c5 Text,Trade: properly test that close() is called from open*(). 1 week ago
Vladimír Vondruš ac439d3b74 Text,Trade: doc++ 1 week ago
Vladimír Vondruš 53a500bf47 Text: decouple font property querying from file / data opening. 1 week ago
Vladimír Vondruš 9e55ed88ee Text: I'm not resetting everything on AbstractFont::close(). 1 week ago
Vladimír Vondruš 8ae70a038a Text: allow picking a concrete font ID in a collection. 1 week ago
Vladimír Vondruš eb81fa48e4 ShaderTools,Text,Trade: move debug output code & tests to the top. 1 week ago
Vladimír Vondruš 603f87fadc ShaderTools,Text,Trade: improve construction tests. 1 week ago
Vladimír Vondruš 66388912b7 ShaderTools,Text,Trade: thoroughly test operation failures. 1 week ago
Vladimír Vondruš e5c24572b0 Text: actually verify openData() and openFile() return values. 1 week ago
Vladimír Vondruš 8bfb4e964f Text: various test code modernization. 1 week ago
Vladimír Vondruš 4887f45536 Text: cover remaining uncovered lines with tests. 1 week ago
Vladimír Vondruš 36c521e684 Text: GL::textureFormat() actually never returns sized formats on ES2. 1 week ago
Vladimír Vondruš 8a3ac6fb9b Text: this return is never reached. 1 week ago
Vladimír Vondruš 479fc2c49f Text: make sure AbstractFont::openFile() is tested directly as well. 1 week ago
Vladimír Vondruš 9c1a8f0500 Text: useless const in test code. 1 week ago
Vladimír Vondruš 02368af938 Text: put branch contents on a new line. 1 week ago
Vladimír Vondruš f077b5baa5 Text: doc++ 1 week ago
Stanislaw Halik 8c228c69c9 Math: remove transitive include for Functions.h. 2 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 6 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 6 months ago
Vladimír Vondruš 71c2716273 Text: list scripts new in Unicode 17. 9 months ago
Vladimír Vondruš 9ee7e899aa Ignore warnings of glaring uselessness on clang-cl. 10 months ago
Vladimír Vondruš 67b8559de3 Text: can do this string concatenation at compile time. 11 months ago
Vladimír Vondruš 917690c933 Text: set pixel storage image height always, and reset only if not used. 12 months ago
Vladimír Vondruš 27b29c50a7 Text: add a test case for using *GlyphCacheArrayGL with just one layer. 12 months ago
Vladimír Vondruš 0b47417721 Text: fix unused function warning on a WebGL 1 build. 12 months ago
Vladimír Vondruš 47ba90bde9 Text: fix unused variable warning on an ES2 build. 12 months ago
Vladimír Vondruš 3a63bcdb1b Text: fix an unused variable warning on no-assert builds. 12 months ago
Vladimír Vondruš a85590dc71 Text: ensure method call order in GlyphCacheGL::processedImage(). 12 months ago
Vladimír Vondruš 188c981003 Doc++ 12 months ago
Vladimír Vondruš be6926d781 Suppress another stupid warning happening with -std=c++17 and up. 1 year ago
Vladimír Vondruš 435953ec5a Text: use char type for pixels if it's filled with char literals. 1 year ago
Vladimír Vondruš f365febb2b Text,TextureTools: doc++ 1 year ago
Vladimír Vondruš bc3cb8a873 Text: add a DistanceFieldGlyphCache*GL::radius() getter. 1 year ago
Vladimír Vondruš 37902520e3 Text: doc++ 1 year ago
Vladimír Vondruš c848b65768 Text,TextureTools: more SwiftShader XFAILs. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš bb5c161123 Text: add comments in DistanceFieldGlyphCacheGL re temporary GL objects. 1 year ago
Vladimír Vondruš 989dbdffd9 Text: verify edge clamp being correctly set in DistanceFieldGlyphCacheGL. 1 year ago
Vladimír Vondruš ed1745ab78 Text: the DistanceFieldGlyphCacheGL input is always single-channel now. 1 year ago
Vladimír Vondruš deb98b1fd7 Text: actually make use of the test instance parameters. 1 year ago
Vladimír Vondruš 3045f2d7f6 Text: don't reuse the same pixel values in this test either. 1 year ago
Vladimír Vondruš ef17266906 Text: query the actual format in GlyphCacheGL::processedImage(). 1 year ago
Vladimír Vondruš 0aee66fc33 Text: simplify a calculation. 1 year ago
Vladimír Vondruš 8fa0440be0 Text: less noisy way to hide an unused argument. 1 year ago
Vladimír Vondruš 982d3b58e8 Text: don't allocate excessively large caches in tests for no reason. 1 year ago
Vladimír Vondruš 1faefdbda0 DebugTools,Text: SwiftShader is trash, should just ditch that thing. 1 year ago
Vladimír Vondruš ccf0ba99c3 Text: test GlyphCacheArrayGL image setting on GLES. 1 year ago
Vladimír Vondruš 2d57b3cebf Text: check for EXT_texture_array in GlyphCacheArrayGLTest. 1 year ago