aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcontext2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Some cleanups to QQmlRefCountLars Knoll2015-06-051-2/+2
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | More cleanupsLars Knoll2015-04-211-4/+4
* | Further cleanupsLars Knoll2015-04-161-4/+4
|/
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-21/+19
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* 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-231-3/+3
* 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-131-7/+7
* | 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-081-18/+13
* | 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
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-7/+5
* Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* Fix clip state tracking in Context2DMatt Fischer2014-09-221-3/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-1/+11
|\|
| * Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
| * Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-47/+47
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | Merge branch '5.3' into devGunnar Sletta2014-08-071-7/+7
|\|
| * More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-011-6/+6
| * Make canvas cleanup work propertly...Gunnar Sletta2014-08-011-1/+45
* | Make canvas cleanup work propertly...Gunnar Sletta2014-07-311-1/+58
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-16/+0