summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpathclipper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-9/+9
* Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-121-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-5/+5
* Fix return of empty paths with multiple points on intersectionsAllan Sandfeld Jensen2017-04-281-1/+6
* QPathClipper: remove homebrew 'qRemoveDuplicates' algorithmAnton Kudryavtsev2016-10-141-20/+1
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-8/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-8/+0
|\
| * Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-8/+0
* | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QPathSegments::Intersection: reduce struct size 24 -> 16 bytesMaks Naumov2015-10-261-2/+2
* QtGui: don't hold QPainterPath in QListMarc Mutz2015-06-241-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-3/+4
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-10/+0
* Remove unused private membersThiago Macieira2013-03-231-3/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
* 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/+2149