aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcontext2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-311-1/+1
* Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-131-2/+8
* Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-101-0/+2
* Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
* Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-680/+617
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-2/+8
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-7/+9
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-37/+41
* Fix 'lighter' compositionmode in Context2DGunnar Sletta2016-08-121-2/+2
* Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-101-6/+39
|\
| * Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
| * Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-241-0/+1
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-241-70/+72
| |\ \
| * | | Fix build with QT_NO_OPENGL after rebaseAndy Nichols2016-05-081-3/+5
| * | | D3D12: Fix up Context2DLaszlo Agocs2016-05-031-1/+10
| * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-4/+4
| |\ \ \
| * | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-5/+27
* | | | | Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-5/+5
| |_|_|/ |/| | |
* | | | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
| |_|/ |/| |
* | | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-56/+56
* | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-13/+15
* | | Fix assertion in qt_create_image_data()Peter Varga2016-04-191-1/+1
| |/ |/|
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-4/+4
|/
* Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-46/+46
* Updated license headersJani Heikkinen2016-01-191-14/+20
* context2d: replace foreach with range-based forAnton Kudryavtsev2016-01-141-2/+2
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-3/+3
* 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