summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1664-2434/+130
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-22/+38
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-9/+23
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+2
* QtGui: includemocsMarc Mutz2022-04-293-0/+6
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-282-6/+6
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-289-58/+67
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-136-14/+14
* QImageReader::read(): fetch filename onceShawn Rutledge2022-04-121-5/+3
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-194-4/+4
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-10/+16
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-081-9/+6
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-041-0/+2
* QBitmap: de-inline dtorMarc Mutz2022-02-152-0/+7
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-3/+6
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-121-0/+25
* QImageReader: check allocation limit for minimum 32 bppEirik Aavitsland2021-11-222-2/+13
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-161-22/+27
* Tidy up QPixmapCache to prevent potential segfaultVolker Hilsheimer2021-11-051-23/+36
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-6/+5
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-151-0/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-123-4/+4
* gui: Fix typos in source code commentsJonas Kvinge2021-10-126-8/+8
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
* QIconLoader: code tidiesGiuseppe D'Angelo2021-09-182-43/+32
* qt_pixmap_thread_test(): Simplify logic, merge warningsSze Howe Koh2021-09-061-12/+6
* QPixmap: Fix crash if created without gui app in secondary threadSze Howe Koh2021-09-041-1/+1
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* Fix warning about loop variable creating a copyTor Arne Vestbø2021-08-241-1/+1
* qpnghandler: Only assume we're past the input size if it returns a sizeAlbert Astals Cid2021-08-191-1/+1
* Remove unused internal flag in QImageEirik Aavitsland2021-08-132-9/+3
* QXpmHandler: clean up write_xpm_image: cut out the QBA middle-manMarc Mutz2021-08-061-4/+3
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QXpmHandler: clean up write_xpm_image: use conventional pointer arithmeticMarc Mutz2021-08-051-6/+3
* QXpmHandler: clean up write_xpm_image: scope variables betterMarc Mutz2021-08-051-5/+4
* QXpmHandler: avoid double-lookupMarc Mutz2021-08-051-9/+14
* QXpmHandler: clean up write_xpm_image: make w,h constMarc Mutz2021-08-051-1/+3
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-262-10/+6
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-141-5/+5
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-052-31/+31
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-111-2/+2
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-022-20/+48