aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-101-2/+10
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-2/+10
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-2/+10
| | |\
| | | * Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
* | | | Make the Canvas item configurableLars Knoll2016-10-106-2/+24
|/ / /
* | | 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
* | | Use predefined color instead of creation from stringAnton Kudryavtsev2016-08-261-2/+2
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-11/+11
* | | Fix 'lighter' compositionmode in Context2DGunnar Sletta2016-08-121-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+1
|\| |
| * | 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