summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* 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 memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-061-1/+2
* 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
|/
* 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 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
* Fix precisions check for using fast transformsAllan Sandfeld Jensen2017-08-021-2/+2
* Add QDebugStateSaver to QVectorPath operator<<Jesus Fernandez2017-07-251-0/+1
* 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
* Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-1/+1
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-071-1/+7
* Fix semi-opaque linear gradient on ARGB32Allan Sandfeld Jensen2017-06-011-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-37/+29
|\
| * Revert gamma-corrected handling of transparent destination bufferAllan Sandfeld Jensen2017-05-081-37/+29
* | Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+33
|/
* Handle implicit close in QDashedStrokeProcessorAllan Sandfeld Jensen2017-05-021-1/+10
* Cleanup rgb32 text-blending code pathAllan Sandfeld Jensen2017-05-021-92/+57
* Fix return of empty paths with multiple points on intersectionsAllan Sandfeld Jensen2017-04-281-1/+6
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-206-40/+40
* qgrayraster: use a cast to void to mark a variable as unusedGiuseppe D'Angelo2017-04-201-5/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-065-34/+42
|\
| * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-044-34/+40
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-283-21/+22
|\|
| * Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
| * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-272-20/+20
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-132-1/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-1/+7
| |\|
| | * Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
| | * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* | | Clean-up QRgba64 constructorsAllan Sandfeld Jensen2017-03-131-13/+1
|/ /
* | Avoid QRgba64 arrays in the generic text-rendering routinesAllan Sandfeld Jensen2017-03-081-8/+8
* | Gui: Replace LGPL21 with LGPL license headerKai Koehne2017-03-032-28/+40
* | Add AVX2 optimized bilinear texture transformAllan Sandfeld Jensen2017-02-282-0/+425
* | QtGui: kill some unneeded relocationsMarc Mutz2017-02-242-6/+6
* | Fix wrong access to qMemRotateFunctionsAllan Sandfeld Jensen2017-02-221-2/+2
* | QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* | Fix QRgba64 rgbBlendAllan Sandfeld Jensen2017-02-161-2/+3
* | Don't fetch destination in RGB64 mode when not necessaryAllan Sandfeld Jensen2017-02-161-20/+21
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-084-57/+65
|\|
| * Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-01-311-1/+0