summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qbezier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-18/+14
|\
| * Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
* | QBezier: replace out parameters by return-by-value in split()Marc Mutz2019-08-221-8/+8
* | QBezier: inline fromPoints()Marc Mutz2019-08-171-18/+0
|/
* Fix possible endless loop when stroking curvesEirik Aavitsland2019-05-081-3/+3
* Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-041-2/+2
|\
| * Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
* | Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-2/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-55/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove definitions of INV_EPS and M_SQRT2.Robin Burchell2012-05-071-11/+0
* 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
* Limit Bezier curve subdivision to maximum 512 line segments.Kim Motoyoshi Kalland2012-01-061-4/+16
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Improved path filling performance in the raster paint engine.Kim Motoyoshi Kalland2011-12-161-0/+32
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-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/+702