summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* QRegion: deprecate rects()Marc Mutz2017-12-072-16/+38
* QtGui: port away from QRegion::rects()Marc Mutz2017-12-063-30/+30
* doc: Don't let qdoc see some defines that cause troubleMartin Smith2017-12-021-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-2/+5
|\
| * Cocoa: Set NSImage (point) sizeMorten Johan Sørvig2017-11-151-0/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+2
| |\
| | * Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-061-1/+2
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-1/+1
* | | Add a missing semicolon in painting/qdrawhelper_neon.cppLiang Qi2017-11-111-1/+1
* | | Expand ARGB32ToARGB32PM to also work on 32-bit ARM neonAllan Sandfeld Jensen2017-11-082-7/+35
* | | Fix narrowing warning on MSVCAllan Sandfeld Jensen2017-11-071-2/+2
* | | Cleanup of qcompositionfunctionsAllan Sandfeld Jensen2017-11-052-177/+60
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-244-3/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-164-3/+7
| |\|
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-2/+0
| | * QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
| | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-0/+4
| | |\
| | | * Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
| | * | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
| | |/
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-10/+24
|\| |
| * | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-052-10/+24
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+12
|\| |
| * | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-09-141-2/+12
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-198-23/+23
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-110/+110
* | | QRegion: explain why there's an apparently unused variableGiuseppe D'Angelo2017-09-181-1/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-312-3/+3
|\|
| * Avoid assert on large clips in qt_alphamapblit_genericAllan Sandfeld Jensen2017-08-291-2/+2
| * Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-181-1/+1
* | Fix handling of mirroring upscaling in simple bilinear upscalerAllan Sandfeld Jensen2017-08-102-28/+40
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-083-27/+14
|\|
| * Fix build error with macOS 10.13 SDKJake Petroules2017-08-042-18/+2
| * Fix RGBA64 interpolation when x remainder equals zeroAllan Sandfeld Jensen2017-08-021-9/+12
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-2/+3
|\|
| * Fix precisions check for using fast transformsAllan Sandfeld Jensen2017-08-021-2/+2
| * Add QDebugStateSaver to QVectorPath operator<<Jesus Fernandez2017-07-251-0/+1
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-0/+2
* | Flesh out and clean up QBackingStore documentationTor Arne Vestbø2017-07-144-72/+74
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-133-19/+49
|\|
| * Fix buffer overflow in text blendingAllan Sandfeld Jensen2017-07-111-4/+4
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-2/+2
| * Fix polygon stroking with cosmetic penAllan Sandfeld Jensen2017-07-051-13/+43
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-088-18/+20
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\|
| * Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+7
|\|
| * Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-071-1/+7