summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengineex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QPaintEngineEx: solve compile errorZhang Hao2021-09-071-1/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-241-1/+1
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* Tell code-checker drawPolygon can't be called with negative countAllan Sandfeld Jensen2021-05-111-0/+2
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-9/+35
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-15/+15
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Actually make QT_MAX_CACHED_GLYPH_SIZE the max glyph sizeTor Arne Vestbø2018-12-111-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-2/+7
|\
| * Allow overriding the maximum cached glyph size via the environmentTor Arne Vestbø2018-12-081-2/+7
* | Painting: Fix capping of polylines having endpoint == startpointEirik Aavitsland2018-11-091-0/+3
|/
* Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-251-0/+2
* QtGui: port away from QRegion::rects()Marc Mutz2017-12-061-19/+18
* Add QDebugStateSaver to QVectorPath operator<<Jesus Fernandez2017-07-251-0/+1
* QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-111-6/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Make data tables const.Volker Krause2015-05-051-4/+4
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-12/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Don't try to draw if there are no points in the pathAndy Shaw2014-06-091-1/+3
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-1/+1
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-7/+2
|/
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-2/+2
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix compilation on ARM with C++11: narrowing conversionThiago Macieira2012-03-221-1/+1
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-3/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-9/+0
* Making cached glyphs drawing check clearerJiang Jiang2011-07-251-0/+10
* Make QPoint have the same layout on all platformsGunnar Sletta2011-06-201-7/+0
* Make it possible to set color of QStaticText with pixel size >= 64Eskil Abrahamsen Blomfeldt2011-06-201-1/+1
* Refactor glyph pretransform checkJiang Jiang2011-06-031-0/+10