aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcanvasitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-1/+1
|\
| * Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-1/+4
|\|
| * Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-18/+20
|\|
| * Don't show a negative size canvas.Gunnar Sletta2013-06-131-1/+1
| * Fix resizing canvas with renderStrategy == CooperativeGunnar Sletta2013-06-131-2/+4
| * Doc: Fix some broken linksSze Howe Koh2013-05-201-1/+1
| * Mark the canvas texture dirty when we change it.Gunnar Sletta2013-04-261-0/+1
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
| * Fixed crash in QQuickCanvasItem.Samuel Rødal2013-04-231-15/+14
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+2
* | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-221-1/+1
* | Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-101-3/+3
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-17/+17
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
* | Remove v8::Persistent usage from qquickcanvasLars Knoll2013-05-081-8/+10
* | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-7/+7
* | Remove v8::HandleScopeLars Knoll2013-05-031-1/+0
* | Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-291-1/+1
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-3/+3
* | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-0/+1
|/
* Fix docs for Canvas.renderStrategy, the default is CooperativeGunnar Sletta2013-03-031-1/+1
* Change Canvas to use Image and antialiasing by default.Gunnar Sletta2013-02-261-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-1/+6
* canvas-related doc fixesBea Lam2012-08-091-37/+45
* Fix various broken links in documentationBea Lam2012-08-031-5/+5
* Refactor context2d thread logicCharles Yin2012-07-311-12/+13
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-11/+11
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Create new documentation structureChris Adams2012-06-211-0/+1
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-2/+2
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Introduce QQuickCanvasPixmapCharles Yin2012-06-051-24/+85
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* doc fixCharles Yin2012-05-221-2/+2
* Using QStringLiteral or QLatin1String instead of QLatin1LiteralDebao Zhang2012-05-161-15/+15
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-18/+18
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Add more warningsCharles Yin2012-05-041-2/+6
* Implement QQuickContext2DRenderThread class for threaded context2d renderingCharles Yin2012-05-041-0/+37
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-1/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-10/+10