summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-212-3/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-207-45/+41
|\
| * 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
* | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-191-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-075-35/+43
|\|
| * 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.9' into devLiang Qi2017-04-043-21/+22
|\| |
| * | 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
* | | QColor: port to QStringViewMarc Mutz2017-03-292-6/+43
* | | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-289-26/+347
* | | Fix clipping of graphics effects in high dpi modeDaniel Teske2017-03-282-6/+23
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-203-14/+8
|\| |
| * | 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
| |/ /
* | | Split fetchTransformedBilinear and fetchTransformedBilinear64Allan Sandfeld Jensen2017-03-191-356/+289
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-144-36/+473
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-022-6/+6
|\| |
| * | QtGui: kill some unneeded relocationsMarc Mutz2017-02-242-6/+6
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-282-3/+3
|\| |
| * | 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
* | | Compose renderToTexture widgets with sRGB when neededLaszlo Agocs2017-02-262-4/+33
* | | Fix infinite loopJesus Fernandez2017-02-241-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-172-22/+24
|\| |
| * | 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
* | | Make output of QPdfWriter more PDF/A-1b compliantTobias Koenig2017-02-141-5/+12
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-106-112/+390
|\| |
| * | 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
| | * Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-273-56/+65
| * | Implement generic text blend routinesAllan Sandfeld Jensen2017-02-031-36/+270
| * | Implement clip part of qt_alphamapblit_quint16Allan Sandfeld Jensen2017-02-023-24/+60
* | | Update qtgrayraster.cAllan Sandfeld Jensen2017-02-061-361/+448
|/ /
* | Manually vectorize ARGB32toARGB32PM for SSE4.1 and NEONAllan Sandfeld Jensen2017-01-314-27/+125
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-13/+8
|\|
| * 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
* | QGradientCache: add some std::move()Marc Mutz2017-01-261-3/+3