1 Commits (9e287c5671a7fe1018ca68d649d2ffee301fdd26)

Author SHA1 Message Date
Vladimír Vondruš a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš da3cb5a8ad Compressed image support, part 1: generalized AbstractImage class. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš a894904cab Removed autolink-preventing % noise and unneeded HTML from root namespace. 12 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 73cb557291 Added *Image::dataSize(). 13 years ago
Vladimír Vondruš f31cbccbcc Default template parameter for Buffer::data(), templated Image::data(). 13 years ago
Vladimír Vondruš 1c928424ae Documentation updates for Image classes. 13 years ago
Vladimír Vondruš 3b03da5d5e Made ImageReference data pointer constant. 13 years ago
Vladimír Vondruš 1e02a501f3 doc: removed absolutely wrong description, added TODO. 13 years ago
Vladimír Vondruš bc3cbf1ad6 Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
Vladimír Vondruš eb3de49e75 Reordered *Image parameters. 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š 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