aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcanvasitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: markdirty -> markDirtyAlbert Astals Cid2024-04-261-1/+1
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-3/+3
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-011-1/+1
* doc: Rename to Qt Quick Examples - Pointer HandlersShawn Rutledge2023-07-021-1/+1
* Introduce sourceSize parameter to Canvas::loadImage()Eirik Aavitsland2023-06-121-4/+10
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-8/+5
* Document the Pointer Handlers exampleShawn Rutledge2023-03-021-1/+1
* Fix QQuickCanvasItem in case of invalidateSceneGraph()Thomas Senyk2023-02-011-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-051-6/+15
* Doc: Fix remaining documentation warningsTopi Reinio2021-12-211-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-2/+2
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Clear up Canvas docs wrt the unsupported FBO render modeLaszlo Agocs2020-11-061-17/+2
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-111-2/+2
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-2/+2
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+2
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-26/+32
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-26/+32
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+2
* | Remove QQmlV4HandleUlf Hermann2019-04-101-5/+2
|/
* QQuickCanvas: Return millisecond timestamp in requestAnimationFrame callbackKai Uwe Broulik2018-11-271-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-25/+25
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-3/+4
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
* QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-311-7/+10
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-0/+1
|\
| * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-271-0/+1
* | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-101-0/+1
* | Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-021-1/+19
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-1/+0
|\|
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-8/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | QQuickCanvasItem: optimize mimeToTypeAnton Kudryavtsev2016-10-181-12/+16