aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
* Make Canvas::layer::enabled workGunnar Sletta2015-09-111-0/+6
* Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
* Consistently use the override keywordThiago Macieira2015-07-191-4/+4
* Doc: corrected some language issuesNico Vertriest2015-04-171-1/+1
* 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
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-312-13/+11
|\|
| * Get rid of !this and similar constructsLars Knoll2014-10-311-7/+5
| * Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-21/+3
|\|
| * Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-096-25/+25
|\|
| * Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-303-17/+10
| * Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
| * Fix clip state tracking in Context2DMatt Fischer2014-09-223-6/+10
| * Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
| * Check for valid QSGRenderContext instead of QOpenGLContextAndy Nichols2014-09-111-1/+1
* | Use new sceneGraphInitialized() method for canvas itemUlf Hermann2014-09-171-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1112-292/+272
|\|
| * Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
| * Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-032-3/+2