summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds
Commit message (Expand)AuthorAgeFilesLines
* DDS: Bail out on failure to detect the format.Friedemann Kleint2015-10-201-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-151-2/+2
|\
| * DDS: fix image format checkv5.4.2Maks Naumov2015-03-241-1/+1
| * Correct mask of A2B10G10R10Allan Sandfeld Jensen2015-03-171-1/+1
* | Use std math on doubles and include cmathSean Harmer2015-02-181-0/+2
* | Cleanup math includeAllan Sandfeld Jensen2015-02-161-6/+6
* | Update copyright headersJani Heikkinen2015-02-115-35/+35
|/
* Update license headers and add new licensesJani Heikkinen2014-08-255-95/+55
* Add support for SubType and SupportedSubTypes options in DDS handlerIvan Komissarov2014-08-082-2/+143
* Fix DDS image writingaavit2014-07-011-3/+3
* Fix reading palette images in DDS handler.Ivan Komissarov2014-01-132-4/+39
* Fix QDDSHandler::canRead to return false in case of a scan error.ABBAPOH2013-12-161-1/+5
* Do not try to rescan device in case of an error in DDS plugin.ABBAPOH2013-12-162-10/+18
* Fix build of the DDS plugin without QDataStreamABBAPOH2013-12-135-1/+21
* Remove main.h in DDS plugin.ABBAPOH2013-12-133-71/+12
* Fix MSVC warnings about scopes.Friedemann Kleint2013-12-021-3/+3
* Fix writing images in DDS handlerABBAPOH2013-12-021-7/+8
* Add support for QImageIOHandler::Size option in DDS handler.ABBAPOH2013-12-022-0/+23
* Add QByteArrayliterals to QDDSHandlerABBAPOH2013-12-022-8/+8
* Fix capabilities in DDS image handler.ABBAPOH2013-12-011-2/+4
* Whitespace fixes in DDS image handlerABBAPOH2013-12-011-5/+5
* Add Direct Draw Surface pluginABBAPOH2013-11-269-0/+2038