summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowstabletsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an egregious misnaming, s/deg([XY])/rad$1/gEdward Welbourne2017-07-071-4/+4
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-4/+4
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-4/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
|\
| * QWindowsTabletSupport: fix new[]/delete mismatchMarc Mutz2016-07-111-2/+2
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-3/+3
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-1/+1
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-3/+4
|/
* Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-0/+4
* Windows: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-8/+10
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-7/+3
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Windows QPA plugin: Streamline code to find window at a position.Friedemann Kleint2014-09-011-2/+2
* Windows: Detect Surface Pro 2 tablets.Friedemann Kleint2014-08-281-0/+2
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-3/+7
* add buttons to QTabletEventShawn Rutledge2014-07-281-1/+2
* Windows: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-281-1/+3
* Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
* Fix loss of precision warningsFrederik Gladhorn2014-05-261-2/+2
* Windows: Add platform plugin parameter for tablet absolute range.Friedemann Kleint2014-02-271-2/+2
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-18/+12
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-141-4/+29
* Add WACOM tablet support for Windows.Friedemann Kleint2013-07-041-0/+473