aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
* Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-014-28/+47
* Make canvas cleanup work propertly...Gunnar Sletta2014-08-013-2/+48
* Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
* Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
* Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
* Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-1/+4
* Use an offscreen surface in CanvasLaszlo Agocs2014-03-272-3/+6
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-182-11/+10
* 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
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-251-3/+3
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-2/+0
* Make the Ref classes not template basedLars Knoll2014-02-071-15/+23
* Rename Referenced to ManagedRefLars Knoll2014-02-071-5/+5
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-0/+3
* CleanupsLars Knoll2014-01-311-1/+1
* Rename some filesLars Knoll2014-01-313-3/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-14/+14
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-062-2/+3
|\
| * Doc: Fix broken linksSze Howe Koh2013-12-302-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-169-182/+257
|\|
| * Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
| * Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-4/+4
| * Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-3/+3
|/
* Fix bad refcounting for Context2D.drawImage with an image item source.Gunnar Sletta2013-11-201-1/+1
* Fix Canvas2d.createConicalGradientLars Knoll2013-11-121-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-168/+168
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+3
* Use one render loop per QQuickWindowGunnar Sletta2013-10-302-2/+2
* Protect write accesses to objectsLars Knoll2013-10-291-0/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-8/+16
* Initialize VariableLars Knoll2013-10-151-0/+1
* inline get_element callsLars Knoll2013-10-141-0/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+6
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-8/+8
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-4/+4
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-022-95/+95
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-3012-12/+12
* remove more uses of QV4::ValueLars Knoll2013-09-302-12/+10
* Remove more direct QV4::Value usageLars Knoll2013-09-281-23/+23
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-282-3/+3