summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-4/+0
* Use QList instead of QVector in guiJarek Kobus2020-06-291-2/+2
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-021-3/+5
* Make text decorations consistent between ways of drawing textEskil Abrahamsen Blomfeldt2020-02-071-1/+1
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-10/+10
* Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-131-0/+1
* More nullptr usage in headersKevin Funk2019-03-141-3/+3
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-0/+2
* QPainter: replace an QVector with QVarLengthArrayMikhail Svetkin2019-01-071-1/+2
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-111-1/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-1/+1
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-1/+1
* Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-111-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+1
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-0/+1
* 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
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-071-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+273