summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix text of sa link in QIconKai Köhne2 hours1-1/+1
* Replace one-shot uses of QSemaphore with QLatchThiago Macieira2025-06-302-26/+26
* QIcon: round calculated devicePixelRatio to a useful valueChristian Ehrlicher2025-06-251-3/+4
* QIconLoader: return an exact match for svg icon theme entryChristian Ehrlicher2025-06-201-20/+17
* Deprecate QColormapTor Arne Vestbø2025-06-191-1/+1
* QDataStream: use new operator bool() in the codeTatiana Borisova2025-06-171-6/+3
* QFontIconEngine: prefer code paths using the glyph indexVolker Hilsheimer2025-06-161-10/+9
* QFontIconEngine: use the horizontalAdvance when calculating actualSizeVolker Hilsheimer2025-06-161-1/+1
* Doc: Explicitly advise adding svg, if any, before other files to QIconEirik Aavitsland2025-06-041-0/+3
* For qdebug operator<< of pointer types, always check for nullptrDaniel Trevitz2025-05-171-2/+2
* QIcon/QPixmapIconEngine: render svgs with the given sizeChristian Ehrlicher2025-05-111-3/+9
* Add jemalloc supportAurélien Brooke2025-04-091-1/+2
* QIconLoaderEngine: use scaledPixmap() to properly pass dprChristian Ehrlicher2025-03-271-2/+2
* Doc: QPicture uses QDataStream, forward warning against untrusted dataEirik Aavitsland2025-03-141-0/+4
* QImage: introduce a class invariant that format() is in-rangeMarc Mutz2025-03-133-1/+19
* QIcon: call qt_findAtNxFile for all devicePixelRatios availableChristian Ehrlicher2025-03-121-3/+18
* Add Qt-Security tags to gui image, icon and imageio filesEirik Aavitsland2025-03-1212-0/+12
* QIcon::pixmap() make sure to always return a correctly sized pixmapChristian Ehrlicher2025-03-061-8/+5
* Use QThread::isMainThread() in a few placesThiago Macieira2025-02-262-2/+2
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-1/+1
* Windows: Fix rounding error in BitmapInfoHeader calculationEirik Aavitsland2025-02-201-1/+2
* QPicture: (almost) work around overflow in bounding box calculationsGiuseppe D'Angelo2025-02-161-6/+12
* QAbstractFileIconEngine: store pixmaps with correct keyChristian Ehrlicher2025-01-221-1/+1
* QIcon: don't search for high-res svg iconsChristian Ehrlicher2025-01-121-0/+3
* QFontIconEngine: implement actualSize correctly and fit pixmap to itVolker Hilsheimer2025-01-081-5/+30
* QBitmap: undeprecate the QBitmap(QSize) constructorGiuseppe D'Angelo2025-01-081-2/+0
* QTextStream: use new operator bool() around the codeTatiana Borisova2025-01-021-1/+1
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-3/+2
* Change QImage::mirrored() deprecation from Qt 6.10 to Qt 6.13Juha Vuolle2024-12-202-6/+6
* Fix in-place conversion of certain QImage formatsEirik Aavitsland2024-12-131-1/+1
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-131-1/+1
* QFontIconEngine: if we can't find the named glyph, try ligaturesVolker Hilsheimer2024-12-111-0/+15
* QFontIconEngine: always initialize with a non-merging fontVolker Hilsheimer2024-12-111-0/+2
* Add primary RGB color points getterAllan Sandfeld Jensen2024-12-091-2/+2
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-052-23/+18
* QIcon: document the support for icon fontsVolker Hilsheimer2024-12-031-17/+35
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-302-9/+9
* Add Qt::Orientations based flip and flipped functionsAllan Sandfeld Jensen2024-11-292-9/+53
* QFontIconEngine: render named glyphs as icons, if possibleVolker Hilsheimer2024-11-273-16/+94
* Refactor shared code of font-based icon enginesVolker Hilsheimer2024-11-272-0/+177
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-2/+1
* QImageReader: supportedImageFormats only needs QCoreApplicationChristian Ehrlicher2024-11-191-1/+1
* Create qdoc macros for C++ class docs 1.4: member-swap(), \internalMarc Mutz2024-11-081-1/+1
* Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasingMarc Mutz2024-11-055-15/+5
* Doc: let QIcon::State doc order match the enum orderEirik Aavitsland2024-10-251-1/+1
* Avoid loading image format plugins until neededEirik Aavitsland2024-10-231-72/+47
* Add loongarch64(LASX) optimizationChen Zhanwang2024-10-233-1/+125
* Add loongarch64(LSX) optimizationChen Zhanwang2024-10-231-0/+14
* Complete drawhelper Func with LSXChen Zhanwang2024-10-223-1/+128
* QImage: fix documentation of toCGImageVolker Hilsheimer2024-10-221-2/+3