aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | | Convert the instance methods of context2d to v4Lars Knoll2013-06-111-195/+218
| * | | | Convert some of the subobjects of context2d to v4Lars Knoll2013-06-111-65/+58
| * | | | Convert the first canvas subobject over to v4 styleLars Knoll2013-06-111-36/+51
| * | | | Use QStringLiteral instead of QLatin1StringLars Knoll2013-06-101-96/+96
| * | | | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-0/+2
| * | | | Remove usage of v8 from the context2d headerLars Knoll2013-06-102-13/+14
| * | | | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-052-2/+3
| * | | | Remove unused variableLars Knoll2013-06-031-2/+0
| * | | | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-5/+10
| * | | | Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-78/+77
| * | | | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-222-3/+3
| * | | | Get rid of v8::NumberLars Knoll2013-05-211-6/+6
| * | | | Get rid of v8::IntegerLars Knoll2013-05-211-9/+9
| * | | | Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-105-92/+118
| * | | | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-082-20/+20
| * | | | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
| * | | | Remove v8::Persistent usage from qquickcanvasLars Knoll2013-05-083-35/+33
| * | | | Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-081-0/+1
| * | | | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-129/+130
| * | | | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-072-8/+8
| * | | | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-7/+7
| * | | | Get rid of v8::LocalLars Knoll2013-05-062-59/+59
| * | | | Remove v8::HandleScopeLars Knoll2013-05-032-5/+0
| * | | | Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
| * | | | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-4/+4
| * | | | Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-292-4/+4
| * | | | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-34/+17
| * | | | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-192-5/+5
| * | | | Move DOM errors over to use v4 directlyLars Knoll2013-04-191-1/+1
| * | | | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-0/+1
* | | | | Support multiple quoted font families in Context2D font property.Mitch Curtis2013-08-051-57/+174
* | | | | Fixed wrong Context2d text baseline offset ajustWesley Ceraso Prudencio2013-08-041-2/+4
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-21/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
| * | | Tidy up Context2D transform-related documentation.Mitch Curtis2013-06-251-20/+31
* | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-241-32/+53
|\| | |
| * | | Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-211-32/+53
* | | | Correctly parse Context2D font as per CSS shorthand font propertyMitch Curtis2013-06-241-28/+165
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-202-8/+7
|\| |