summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-122-34/+117
* Cleanup conversion parametersAllan Sandfeld Jensen2016-04-114-96/+101
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-112-6/+11
|\
| * Do not clip or rasterize paths completely outside the device rectAllan Sandfeld Jensen2016-04-091-2/+6
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-072-4/+5
| |\
| | * Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
| | * Avoid unnecessary allocation in QClipData::setClipRegion()Gabriel de Dietrich2016-04-061-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-10/+10
|\| |
| * | Unify license header usage.Jani Heikkinen2016-03-292-10/+10
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2214-178/+218
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-13/+13
| |\|
| | * QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-41/+32
| |\|
| | * Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-102-25/+22
| | * QCosmeticStroker: fix out-of-bounds access in drawPixel()Marc Mutz2016-03-091-5/+7
| | * Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3
| | * Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-8/+0
| * | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-043-10/+18
| * | Optimized fetchUntransformed RGB888Allan Sandfeld Jensen2016-03-044-0/+30
| * | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-032-0/+2
| * | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-032-0/+3
| * | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-011-22/+60
| * | Merge convert from routinesAllan Sandfeld Jensen2016-03-011-92/+60
* | | Blitter Paint Engine: Check more specifically for solid fill brushLouai Al-Khanji2016-03-211-1/+1
* | | Add begin-end virtuals to the internal glyph cacheLaszlo Agocs2016-03-162-0/+4
* | | gui: Pass large types by const-refSérgio Martins2016-03-151-3/+3
* | | Use correct decoration for fallback font enginesEskil Abrahamsen Blomfeldt2016-03-011-2/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-013-2/+61
|\| |
| * | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-293-2/+61
* | | QRegion: use new begin()/end() instead of rect()Marc Mutz2016-02-281-14/+9
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-286-22/+15
* | | QRegion: use new begin()/end() in op<<(QDataStream)Marc Mutz2016-02-281-9/+10
* | | QRegion: make iterableMarc Mutz2016-02-282-2/+124
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-242-1/+4
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
| * QRasterPaintEngine::penChanged(): Assert on painter state.Friedemann Kleint2016-02-181-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-187-30/+71
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-8/+28
| |\
| | * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| | * Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| | * Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
| * | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-133-7/+7
| * | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | | QRegion: add move ctorMarc Mutz2016-02-132-0/+12
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | | QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* | | QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-113-24/+21
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-5/+9
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-3/+5