summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qregion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-051-1/+1
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-161-0/+65
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-2/+2
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-93/+0
* Compile fixes for clang10Lars Knoll2020-04-151-1/+1
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-1/+1
* Get rid of QMatrixJarek Kobus2020-02-281-1/+1
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-37/+37
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-54/+0
|\
| * Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-281-54/+0
* | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-6/+6
|/
* doc: Add missing return types to \fn commandsMartin Smith2018-01-181-1/+1
* QRegion: deprecate rects()Marc Mutz2017-12-071-16/+35
* QtGui: port away from QRegion::rects()Marc Mutz2017-12-061-5/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* QRegion: explain why there's an apparently unused variableGiuseppe D'Angelo2017-09-181-1/+8
* doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
|\
| * Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-171-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+9
|\| |
| * | QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-1/+9
* | | QRegion: mark boundingRect() and rectCount() nothrowMarc Mutz2016-04-231-2/+2
* | | QRegion: use new begin()/end() instead of rect()Marc Mutz2016-02-281-14/+9
* | | QRegion: use new begin()/end() in op<<(QDataStream)Marc Mutz2016-02-281-9/+10
* | | QRegion: make iterableMarc Mutz2016-02-281-2/+112
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-2/+2
|\|
| * QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-2/+2
* | QRegion: add move ctorMarc Mutz2016-02-131-0/+10
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QRegion: fix a valgrind warningMarc Mutz2014-10-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-011-1/+3
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-1/+3
| |\
| | * QRegion: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* | | Make QRegion::shared_empty constMarc Mutz2014-09-291-16/+11
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QRegion: Reorganise members to reduce padding in EdgeTableEntryMaks Naumov2014-09-231-1/+1
* | QRegion: Reorganise members to reduce padding in QRegionPrivateMaks Naumov2014-09-161-3/+3
* | QRegion: remove some toplevel const from return typesMarc Mutz2014-09-101-7/+28
* | QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
* | Use ctor-init-list in QRegionPrivate(QRect) ctorMarc Mutz2014-08-261-5/+6