summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-121-3/+3
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-071-0/+2
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* Fix buffer overflowRobert Loehning2020-07-101-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-122-0/+23
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-121-0/+4
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-091-0/+3
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-042-3/+15
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-032-9/+13
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-301-1/+5
* ARM neon draw helper only available for little endianPeter Seiderer2020-05-201-4/+4
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-281-11/+33
|\
| * Fix 8bit image conversions with non-default bytes_per_lineAllan Sandfeld Jensen2020-04-271-11/+33
| * Don't warn when loading icons via the image loadersTor Arne Vestbø2020-04-261-2/+0
| * Warn when trying to load an icon without a matching icon engineTor Arne Vestbø2020-04-171-0/+2
* | QImage: optimize convertWithPalette()Marc Mutz2020-04-233-6/+5
|/
* Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-032-2/+2
* Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
* Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-262-9/+14
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-2/+6
|\
| * Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | Fix multi-threaded shrinking conversionAllan Sandfeld Jensen2020-03-111-1/+13
* | Replace initialization of sparse table of converts with settersAllan Sandfeld Jensen2020-03-111-1105/+230
* | Multithread some QImage routinesAllan Sandfeld Jensen2020-03-092-77/+178
* | Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-0310-54/+0
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Add replacement message to deprecation of QImage::alphaChannel()Allan Sandfeld Jensen2020-02-251-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-044-4/+6
|\|
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * Fix NEON support on Android armeabi-v7aAllan Sandfeld Jensen2020-01-301-1/+1
| * Doc: Update out dated QImage::constScanLine documentationJoni Poikelin2020-01-301-1/+3
| * Don't use libpng allocated buffer to store ICC profile dataAllan Sandfeld Jensen2020-01-301-1/+1
* | Deprecate QImageIOHandler gamma correctionAllan Sandfeld Jensen2020-01-304-0/+12
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-281-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-0/+3
| |\|
| | * Allow benign errors when writing PNGsAllan Sandfeld Jensen2020-01-231-1/+4
* | | Deprecate all methods that use QMatrixJarek Kobus2020-01-284-1/+31
|/ /
* | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-3/+3
* | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-262-4/+4
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-4/+4
* | Silence deprecation warning about QImage::alphaChannel() in qpixmap.hFriedemann Kleint2020-01-091-0/+3
* | Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-052-67/+32
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-2/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0618-116/+116
* | Remove convert_ARGB_PM_to_ARGBAllan Sandfeld Jensen2019-11-281-26/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
* | Implement inplace image conversion for generic down conversionsAllan Sandfeld Jensen2019-11-191-5/+24
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-1/+11
|\|