summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-203-4/+4
* | | Docs: Remove traces of QGLJohan Klokkhammer Helsing2020-02-201-2/+1
* | | Silence another -Werror=class-memaccessGiuseppe D'Angelo2020-02-151-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-133-10/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-042-2/+2
| |\|
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| | * Fix NEON support on Android armeabi-v7aAllan Sandfeld Jensen2020-01-301-1/+1
| * | Allow creating a valid QColorSpace one value at a timeAllan Sandfeld Jensen2020-02-011-8/+20
* | | Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-075-328/+336
* | | Make text decorations consistent between ways of drawing textEskil Abrahamsen Blomfeldt2020-02-072-81/+72
* | | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-032-410/+45
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-2815-22/+70
|\| |
| * | Deprecate all methods that use QMatrixJarek Kobus2020-01-2815-22/+70
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2810-8/+19
|\| |
| * | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-252-0/+11
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-237-7/+7
* | | Handle wide images in raster engineAllan Sandfeld Jensen2020-01-221-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-193-8/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-183-8/+5
| |\|
| | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-172-4/+1
| | * QColor: add casts to ushortGiuseppe D'Angelo2020-01-171-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-2/+3
|\| |
| * | Remove use of QImage::alphaChannel()Allan Sandfeld Jensen2020-01-101-2/+3