aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-222-81/+253
| |\ \
| * | | Fix failing QQuickCanvas auto-testsSimon Hausmann2013-07-171-1/+3
| * | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-245-162/+232
| |\ \ \
| * | | | Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
| * | | | Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-3/+3
| * | | | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-3/+3
| * | | | Stop using v4classgen in the context2d bindingsSimon Hausmann2013-06-132-15/+66
| * | | | Convert most getter methods over to v4Lars Knoll2013-06-121-1/+0
| * | | | Remove unused stuff from qv8objectresource.Lars Knoll2013-06-111-2/+0
| * | | | Remove the last bits of v8 usage in context2dLars Knoll2013-06-111-60/+98
| * | | | Convert the prototype method of context2d to v4Lars Knoll2013-06-111-364/+377