summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-213-2/+206
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-193-4/+4
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+2
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-1/+2
| |\
| | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
| * | Compile fixes for clang10Lars Knoll2020-05-052-10/+10
| |/
* | Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-151-8/+27
* | Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-121-1/+1
* | Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* | Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-122-2/+2
* | QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* | Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-1111-1867/+1954
* | Template fetching of pixels for perspective transformed bilinearAllan Sandfeld Jensen2020-05-061-121/+79
* | Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-065-362/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-3/+6
|\|
| * macOS: Don't produce NSImages without a single representationTor Arne Vestbø2020-04-171-3/+6
* | QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-2/+2
* | Clean up in QTransformJarek Kobus2020-04-292-117/+28
* | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-275-159/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-223-326/+92
|\|
| * Fix image scaling on WASM platformAllan Sandfeld Jensen2020-04-153-326/+92
* | Compile fixes for clang10Lars Knoll2020-04-152-10/+10
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-094-4/+4
* | Support multiple page ranges in QPrinterSzabolcs David2020-04-096-4/+442
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-17/+56
|\|
| * Raster painting: fix dashing for separate linesEirik Aavitsland2020-03-271-2/+5
| * Fix memory leakGiulio Camuffo2020-03-251-0/+3
| * Extend tiled optimization in 64-bit painting to 64-bit sourcesAllan Sandfeld Jensen2020-03-241-4/+10
| * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
| * Add SSE2 optimized solid source compositionAllan Sandfeld Jensen2020-03-202-0/+35
| * QDrawHelper cleanupsAllan Sandfeld Jensen2020-03-193-10/+5
* | Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-231-14/+29
* | Fix memory leakGiulio Camuffo2020-03-231-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-162-28/+63
|\|
| * macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-122-17/+33
| * macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-122-15/+34
* | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-142-3/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-119-522/+829
|\|
| * Multithread some QImage routinesAllan Sandfeld Jensen2020-03-094-442/+818
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-064-10/+14
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Doc: Fix punctation in QPdfWriter::addFileAttachmentKai Koehne2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-2818-1784/+138
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-35/+82
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+1
| |\
| | * Add \since to namespace QColorConstantsFriedemann Kleint2020-02-121-0/+1
| * | Parse grayscale ICC profilesAllan Sandfeld Jensen2020-02-171-35/+81