aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Move touch event compression into a functionFrederik Gladhorn2016-07-061-0/+1
* | | Merge mouse handling functionsFrederik Gladhorn2016-07-061-0/+1
* | | QQuickWindowPrivate::removeGrabber: take params for mouse and touchShawn Rutledge2016-07-041-1/+1
* | | add QQuickWindowPrivate::removeGrabber()Shawn Rutledge2016-07-021-0/+1
* | | Minor touch event function renamingFrederik Gladhorn2016-07-011-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+0
| |\|
| | * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
* | | QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-1/+1
* | | QQuickWindow: prerequisites for handling multi-point touchShawn Rutledge2016-03-071-2/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+3
|\|
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+1
|\|
| * Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-261-0/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+2
|\
| * Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-221-0/+2
* | QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-061-1/+1
|/
* qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-221-1/+2
* Handle context loss in the threaded render loopLaszlo Agocs2015-03-121-0/+4
* QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-271-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* PinchArea: handle native gestures when availableShawn Rutledge2015-01-251-0/+1
* No need to include qsgbatchrenderer_p.h from qquickwindow_p.hGunnar Sletta2015-01-141-1/+0
* Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-0/+9
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-3/+0
* Fix touch/mouse propagation bugsMartin Jones2014-08-011-4/+5
* QQuickWindow: fix resetOpenGLState handling of vertex arraysGiuseppe D'Angelo2014-07-311-0/+4
* Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-291-0/+9
* Store information about focus reason in QQuickWindowPrivateBerthold Krevert2014-05-061-0/+2
* Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-1/+5
* Add defaultSurfaceFormat to QQuickWindowLaszlo Agocs2014-03-201-0/+3
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-0/+5
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-121-1/+0
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-281-1/+0
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-0/+2
* Add an error signal to QQuickWindowLaszlo Agocs2014-02-211-0/+2
* Introducing QQuickWidgetLars Knoll2014-02-171-1/+4
* Visualization modes for rendering.Gunnar Sletta2014-01-291-0/+2
* QQuickWindow: Make sure popups receive key events on MacGabriel de Dietrich2014-01-151-0/+2
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-0/+1
* QQuickWindowPrivate: implement clearFocusObjectRichard Moe Gustavsen2013-11-011-0/+1
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+2
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-2/+2