aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-2399/+0
* Deliver touch event timestamps in QSGCanvas.Laszlo Agocs2011-10-181-0/+1
* Fix coding style issuesKent Hansen2011-10-171-4/+3
* More accurate timing for rendering threadJiang Jiang2011-10-111-3/+29
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-101-61/+107
* use QWindows's format so users can overrideGunnar Sletta2011-10-031-1/+1
* Fix order of QSGItem mouse filtering.Martin Jones2011-10-031-3/+3
* Add a QSGCanvas incubation controllerAaron Kennedy2011-09-301-0/+60
* Fix TextInput and TextEdit openInputPanel autotestsJoona Petrell2011-09-291-1/+4
* Make surface format plugable from the scene graph pluginGunnar Sletta2011-09-261-1/+2
* Use QWindow's surface format for QSGCanvas' GL contextGunnar Sletta2011-09-151-0/+1
* We need to set the OpenGLSurface surface type on QSGCanvas.Samuel Rødal2011-09-151-0/+2
* Remove unnecessary updateInputContext function from QSGCanvasPrivateJoona Petrell2011-09-151-10/+0
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-1/+1
|\
| * Add new path functionality.Michael Brasser2011-09-081-1/+1
* | Make QSGItem::update() work when called from inside QSGCanvasPlainRenderLoop:...Paul Olav Tvete2011-09-091-1/+1
* | Only polish once pr frameGunnar Sletta2011-09-091-2/+0
* | Explicitly ask input method to commit preedit when focus lost.Pekka Vuorela2011-09-081-11/+2
* | get various autotests working for refactorMatthew Cattell2011-09-081-0/+2
* | Avoid compiler warning on unused variable.Pekka Vuorela2011-09-081-1/+0
* | make sure we polishItems also in plain render loopGunnar Sletta2011-09-081-4/+5
* | Fix a typo in the method nameLars Knoll2011-09-081-2/+1
* | Ensure the itemTransform in QInputPanel is always up to dateLars Knoll2011-09-081-0/+9
* | Adapt to the input method changes in qtbaseLars Knoll2011-09-081-13/+6
* | qsgcanvas autotest made to work with refactor and added break statement to qs...Matthew Cattell2011-09-061-0/+1
* | properly initialize the dptr of QSGCanvas in the default constructorZeno Albisser2011-09-021-1/+1
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-4/+4
* | Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-011-133/+41
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-3/+3
* | Merge branch 'master' into refactorGunnar Sletta2011-08-311-48/+46
|\|
| * Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-311-1/+1
| * Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-311-15/+13
| * Revert swap interval change in 107bf9e570e4d7ce1eb38452c9a5473b2455d9c7Aaron Kennedy2011-08-301-1/+1
| * Fix QSGItem::polish() at startup logicAaron Kennedy2011-08-291-0/+2
* | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-5/+5
* | Respect QPlatformIntegration::ThreadedOpenGL and fix thread affinity of the Q...Gunnar Sletta2011-08-291-4/+13
* | implement non-threaded renderer againGunnar Sletta2011-08-291-1/+83
* | separated out render thread codeGunnar Sletta2011-08-291-74/+102
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-24/+47
|\|
| * Do not deliver mouse wheel events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-241-1/+1
| * Fixed clip on QML2 rectangles to include the borders.Kim Motoyoshi Kalland2011-08-161-1/+2
| * Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-121-2/+0
| * Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-021-0/+3
| * Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-021-21/+41
* | Warn when grab() is called outside the GUI thread.Gunnar Sletta2011-08-241-0/+7
* | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-221-0/+3
* | added frame swap notification to notify compositor that frame was swappedMatthew Cattell2011-08-181-1/+1
* | Fix crash-on-exit in qmlsceneMorten Sorvig2011-08-171-1/+1
* | improved debug messages a bitGunnar Sletta2011-08-111-1/+10
* | Removed faked resize / show / hide events.Samuel Rødal2011-08-101-24/+0