summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix potential 16-bit integer overflowAllan Sandfeld Jensen2018-05-231-4/+4
* Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
* PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
* Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-112-53/+52
* Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+5
* Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0
* Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-222-0/+30
* Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
* Fix performance regression in simple a8 non-gamma correctedAllan Sandfeld Jensen2018-03-141-0/+2
* Fix scaling precision with large zoomsAllan Sandfeld Jensen2018-03-121-4/+12
* QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
* Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-262-5/+5
| |\
| * | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-5/+5
|\ \ \ | | |/ | |/|
| * | Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-252-5/+5
* | | Fix typosJarek Kobus2018-02-131-1/+1
* | | Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
* | | Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-1/+4
|\ \ \ | | |/ | |/|
| * | Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-0/+3
| |\|
| | * Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* | | Use QColor(0, 0, 0, 0) to mark body text in QStaticTextIgor Mironchik2018-01-201-4/+9
* | | doc: Add missing return types to \fn commandsMartin Smith2018-01-183-10/+10
* | | Add AVX2 optimized versions of the most basic RGB64 compositionsAllan Sandfeld Jensen2018-01-043-2/+189
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-028-20/+43
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-4/+8
| |\|
| | * macOS: Enable using CoreGraphics helper functions from C++ sourcesTor Arne Vestbø2017-12-141-3/+7
| | * QColor: write signed 64-bit integer in a platform-independent wayDongmei Wang2017-12-051-1/+1
| * | Fix drawing color fonts with shear and perspective transformsAllan Sandfeld Jensen2017-12-201-2/+20
| * | Mask potentially undefined alpha in blend_transformed_argbAllan Sandfeld Jensen2017-12-161-2/+3
| * | Paint text decoration where the text isAllan Sandfeld Jensen2017-12-131-2/+2
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-284-10/+10
* | | macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-152-104/+6
* | | 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