summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* Don't stream QStringLiterals into QDebugMarc Mutz2014-10-092-2/+2
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
* QBrush: be more robust in detach()Marc Mutz2014-10-031-2/+10
* QRegion: fix a valgrind warningMarc Mutz2014-10-021-1/+1
* Doc: Removed a few references to the outdated featuresVenu2014-10-021-8/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-013-3/+15
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-293-3/+15
| |\
| | * QTransform: initialize the d memberGiuseppe D'Angelo2014-09-222-2/+12
| | * QRegion: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* | | Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-5/+1
* | | Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
|/ /
* | Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-251-24/+2
* | Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
* | Update license headers and add new license filesMatti Paaso2014-09-24101-1909/+1101
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-244-4/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-234-4/+37
| |\|
| | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | * Initialize textureId in platform backing storeLaszlo Agocs2014-08-271-0/+1
| | * Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
* | | QRegion: Reorganise members to reduce padding in EdgeTableEntryMaks Naumov2014-09-231-1/+1
|/ /
* | Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* | QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-192-0/+7
* | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-12/+13
* | QRegion: Reorganise members to reduce padding in QRegionPrivateMaks Naumov2014-09-161-3/+3
* | QRegion: remove some toplevel const from return typesMarc Mutz2014-09-102-8/+39
* | QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
* | Use ctor-init-list in QRegionPrivate(QRect) ctorMarc Mutz2014-08-261-5/+6
* | QRegionPrivate: remove copy ctor and assignment operatorMarc Mutz2014-08-261-17/+0
* | Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-6/+25
* | Initialize textureId in platform backing storeLaszlo Agocs2014-08-251-0/+1
* | Fix composition for translucent AlwaysStackOnTop widgetsLaszlo Agocs2014-08-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-191-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-2/+2
| |\|
| | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-153-0/+50
* | | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-141-2/+3
* | | Fix composition for windows with alphaLaszlo Agocs2014-08-132-10/+37
|/ /
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-1/+13
* | Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-5/+0
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-054-174/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-2/+2
|\|
| * Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-16/+35
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-251-5/+3
* | Restore Neon "detection" in QtThiago Macieira2014-07-251-3/+3
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-3/+3
|\|
| * QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3