aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-192-5/+5
* Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* 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
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-232-2/+9
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-141-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-0/+1
| | |\
| | | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-272-0/+3
| * | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-131-2/+8
| |/ /
* | | Use qRadiansToDegrees() more widelyEdward Welbourne2017-03-161-7/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-0/+3
|\| |
| * | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-102-0/+3
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-3/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-3/+4
| |\|
| | * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-311-3/+4
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-143-7/+27
|\| |
| * | Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
| * | Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* | | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-3/+6
|/ /
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-680/+617
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-1/+0
|\|
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0