aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+8
|\
| * docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-066-0/+66
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+6
|\|
| * Make Canvas::layer::enabled workGunnar Sletta2015-09-111-0/+6
* | Mark Canvas::tileSize and Canvas::canvasWindow as obsolete.Gunnar Sletta2015-09-281-13/+4
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-31/+22
* | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-1/+1
|\|
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-5/+9
|\|
| * Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
| * Consistently use the override keywordThiago Macieira2015-07-191-4/+4
* | Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-2/+2
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Some cleanups to QQmlRefCountLars Knoll2015-06-052-3/+3
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-243-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+1
|\|
| * Doc: corrected some language issuesNico Vertriest2015-04-171-1/+1
* | More cleanupsLars Knoll2015-04-211-4/+4
* | Further cleanupsLars Knoll2015-04-161-4/+4
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+6
|\
| * Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
| * Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-261-0/+3
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-21/+19
* | Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-131-8/+8
* | Update copyright headersJani Heikkinen2015-02-1212-84/+84
* | CleanupsLars Knoll2015-01-231-296/+296
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* | Get rid of most uses of ValueRefLars Knoll2015-01-232-4/+4
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-4/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-4/+26
|\|
| * Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-132-8/+8
* | Cleanup variant conversion codeLars Knoll2015-01-091-5/+5
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-5/+5
* | Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-084-22/+17
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-18/+8
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-10/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-9/+9
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-8/+2
* | Move data for objects in QtQuick into the Heap namespaceLars Knoll2014-11-111-52/+77
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-8/+8
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-5/+5