aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcanvasitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+5
|\|
| * Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
* | Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* 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
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* | Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-1/+1
|/
* Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
* Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-301-1/+1
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
* 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
* 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-031-2/+1
* Make Canvas a texture provider.Gunnar Sletta2014-08-261-10/+73
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Handle scene graph invalidationGunnar Sletta2014-08-081-0/+8
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-8/+7
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-8/+14
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-161-5/+4
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-281-0/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+1
|\
| * Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-30/+34
|\|
| * Improve the Canvas threading modelGunnar Sletta2013-12-031-30/+34
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-3/+3
|/
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-23/+23
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* remove more uses of QV4::ValueLars Knoll2013-09-301-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-17/+21
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+4
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+5