aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcontext2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
* Get rid of !this and similar constructsLars Knoll2014-10-311-7/+5
* Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* Fix clip state tracking in Context2DMatt Fischer2014-09-221-3/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-1/+11
|\|
| * Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
| * Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-47/+47
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | Merge branch '5.3' into devGunnar Sletta2014-08-071-7/+7
|\|
| * More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-011-6/+6
| * Make canvas cleanup work propertly...Gunnar Sletta2014-08-011-1/+45
* | Make canvas cleanup work propertly...Gunnar Sletta2014-07-311-1/+58
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-16/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-5/+5
* | Change the object allocation schemeSimon Hausmann2014-07-221-11/+10
* | Convert QQuickContext2D to new construction schemeLars Knoll2014-07-221-103/+100
* | Remove the less often used Ref classesLars Knoll2014-07-221-7/+5
* | Get rid of StringRefLars Knoll2014-07-221-4/+3
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-451/+397
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-5/+5
* | Convert context2d to new data layoutLars Knoll2014-07-221-200/+220
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-3/+3
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-7/+3
|/
* Prevent initial clipping in Context2DUlf Hermann2014-06-031-10/+5
* 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
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-1/+4
* Use an offscreen surface in CanvasLaszlo Agocs2014-03-271-1/+3
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-3/+3
* 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-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-14/+14
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+2
* 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-031-17/+31
* 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-301-1/+1