aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-3/+3
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-3/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-3/+7
| |\|
| | * Avoid Canvas crashes with qtquickcompilerLaszlo Agocs2016-05-241-3/+7
* | | Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-107-67/+116
|\ \ \
| * | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
| * | | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-244-0/+4
| |\| |
| * | | 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
| * | | | QQuickCanvasItem: Don't set QSGGeomety in updatepaintnodesAndy Nichols2016-05-061-5/+3
| * | | | D3D12: Fix up Context2DLaszlo Agocs2016-05-032-27/+33
| * | | | D3D12: Painter nodeLaszlo Agocs2016-05-031-9/+17
| * | | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-0/+1
| * | | | 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-227-31/+65
* | | | | | Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-5/+5
| |_|_|/ / |/| | | |
* | | | | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-204-0/+4
| |_|/ / |/| | |
* | | | 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
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+5
|\|
| * Fix crash when Canvas has negative width or heightMitch Curtis2016-02-051-0/+5
* | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-46/+46
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+8
|\|
| * 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
* | | Updated license headersJani Heikkinen2016-01-1912-168/+240
* | | QQuickCanvasItem: fix expensive iteration over QMap::keys()Anton Kudryavtsev2016-01-141-2/+2
* | | context2d: replace foreach with range-based forAnton Kudryavtsev2016-01-142-5/+5
* | | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-3/+3
|/ /
* | 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