summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2
* GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-044-34/+40
* Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-272-20/+20
* Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
* Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-01-311-1/+0
* Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-273-56/+65
* Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-242-13/+6
* Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+2
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-1/+1
|\
| * QMacCGContext: Take paint device pixel ratio into accountGabriel de Dietrich2017-01-041-0/+2
* | QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-142-10/+16
* | Remove strange, incoherent sentences in QColor docsKavindra Palaraja2017-01-071-6/+2
* | Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-1/+1
* | macOS: Take DPR into account when creating CGContexts for a QPixmapTor Arne Vestbø2016-12-211-0/+2
* | Avoid using QRgba64 for buffersAllan Sandfeld Jensen2016-12-201-33/+33
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-167-51/+128
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-084-35/+35
| |\
| | * QtGui: Add missing overrideAlexander Volkov2016-11-274-35/+35
| * | Document 3rd party code in qimagetransform.cppKai Koehne2016-12-072-13/+90
| * | Work around ICC compiler bug on template instantiation on ?:Thiago Macieira2016-12-041-3/+3
* | | Q_CHECK_PTR the result of QDataBuffer's allocationsUlf Hermann2016-12-141-4/+8
* | | Silence warning about non-void function without return valueThiago Macieira2016-12-141-0/+1
* | | Fix inconsistent alpha masking in qConvertARGB32PMToARGB64PM_sse2Allan Sandfeld Jensen2016-12-081-0/+4
* | | Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-081-2/+2
* | | Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-034-26/+25
* | | Fix clipping of fetchTransformedAllan Sandfeld Jensen2016-11-291-24/+36
* | | Fix bilinear sampling of more than 8x rotated transformsAllan Sandfeld Jensen2016-11-291-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-3/+6
|\|
* | Revert "Revert "Deduplication fetchTransformed""Allan Sandfeld Jensen2016-11-231-137/+48
* | Fix some qdoc-warningsFriedemann Kleint2016-11-231-0/+8
* | Disable PCH for qdrawhelper.cpp with GCC 5Allan Sandfeld Jensen2016-11-121-0/+6
* | Unbreak a couple of configurationsLars Knoll2016-11-111-1/+5
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-081-3/+9
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-3/+9
| |\
| | * Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-014-31/+39
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-5/+10
| |\|
| | * PDF: Handle monochrome images correctlyAndy Shaw2016-10-192-5/+10
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-132-26/+29
| |\|
| | * Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+2
| | * Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-122-26/+27
* | | Revert "Deduplication fetchTransformed"Liang Qi2016-10-311-48/+137
* | | Document use of 3rd party code in qgrayrasterv5.8.0-beta1Kai Koehne2016-10-271-0/+14
* | | Fix decorated text in extra-selectionsEskil Abrahamsen Blomfeldt2016-10-241-1/+2
* | | QPathClipper: remove homebrew 'qRemoveDuplicates' algorithmAnton Kudryavtsev2016-10-141-20/+1
* | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-116-19/+18
* | | QColor: unbreak mingw buildMarc Mutz2016-10-111-6/+6
* | | Ensure that QBackingStore::flush() is not used across window hierarchiesTor Arne Vestbø2016-10-061-0/+2