summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace one-shot uses of QSemaphore with QLatchThiago Macieira27 hours1-7/+7
* Add jemalloc supportAurélien Brooke2025-04-091-1/+2
* QImage: introduce a class invariant that format() is in-rangeMarc Mutz2025-03-131-0/+7
* Add Qt-Security tags to gui image, icon and imageio filesEirik Aavitsland2025-03-121-0/+1
* Change QImage::mirrored() deprecation from Qt 6.10 to Qt 6.13Juha Vuolle2024-12-201-2/+2
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-051-6/+6
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-301-1/+1
* Add Qt::Orientations based flip and flipped functionsAllan Sandfeld Jensen2024-11-291-6/+40
* Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasingMarc Mutz2024-11-051-3/+1
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-2/+0
* Add rvalue versions to new convertedToColorSpace methodAllan Sandfeld Jensen2024-07-221-4/+28
* QImage: retain color space also through right angle roatationsEirik Aavitsland2024-07-041-3/+3
* Merge applyGray, applyReturnGray, and apply methodsAllan Sandfeld Jensen2024-06-011-33/+34
* Add QPaintDevice metric query to get precise fractional DPR valueEirik Aavitsland2024-05-301-0/+6
* QImage: allow for scaling CMYK imagesGiuseppe D'Angelo2024-05-281-1/+7
* QPixmap/QImage: remove outdated \since commentsChristian Ehrlicher2024-05-121-9/+0
* 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
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-121-25/+158
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-13/+503
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-051-1/+0
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-5/+6
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-2/+17
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-271-2/+8
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-1/+8
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-4/+14
* qt_getImageTextFromDescription: use tokenize instead of splitAnton Kudryavtsev2023-09-061-2/+1
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-2/+2
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-1/+1
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-251-3/+4
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-3/+1
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-131-5/+51
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-9/+22
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-111-6/+6
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-071-3/+5
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Trace QImage::Format as int in QImageData::create()Shawn Rutledge2022-06-141-1/+1
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-7/+2
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-14/+36
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-4/+41
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-9/+23
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-2/+4
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1