summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainterpath.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Merge QPainterPathPrivate and QPainterPathDataVolker Hilsheimer2020-09-041-18/+16
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-11/+11
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-140/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-70/+0
|\
* | Get rid of QMatrixJarek Kobus2020-02-281-36/+65
|/
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+15
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* QBezier: replace out parameters by return-by-value in split()Marc Mutz2019-08-221-12/+9
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-4/+5
|\
| * Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-311-4/+5
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+2
|\|
| * Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-1/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-19/+38
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-19/+38
| |\
| | * Guard against numerical overflow when processing QPainterPathsEirik Aavitsland2019-05-151-19/+38
* | | QPainterPath: convert manual memory management to std::unique_ptrGiuseppe D'Angelo2019-05-141-2/+1
* | | QPainterPath: amend a commentGiuseppe D'Angelo2019-05-141-1/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1
|/ /
* | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-081-3/+3
* | QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-0/+25
* | Add clear, reserve and capacity methods to QPainterPathJean-Michaƫl Celerier2019-01-081-6/+61
|/
* qpainterpath: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-1/+1
* Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0
* Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+33
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-15/+16
|\
| * Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-15/+16
* | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-4/+3
|/
* Replace some QList<int> with QVector<int>Marc Mutz2016-02-081-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+2
* Doc: rearrange tables with overflowNico Vertriest2015-06-261-1/+1
* MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-041-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPainterPath: replace a use of QList<QRectF> with a QVectorMarc Mutz2014-02-261-1/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Automatically create QPainterPathStroke based on QPenAllan Sandfeld Jensen2013-12-121-0/+20
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-23/+23
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-7/+7