summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats
Commit message (Expand)AuthorAgeFilesLines
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-4/+4
* JPEG plugin: CMYK code tidiesGiuseppe D'Angelo2024-04-031-11/+0
* Add support for CMYK file I/O in JPEGGiuseppe D'Angelo2024-04-031-10/+93
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-092-1/+4
* Fix transparency in 16 bit and 24 bit ico filesJohn Chadwick2023-07-111-1/+1
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-141-2/+1
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+2
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-104-17/+3
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1
* jpeg handler: store Grayscale16 format images as grayscale, not rgbEirik Aavitsland2022-10-221-0/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-043-6/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* Use SPDX license identifiersLucie Gérard2022-05-169-352/+18
* plugins: image formats - fix odr violationTim Blechmann2022-05-061-0/+4
* Image Plugins: includemocs(-ish)Marc Mutz2022-04-289-186/+47
* Jpeg handler: Detangle error reporting from the abort handlingEirik Aavitsland2022-03-221-7/+7
* png/ico decoder: Don't try reading beyond the fileRobert Löhning2022-03-021-2/+4
* Install 3rdparty headers for static buildsMichal Klocek2022-02-191-84/+2
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-191-2/+0
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-063-3/+3
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-151-1/+1
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-051-1/+0
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* Fix build of jpeg plugin against recent jpeg-turbo on MinGWJoerg Bornemann2021-04-161-7/+0
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-243-4/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-123-133/+0
* Remove the qmake project filesJoerg Bornemann2021-01-074-44/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-7/+7
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-303-7/+17
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-6/+6
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-0/+10
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-181-5/+7
* Change QByteArray to handle large arraysLars Knoll2020-08-271-1/+1
* cmake: Slience bening warnings in 3rdparty codeTor Arne Vestbø2020-07-201-0/+8
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-064-15/+15
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-263-11/+11
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-111-0/+2
* Gif decoder: Harden handling of corrupt filesEirik Aavitsland2020-06-091-2/+5
* Remove winrtOliver Wolff2020-06-062-12/+2
* gif image handler: check for out of range image sizeEirik Aavitsland2020-05-301-0/+13
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-301-1/+5
* Gif decoder: avoid undefined values in enumEirik Aavitsland2020-05-301-1/+2
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-276-8/+7
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-046-37/+0
|\
| * Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-036-37/+0
* | CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-252-2/+146
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-202-5/+5