aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-99/+138
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-122-99/+138
| |\
| | * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-292-99/+138
* | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+1
|/ /
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-043-3/+5
* | Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-9/+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-105-11/+13
|/ /
* | 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
* | QQuickCanvas: Return millisecond timestamp in requestAnimationFrame callbackKai Uwe Broulik2018-11-271-1/+1
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-172-12/+12
* Add LineStyle support to Context2dColin Ogilvie2018-07-124-0/+172
* Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-121-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-6/+6
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+7
* Unify put and putIndexedLars Knoll2018-07-021-2/+6
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-252-5/+5
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-252-5/+5
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-192-5/+5
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-1/+1
|\|
| * Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-8/+8
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-61/+61
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-2/+2
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Convert canvas2d methods to new calling conventionLars Knoll2018-01-121-457/+459
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-4/+5
* 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-227-40/+56
|\
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-256-29/+29
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-202-11/+27
| |\
| | * Fix compilation with -no-openglMichal Klocek2017-09-181-2/+3
| | * add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
| | * Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-47/+47
* | | 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
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-314-0/+13
| |\ \