summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* macOS: Don't produce NSImages without a single representationTor Arne Vestbø2020-04-171-3/+6
* Fix image scaling on WASM platformAllan Sandfeld Jensen2020-04-153-326/+92
* 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
* 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
* Multithread some QImage routinesAllan Sandfeld Jensen2020-03-094-442/+818
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-064-10/+14
* Doc: Fix punctation in QPdfWriter::addFileAttachmentKai Koehne2020-02-281-1/+1
* 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
* | 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
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-2815-22/+70
* | 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
* | 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
* | Remove use of QImage::alphaChannel()Allan Sandfeld Jensen2020-01-101-2/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+5
|\|
| * Fix semi-transparent text on Linux with subpixel anti-aliasingAllan Sandfeld Jensen2020-01-051-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+1
|\|
| * Fix QPainter::drawLines() with cosmetic penEirik Aavitsland2019-12-171-0/+1
* | New features for QPdfWriterJordi Pujol Foyo2019-12-194-33/+196
* | Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-161-0/+4
* | WebGradients: redo implementationGiuseppe D'Angelo2019-12-148-1006/+600
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-4/+6
|\|
| * Fix crash on debug output of null QColorSpaceAllan Sandfeld Jensen2019-12-091-4/+6
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0627-276/+276
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-0/+1
|\|
| * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-281-0/+1
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-223-20/+13
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-204-12/+12
|/
* Fix text-rendering regression on semi-transparent background on LinuxAllan Sandfeld Jensen2019-10-311-2/+2
* Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-182-3/+3
* Handle context loss in QPlatformBackingStoreDavid Edmundson2019-10-081-1/+10
* Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-5/+3
* QPainter: don't print deprecated warnings for HighQualityAntialiasingChristian Ehrlicher2019-10-031-0/+3
* Fix crash with gamma-corrected text blending disabledAllan Sandfeld Jensen2019-09-231-4/+10
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-1/+1
|\
| * QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1