summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds/qddshandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWebpHandler/QDDSHandler: init all fieldsMarc Mutz2016-11-081-0/+2
* QDDSHandler: fix Coverity warning re:swapped argumentsMarc Mutz2016-10-161-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-0/+2
|\
| * DDS: Bail out on failure to detect the format.Friedemann Kleint2015-10-201-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-031-2/+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
* | | Fixed calculation of normal maps in DDSIvan Komissarov2015-04-281-12/+12
|/ /
* | 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-111-7/+7
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add support for SubType and SupportedSubTypes options in DDS handlerIvan Komissarov2014-08-081-2/+142
* Fix DDS image writingaavit2014-07-011-3/+3
* Fix reading palette images in DDS handler.Ivan Komissarov2014-01-131-4/+35
* 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-161-8/+10
* Fix build of the DDS plugin without QDataStreamABBAPOH2013-12-131-0/+4
* 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-021-0/+20
* Add QByteArrayliterals to QDDSHandlerABBAPOH2013-12-021-6/+6
* Whitespace fixes in DDS image handlerABBAPOH2013-12-011-5/+5
* Add Direct Draw Surface pluginABBAPOH2013-11-261-0/+1414