aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-300/+302
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-17/+21
* Fix API of QQmlV4HandleLars Knoll2013-09-264-7/+7
* Fix Persistent/WeakValue APILars Knoll2013-09-262-21/+30
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-252-6/+6
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-252-4/+4
* Convert putIndexed()Lars Knoll2013-09-221-4/+4
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-65/+65
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+2
* Further work towards an exact GCLars Knoll2013-09-221-65/+170
* Convert some methods to use Returned<>Lars Knoll2013-09-181-3/+39
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-182-3/+3
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-301/+301
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-7/+7
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1