summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QMovie: fix regression in frame delaysEirik Aavitsland2024-04-241-3/+3
* Copy image offset in copyMetadataAllan Sandfeld Jensen2024-04-181-4/+2
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen2024-04-181-30/+51
* QImageReader: use QFile::open return valueGiuseppe D'Angelo2024-04-161-3/+4
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-122-28/+162
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-053-16/+548
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-053-4/+2
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-041-3/+110
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-044-15/+17
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-034-2/+57
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-271-2/+8
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-5/+1
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-6/+26
* PNG: preserve ICC profiles that QColorSpace does not handleGiuseppe D'Angelo2024-03-101-10/+10
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-041-158/+158
* Call QColorTransformPrivate::applyReturnGray directlyAllan Sandfeld Jensen2024-02-291-4/+4
* QPixmap: fix the documenation for toHICONGiuseppe D'Angelo2024-02-281-2/+3
* QIcon: complete the documentation of ThemeIconsVolker Hilsheimer2024-02-211-152/+170
* QIcon: remove unmapped ThemeIcon enum valuesVolker Hilsheimer2024-02-212-282/+0
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* QMovie non-anim: use QImageReader::imageCount but not nextImageDelayShawn Rutledge2024-02-021-4/+28
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-012-7/+12
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-263-270/+819
* Make sure hicolor is searched before dash fallbacksMike Chen2024-01-172-16/+24
* QImageIOHandler: doc tidiesGiuseppe D'Angelo2024-01-131-3/+3
* QIcon::availableSizes(): don't return duplicatesChristian Ehrlicher2024-01-121-5/+6
* Don't search more generic icons in Applications and MimeTypes contextsAlexander Volkov2023-12-182-1/+22
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-1/+8
* qt_imageToWinHBITMAP(): properly delete object on errorChristian Ehrlicher2023-12-131-0/+1
* Do not create icon engine multiple timesDavid Redondo2023-12-131-6/+8
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+3
* QStringBuilder: use data_ptr().data() instead of constData()Thiago Macieira2023-12-121-3/+0
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-122-9/+23
* QAbstractFileIconEngine: reimplement isNull()Christian Ehrlicher2023-12-091-0/+1
* QIconLoader::actualSize(): respect entry.scale on returned sizeChristian Ehrlicher2023-12-071-1/+1
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-9/+19
* QIcon: Clean up documentationVolker Hilsheimer2023-12-071-30/+51
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-072-0/+272
* QIcon: fall back to QPA engine if themes don't provide the iconVolker Hilsheimer2023-12-071-4/+12
* QPpmHandler: fix reading ppm filesChristian Ehrlicher2023-11-271-2/+6
* QImageReader: Reduce code redundancyMike Chen2023-11-221-40/+25
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-082-1/+6
* qpixmap_win: use qimage rvalue overalods moreAnton Kudryavtsev2023-10-311-1/+1
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-4/+14
* Work around GCC 13's bogus "out of bounds" check to QByteArray::_emptyThiago Macieira2023-10-151-0/+3
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-2/+2
* write_pbm_image: use QBAV moreAnton Kudryavtsev2023-10-041-3/+2
* Doc: Fix QIcon documentationTopi Reinio2023-10-021-17/+10
* qppmhandler: avoid implicit detachAnton Kudryavtsev2023-09-251-1/+1
* Fix gcc 13 fatal warning: emplace_back() rather than append()Shawn Rutledge2023-09-191-1/+1