aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | Move PathItem to qt.labsLaszlo Agocs2017-04-251-1/+2
* | | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-253/+333
* | | | Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-024-0/+13
|\ \ \ | |/ / |/| / | |/
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-264-0/+7
| * Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-2/+2
|\|
| * QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-072-8/+11
|\|
| * Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-312-8/+11
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-3/+3