summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.h
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in guiJarek Kobus2020-06-291-12/+12
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-28/+0
* Get rid of QMatrixJarek Kobus2020-02-281-25/+0
* Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-071-3/+3
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
* QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-031-2/+4
* QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-16/+31
* Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-251-1/+2
* Provide presets for QGradientTor Arne Vestbø2018-05-311-0/+18
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-021-1/+2
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-1/+2
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-271-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove all references to XLFD fontsLars Knoll2012-06-271-5/+0
* Cleanup Q3* itemsDebao Zhang2012-03-231-1/+0
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-2/+3
|\|
| * Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-0/+1
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-101-2/+2
* | qdrawutil is for QtWidgetsLars Knoll2011-05-041-1/+0
* | Remove QWidget dependency in QPainter::initFrom().Samuel Rødal2011-05-041-1/+2
* | remove obsolete stuffLars Knoll2011-05-031-73/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1008