summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Make QPoint*, QSize*, and QRect* binary operators hidden friendsAllan Sandfeld Jensen2020-10-211-138/+53
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-43/+108
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-3/+3
* Add qHash implementation for QPointMitch Curtis2020-09-151-0/+1
* Cleanup float-equal warningsLars Knoll2020-06-171-3/+1
* QPoint(F): API cleanupsGiuseppe D'Angelo2020-06-031-117/+117
* Get rid of QMatrixJarek Kobus2020-02-281-1/+0
* Silence intel compiler warning about float comparisonOlivier Goffart2019-11-281-0/+1
* QPoint/F: add transposed()Marc Mutz2019-08-071-0/+4
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
* Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-3/+3
* Forward declarations for platform specific types should also be done with Q_QDOCOlivier Goffart2016-06-171-1/+1
* darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-0/+13
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_RELAXED_CONSTEXPR to QPoint and QPointFOlivier Goffart2014-11-261-36/+36
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix compilation with Clang on MacOS.Erik Verbruggen2013-02-191-10/+4
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-261-0/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-121-0/+10
* Use factor and divisor wording to be consistent with the documentation and restLaszlo Papp2012-07-101-27/+27
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-201-26/+26
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-221-68/+66
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-201-0/+8
* 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
* Make QPoint have the same layout on all platformsGunnar Sletta2011-06-201-6/+0
* 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/+389