summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengineex.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-181-0/+35
* New algorithm for drawing thin linesLars Knoll2011-05-121-1/+1
* Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-0/+46
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1015