summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qtransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* qHashMulti: switch to passing the seed to the qHash() function in 7.0Thiago Macieira2025-05-091-1/+1
* Geometry classes: introduce check for overflowsGiuseppe D'Angelo2025-02-281-4/+4
* Fix QTransform::quadToQuad() to work with QRectFShawn Rutledge2025-01-021-1/+1
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-4/+1
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-2/+0
* Remove dead code in QTransform::invertedPiotr Wierciński2024-08-211-4/+0
* Work around compiler bug in QTransformMatthias Rauter2024-08-091-65/+57
* Simplify QTransform mappingAllan Sandfeld Jensen2024-01-111-49/+4
* Deduplicate mapping code in QTransformAllan Sandfeld Jensen2023-12-271-118/+10
* Fix compilation warningsYuhang Zhao2023-05-011-5/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-181-16/+70
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-3/+3
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+2
* Doc: Improve QTransform documentationPaul Wicking2021-06-251-0/+21
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Clean up in QTransformJarek Kobus2020-04-291-67/+11
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Get rid of QMatrixJarek Kobus2020-02-281-46/+47
* Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-071-270/+282
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+6
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* 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