27 Commits (7f7c8c933faf4972dcd6e6edd153219fe59ee459)

Author SHA1 Message Date
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 8b748ace7d Text: properly report failures from AbstractFontConverter. 7 years ago
Vladimír Vondruš 834c5fe40d Text: API-independent base for glyph caches. 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š 00b0a814e0 Dropped GCC 4.7 support. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš 5f36f41817 Make all non-GL tests building and passing on WebGL/Emscripten. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 597f37c177 GCC 4.7 compatibility: some {}-related issues. 11 years ago
Vladimír Vondruš 1965dffbbd Text: prefix private member variables with underscore. 11 years ago
Vladimír Vondruš d7a922bfb5 Remove old std::u32string-related MinGW workarounds. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 70150a8845 Don't use `return std::move()` where it is not needed. 11 years ago
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš e8aed269a1 Text: workaround to make Clang Analyzer happy. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 7a68362170 Making includes absolute, part 6: better filenames for internal files. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 573e18eabd Broken std::u32string is also only MinGW32's fault. 13 years ago
Vladimír Vondruš 8003cd435a Text: returning std::unique_ptr instead of raw pointer. 13 years ago
Vladimír Vondruš d2bdc9d28f Text: don't use std::u32string on MinGW. 13 years ago
Vladimír Vondruš a962262b61 Reducing pointer chasings, part 3g: less pointer passing in Text. 13 years ago
Vladimír Vondruš b42999cc11 Text: don't use explicit constructor implicitly. 13 years ago
Vladimír Vondruš e4b12f922c Text: pass unique UTF-32 characters to AbstractFontConverter functions. 13 years ago
Vladimír Vondruš d6a64cca2a Text: interface for font converters. 13 years ago