85 Commits (82254ff1890ea9c9618c746c0202437548c82af3)

Author SHA1 Message Date
Vladimír Vondruš 82254ff189 Doc++ 10 months ago
Vladimír Vondruš cda1da17b0 Order *Image*D raw data accessors before all format-dependent accessors. 10 months ago
Vladimír Vondruš 1c1ded5869 Store block size properties in compressed images. 10 months ago
Vladimír Vondruš a4e85a75a1 Trade: clean up suspiciously duplicated code. 1 year ago
Vladimír Vondruš 16fd87d39a Remove the pixelFormatSizeAdl() helpers. 1 year ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 1 year ago
Vladimír Vondruš 4b0460d1d5 doc: no, pixel size isn't calculated, it's determined. 1 year ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 1 year ago
Vladimír Vondruš e553cb973c Document why Image*::size() is returning a const&. 1 year ago
Vladimír Vondruš 93679c6c60 Removed templated & unsafe Image*::data() APIs deprecated in 2019.10. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš f91ce08591 Trade: mention upfront that all *Data are basically immutable. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš fe0a46abad Improve docs of image classes. 3 years ago
Vladimír Vondruš 3e59bf23a1 Doc++, to sync with Python bindings. 3 years ago
Vladimír Vondruš 17638a2ad5 Doc++ 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago
Vladimír Vondruš 03cd5d3fb5 Rename pixelSize() and other helpers to pixelFormatSize() etc. 4 years ago
Vladimír Vondruš 36ee7835d6 Return a const& from Image{View,Data}::size(), instead of a value. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 7d24e7a844 doc: clarify some ambiguities. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 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š 6ed0df26c6 Trade: mutable access in ImageData consistent with Animation/MeshData. 6 years ago
Vladimír Vondruš fc0ceac99e Fix dependency of Image headers on StridedArrayView. 6 years ago
Vladimír Vondruš bf43767531 doc: mark these as new in 2019.10. 6 years ago
Vladimír Vondruš 2a57401218 Trade: doc++ 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š 84fc685c87 Trade, Audio: explicitly disallow custom deleters returned from plugins. 7 years ago
Vladimír Vondruš bc7fff792c Doc++ 7 years ago
Vladimír Vondruš 44b008262e Doc++ 7 years ago
Vladimír Vondruš 1b7c2d9666 Use Basic[Mutable]ImageView aliases instead of nondescript raw types. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 41b975cb69 New Mutable[Compressed]ImageView types for non-const image data views. 7 years ago
Vladimír Vondruš 3d5f7b9a3c Make r-value [Compressed]Image[Data]::data() return an Array. 7 years ago
Vladimír Vondruš 1c25bdba7a Deprecate templated [Compressed]Image{,View,Data}::data(). 7 years ago
Vladimír Vondruš e3eebd34b7 Add templated Image{,View,Data}::pixels(). 7 years ago
Vladimír Vondruš e5175583a7 Added Image::pixels(), ImageView::pixels() and Trade::ImageData::pixels(). 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 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š a45225938e Trade: doc++ 8 years ago
Vladimír Vondruš 26766d3135 Trade: make it possible to attach importer state to image data. 8 years ago
Vladimír Vondruš 792c31f4d0 Trade: exclude deprecated alias from code coverage. 8 years ago
Vladimír Vondruš 25a75800ef Trade: doc++ 8 years ago