summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qxbmhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-6/+6
* QXBMHandler: use QtMiscUtils, not <ctype.h>Marc Mutz2022-12-221-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-301-1/+8
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-261-5/+2
* Remove QRegExp usage from the XBM handlerLars Knoll2020-03-251-23/+28
* Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-031-7/+0
* QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4
* QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-141-1/+1
* xbm image format: avoid uninitialized pixels for truncated dataEirik Aavitsland2017-03-221-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-6/+7
|\
| * QXbmHandler: don't construct a QByteArray just to find '0x' in textMarc Mutz2016-11-161-6/+6
| * QXbmHandler: fix missing NUL-terminationMarc Mutz2016-11-151-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\|
| * QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-12/+12
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Change QString::toAscii to toUtf8 in the embedded filename in XBM.Thiago Macieira2012-05-041-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+361