2871 Commits (733de78b3437058ddd5ae2f2859ea7fa9dfd55bf)

Author SHA1 Message Date
Vladimír Vondruš 8bce85b308 Text: added AbstractFont::glyph{Id,Advance}() accessors. 13 years ago
Vladimír Vondruš 10e8744ddf Text: ability to iterate over GlyphCache. 13 years ago
Vladimír Vondruš 61377a931e Text: ability to create glyph cache from all characters. 13 years ago
Vladimír Vondruš 60d4f8066a Text: using utility function instead of own (bugged) implementation. 13 years ago
Vladimír Vondruš d6a64cca2a Text: interface for font converters. 13 years ago
Vladimír Vondruš b9b690b611 Use emplace() instead of insert() in some places. 13 years ago
Vladimír Vondruš d3d172daec Trade: Doxygen fixes. 13 years ago
Vladimír Vondruš 5f0d9297e2 Templated version of Buffer::{data,subData}(). 13 years ago
Vladimír Vondruš a17d7f2705 Install also bootstrap header for GL tests if BUILD_GL_TESTS is enabled. 13 years ago
Vladimír Vondruš 8ab5711d16 Initial support for GL tests, initial Buffer test. 13 years ago
Vladimír Vondruš 96166663f1 Doxygen fixes. 13 years ago
Vladimír Vondruš c53cb1b004 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš cb9a66bd8a Properly prefix visibility macros. 13 years ago
Vladimír Vondruš 6eeb014110 Removed superfluous namespaces. 13 years ago
Vladimír Vondruš 9ccc63b4aa Math: fixed strict aliasing warning. 13 years ago
Vladimír Vondruš eb3de49e75 Reordered *Image parameters. 13 years ago
Vladimír Vondruš a500be6ef2 Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
Vladimír Vondruš 6025946e5e Pass image as reference, not pointer to *Framebuffer::read(). 13 years ago
Vladimír Vondruš 87fff877ba Pass image as reference, not pointer to *Texture::image(). 13 years ago
Vladimír Vondruš dc2ab6ca47 Document disallowed copy and allowed move better. 13 years ago
Vladimír Vondruš fbdd132b71 Allow conversion of Image and Trade::ImageData to ImageReference. 13 years ago
Vladimír Vondruš cecc1dc2bc Renamed ImageWrapper to ImageReference. 13 years ago
Vladimír Vondruš 8e7156999e Allow copying of ImageWrapper, movement of Image and Trade::ImageData. 13 years ago
Vladimír Vondruš 5a368c4fba Math: ability to read and write Rectangle to configuration. 13 years ago
Vladimír Vondruš b23b0a4655 Don't hide publicly used functions. 13 years ago
Vladimír Vondruš 978f9cc250 TgaImageConverter: export symbols for use as other plugin dependency. 13 years ago
Vladimír Vondruš 4faa67a19a Use forward declaration header instead. 13 years ago
Vladimír Vondruš 90a4e4a709 TgaImporter: simplified visibility macros. 13 years ago
Vladimír Vondruš d655352485 Text: reworked AbstractFont plugin interface. 13 years ago
Vladimír Vondruš 4d69b63fb6 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš 3994790879 Trade: reworked AbstractImageConverter plugin interface. 13 years ago
Vladimír Vondruš 80fc4611de Trade: reworked AbstractImporter plugin interface. 13 years ago
Vladimír Vondruš d53110c3ac Trade: use Corrade::Containers::Array in AbstractImageConverter. 13 years ago
Vladimír Vondruš c81a1d78b8 Platform: added also CORRADE_TARGET_EMSCRIPTEN to `magnum-info`. 13 years ago
Vladimír Vondruš ea7bf5038d Platform: print each flag on separate line in `magnum-info`. 13 years ago
Vladimír Vondruš b62db63c57 Platform: added CORRADE_GCC47_COMPATIBILITY to `magnum-info`. 13 years ago
Vladimír Vondruš a08978e7cb Platform: ported magnum-info to NaCl. 13 years ago
Vladimír Vondruš 4ffc84699b Platform: portable WindowlessApplication usage in `magnum-info`. 13 years ago
Vladimír Vondruš 7756a0e258 Platform: Doxygen fixes. 13 years ago
Vladimír Vondruš 7b68dc2e0a Platform: added WindowlessNaClApplication. 13 years ago
Vladimír Vondruš 902b368207 Platform: fixed copypaste error. 13 years ago
Vladimír Vondruš 6c64b56cc8 Platform: redirect debug output to JS console in NaClApplication. 13 years ago
Vladimír Vondruš 4a4e492785 No need to have virtual destructor in AbstractFramebuffer. 13 years ago
Vladimír Vondruš 0ca9491244 TgaImporter: removed unneeded #include. 13 years ago
Vladimír Vondruš 8f08ae4baa TgaImageConverter: don't forget about endianness. 13 years ago
Vladimír Vondruš 51075b91c5 TgaImageConverter: ported to OpenGL ES. 13 years ago
Vladimír Vondruš e8fe82ac28 TgaImporter: don't include these headers if not really needed. 13 years ago
Vladimír Vondruš d17248959e TgaImporter: more verbose error when image type is not supported. 13 years ago
Vladimír Vondruš 5200771066 Added some TODOs. 13 years ago
Vladimír Vondruš 7187ccb48b Text: ported GlyphCache to older OpenGL and OpenGL ES. 13 years ago