aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-12-302-2/+3
* 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
* 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
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+5
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-122-20/+20
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* Remove large, unused function in QtQuick 2Thiago Macieira2013-09-051-67/+0
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-6/+6
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-192-2/+2
|\
| * Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
| * Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
* | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-065-869/+1011
|\ \