summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-264-14/+543
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-262-3/+3
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-211-21/+152
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-052-7/+0
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-032-0/+10
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+0
* Fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-0/+1
* Test incoming formats more throuroughlyAllan Sandfeld Jensen2021-03-231-6/+9
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-2/+9
* QAbstractFileIconProvider: Fix compilation without feature mimetypeFabian Kosmale2021-03-212-0/+15
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+2
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* QIcon::setIsMask: delete extra judgmentYang Yuyin2021-03-111-2/+1
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-084-3/+36
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-1/+1
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-251-2/+2
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-212-24/+111
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-192-0/+7
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10