summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qtransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-181-2/+2
* Compile with Qt 6Lars Knoll2019-05-021-0/+8
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-2/+2
* Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-2/+17
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-1/+2
* Fix the qHash implementation for QMatrix / QTransformGiuseppe D'Angelo2018-06-211-9/+9
* Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-061-2/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-1/+5
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-1/+5
* | QtGui: kill some unneeded relocationsMarc Mutz2017-02-241-4/+4
|/
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-6/+6
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-7/+15
* QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-111-1/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-1/+3
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+1
|\
| * Make data tables const.Volker Krause2015-05-051-1/+1
* | Add qHash(QMatrix) and qHash(QTransform)Marc Mutz2015-04-211-0/+24
|/
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+4
|\
| * QTransform: initialize the d memberGiuseppe D'Angelo2014-09-221-0/+4
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-21/+21
* Fix transform (rotation matrix) uniform scale testing.Balazs Domjan2013-09-191-5/+22
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Correct QTransform::QTransform documentation re m13 initialisation.Mitch Curtis2012-08-101-1/+1
* Added note to QTransform::isRotatingAli Akhtarzada2012-07-251-0/+2
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-7/+7
* Move QPainterPathPrivate to the private header files.Gunnar Sletta2012-04-131-0/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-6/+6
* 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
* Change references to affine example.Casper van Donderen2011-06-281-2/+2
* 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/+2301