aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcontext2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1
* Doc: Fix broken linkVenugopal Shivashankar2024-02-231-1/+1
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* qimage/qpixmap: use rvalue overloads moreAnton Kudryavtsev2023-09-151-4/+4
* Doc: Add missing closing parenthesisPaul Wicking2023-09-061-1/+1
* Introduce sourceSize parameter to Canvas::loadImage()Eirik Aavitsland2023-06-121-2/+2
* Doc: Fix mislabelled diagram for Context2D.arc()Sze Howe Koh2023-06-071-2/+2
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-109/+172
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-4/+6
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Fix a typo in a commentJiDe Zhang2022-05-061-1/+1
* Fix use of deprecated QColor ctorMårten Nordheim2022-03-231-2/+2
* Fix edge cases in arcToDelf Neumärker2022-01-051-17/+12
* Avoid unnecessary color format conversionJiDe Zhang2021-10-291-2/+2
* Doc: Repair broken link to the FlowerPower demoLuca Di Sera2021-10-011-1/+1
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-3/+3
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-4/+4
* Doc: Fix typoPaul Wicking2021-03-051-1/+1
* Do not assert with OpenGL in qquickcanvasitem testLaszlo Agocs2020-11-061-8/+5
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-1/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-12/+8
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-2/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-11/+11
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-111-140/+3
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-2/+3
* Update qtbase dependencyJonas Karlsson2020-06-051-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-2/+3
|\
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-051-2/+3
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-73/+106
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-73/+106
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-5/+7
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-5/+7
| |\
| | * Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* | | Remove QQmlV4HandleUlf Hermann2019-04-101-1/+5
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-2/+7
|\|
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-2/+7
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-144/+166
|\|
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
* | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-081-3/+3
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-11/+11
* Add LineStyle support to Context2dColin Ogilvie2018-07-121-0/+127
* Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-121-1/+1