summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-102-7/+7
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-062-59/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-3/+1
|\
| * Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-184-10/+26
|\|
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-182-9/+24
| * GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-102-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-2/+5
|\|
| * Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-2/+5
* | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-032-6/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-034-32/+32
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-272-10/+6
|\|
| * [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
| * Don't assemble QRawFont from QFont manuallyKonstantin Ritt2014-11-251-8/+1
| * Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-243-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-5/+2
| |\
| | * Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-1/+2
| | * Windows: Remove font size hackEskil Abrahamsen Blomfeldt2014-11-111-4/+0
| * | Android: Compile for MIPSEskil Abrahamsen Blomfeldt2014-11-191-1/+1
| * | Save a detach if QBrush::setColor does not change the brush colorAllan Sandfeld Jensen2014-11-181-0/+3
| |/
* | Fix leftover doc bug from Qt 3 days.Gunnar Sletta2014-11-011-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-1/+5
|\|
| * Fix printing of semitransparent images to PDFAllan Sandfeld Jensen2014-10-241-1/+3
| * Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-2/+1
|\|
| * Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-098-41/+45
|\|
| * 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29101-1977/+1216
|\| |
| * | 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