19 Commits (1c32119058f1ec89ae22ad3c063e16d26ae9f5cc)

Author SHA1 Message Date
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago
Vladimír Vondruš 872ef12ebd Treat image data as array of unsigned chars. 13 years ago
Vladimír Vondruš 28499ac908 Fixed outdated documentation. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 2acbd49e9c Renamed Buffered{Image,Texture} to Buffer{Image,Texture}. 14 years ago
Vladimír Vondruš ac90cd8a45 Removed TypeTraits::imageType() and related function in *Image* classes. 14 years ago
Vladimír Vondruš 90ed04dc7a Image formats rework. 14 years ago
Vladimír Vondruš dbe4c22645 Don't use constexpr in AbstractImage subclasses. 14 years ago
Vladimír Vondruš 1077370937 Using fixed-size 8bit integer for dimension count. 14 years ago
Vladimír Vondruš d49ee5c76e Using specialized Vector type in images and textures. 14 years ago
Vladimír Vondruš aceb93c313 Distinguish dimensions (1D, 2D, 3D) from image size. 14 years ago
Vladimír Vondruš 624f4f8531 Inlined inline functions. 14 years ago
Vladimír Vondruš a22263c60b Added missing includes to Image classes. 14 years ago
Vladimír Vondruš 630a415324 Non-constant access to image data. 14 years ago
Vladimír Vondruš c451b22392 Revert "Documentation: organizing the classes into "modules"." 14 years ago
Vladimír Vondruš 92b4429e2c New class ImageWrapper. 14 years ago
Vladimír Vondruš ba4dec8ec0 Use array delete operator for deleting array. 14 years ago
Vladimír Vondruš 04793390e1 Added constexpr to inline const functions where possible. 14 years ago
Vladimír Vondruš 79945ab6fc Documentation: organizing the classes into "modules". 14 years ago
Vladimír Vondruš cc1f9c60c9 Swapped size and type template parameters in Vector and Matrix. 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš 84e4fd1581 Improved usability of type capability checking in TypeTraits. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago
Vladimír Vondruš 6d894ba14b Temporary fix for build error in BufferedImage. 14 years ago
Vladimír Vondruš 05107f383b Doc: some workarounds for Doxygen C++11 support etc. 14 years ago
Vladimír Vondruš 36254a3806 Win fixes: don't export nonexported classes and export exported classes. 14 years ago
Vladimír Vondruš 6504aecf0c Added classes Image and BufferedImage. 14 years ago
Vladimír Vondruš dacd31fcc5 Moved AbstractImporter and Image to new Trade namespace. 14 years ago
Vladimír Vondruš 3174570969 Moved ColorFormat enum back to AbstractTexture. 14 years ago
Vladimír Vondruš b945f5f68b Happy New Year. 15 years ago
Vladimír Vondruš 2d50410dee C++11 (move semantics) compatible class copy/move disabling. 15 years ago
Vladimír Vondruš 31c70f2c08 Doc++ 15 years ago
Vladimír Vondruš 90838f2d85 New class Image for handling image data. 15 years ago