summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwinnativepangesturerecognizer_win.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
| | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-0/+4
| | | | | | | | The option allows to disable native Windows7 gestures since they require the creation of the native window handle. This partially disabled alien widgets concept and make window resizing slower and more flickery. Reviewed-by: Espen Riskedal
* Compile fix after the last gesture api changeDenis Dzyubenko2009-11-031-11/+12
| | | | Reviewed-by: trustme
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-4/+4
| | | | Reviewed-by: trustme
* Compile fix for gestures on Windows.Denis Dzyubenko2009-10-221-4/+4
| | | | Reviewed-by: trustme
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+124
Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme