aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clip to bounding rectAlan Alpert2011-07-281-2/+2
* put all context2d code into context2d directoryCharles Yin2011-07-271-1/+1
* Fix QSGItem transforms.Michael Brasser2011-07-201-4/+2
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-071-56/+29
* Use QWheelEvent instead of QGraphicsSceneWheelEventLars Knoll2011-07-071-21/+13
* Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-011-2/+42
* Don't crash when QSGCanvas::sceneGraphContext() is called prematurlyGunnar Sletta2011-06-281-1/+1
* Correctly wait for render thread to exitAaron Kennedy2011-06-221-0/+7
* Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
* Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
* Merge branch 'master' into qtquick2Gunnar Sletta2011-06-151-17/+12
|\
| * Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-101-8/+7
| * Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-101-1/+1
| * Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-101-8/+4
* | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-101-1/+1
|\|
| * Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
* | Disable vsync animations by defaultGunnar Sletta2011-06-101-13/+59
* | Add a DragTarget element.Andrew den Exter2011-06-091-0/+86
* | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-091-1/+10
|\|
| * Support calling update while syncing scenegraph.Gunnar Sletta2011-06-091-1/+10
* | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091-206/+476
|\|
| * Wake render thread when doing paint() and grab() as in resize()Gunnar Sletta2011-06-081-4/+5
| * A better threaded rendererGunnar Sletta2011-06-061-206/+475
* | Don't crash if GL context initialization failedAaron Kennedy2011-06-081-36/+48
|/
* Set paintNode to 0 after deleting it.Gunnar Sletta2011-05-231-0/+1
* Don't store texture references after the view has gone awayGunnar Sletta2011-05-231-0/+12
* Link item focus to canvas widget focus.Martin Jones2011-05-191-65/+88
* When calling update() on a QSGItem during the sync phase, we did not update.Gunnar Sletta2011-05-121-0/+9
* Delete the rendering thread when shutting downGunnar Sletta2011-05-111-1/+3
* Stop the render thread before deleting the QSGCanvas.Gunnar Sletta2011-05-111-9/+18
* Removed a few warningsGunnar Sletta2011-05-091-0/+1
* Make animation driver pluggable through the QSGContextGunnar Sletta2011-05-061-2/+2
* Enable the threaded renderer.Gunnar Sletta2011-05-051-41/+21
* Added a runtime option to enable consistent timing for animationsGunnar Sletta2011-05-021-2/+7
* Pre-accept eventsAlan Alpert2011-04-281-0/+2
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+1890