176 Commits (ff916e1934565ffc5be21f1aaf623daef4dbbab8)

Author SHA1 Message Date
Vladimír Vondruš 5c223d2045 doc: reference CLI utils from plugin interface classes. 6 years ago
Vladimír Vondruš 13dfb6472f ShaderTools: bootstrap new library. 6 years ago
Vladimír Vondruš 7231a48fbf Trade,Text: this is a much better example for template file callbacks. 6 years ago
Vladimír Vondruš fce8f18d1c Text: correctly propagate errors when delegating to *SingleData() APIs. 6 years ago
Vladimír Vondruš 752051b5d2 Text: explicitly test also converter assertions. 6 years ago
Vladimír Vondruš d91517c799 Text: expand AbstractFontConverterTest like all other converter tests. 6 years ago
Vladimír Vondruš b9413d3ff5 doc: avoid plugin interface strings getting out of sync with docs. 6 years ago
Vladimír Vondruš 868843c9bb Remove heavy compatibility includes added in 2019.01. 6 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 4090a88c97 Rework plugin search paths using new Corrade APIs. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 3b4093da14 Doc++ 6 years ago
Vladimír Vondruš 513f3f5392 doc: avoid linking to deprecated features. 6 years ago
Vladimír Vondruš d14655aa1d doc: fix outdated docs about plugin search paths. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 44aed01d77 Fix plugins being searched in lib/ when it should be bin/ and vice versa. 6 years ago
Vladimír Vondruš a920722839 doc: label deprecated APIs and stuff new since 2019.10 with version info. 7 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš 71a9f1bbbf Reserve zero [Compressed]PixelFormat for an invalid value. 7 years ago
Vladimír Vondruš 069c81b9cb Deprecate passing nullptr to images. 7 years ago
Vladimír Vondruš 0d71c1d1cc Search plugins relative to library DLLs on Windows. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš b77651cf93 GL: remove Buffer::set[Sub]Data() taking std::array / std::vector. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 93686746ab Pernament is not a word. 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš 2b30246ff2 Fixed various MSVC warnings about clashing variable names. 7 years ago
Vladimír Vondruš 25aa1b8c22 Text: expect opened font in all AbstractFont accessors. 7 years ago
Vladimír Vondruš db1d18729c Text: test basic AbstractFont construction. 7 years ago
Vladimír Vondruš 7fefac955a Text: debug output for AbstractFont::Feature[s]. 7 years ago
Vladimír Vondruš 344e00ce11 Text: implement file callbacks for AbstractFont. 7 years ago
Vladimír Vondruš 88135b72bc Text: doc++ 7 years ago
Vladimír Vondruš e198be76a1 Text: minor cleanup in the test. 7 years ago
Vladimír Vondruš 94ca8273e1 No need to leak GL headers everywhere. 7 years ago
Vladimír Vondruš 8e8010c40b Document and print helpful error messages for GL-dependent features. 7 years ago
Vladimír Vondruš 8b748ace7d Text: properly report failures from AbstractFontConverter. 7 years ago
Vladimír Vondruš a5634f4bf4 Text: fix annoying warnings on GCC 4.8. 7 years ago
Vladimír Vondruš 834c5fe40d Text: API-independent base for glyph caches. 7 years ago
Vladimír Vondruš 215d50a087 Text: allow empty files in AbstractFont. 7 years ago
Vladimír Vondruš 6a982f7841 Adapted to Corrade changes. 7 years ago
Vladimír Vondruš e6db895452 Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 697c17279c Backwards compatibility for std::unique_ptr where needed. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 6cc7d2e3a5 Doxygen: extract private virtuals. 7 years ago
Vladimír Vondruš 00b0a814e0 Dropped GCC 4.7 support. 8 years ago
Pascal Thomet 50bf219e53 Text: fix ambiguous overload error that's happening with C++17 onwards. 8 years ago