summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* WinTab: Switch stylus pointer type when the tablet is in the tablet proximityDmitry Kazakov2020-10-061-4/+21
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* Windows QPA: Fix building with OpenGL disabled after "QFlags: remove deprecat...Martin Storsjö2020-10-051-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-26/+26
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* Cleanup API of QMimeDataLars Knoll2020-09-214-25/+24
* Windows QPA: Remove unused functionFriedemann Kleint2020-09-161-10/+0
* Windows QPA: Fix build with mingw64/Win32 threadingFriedemann Kleint2020-09-151-7/+25
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-3/+4
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Clang 10: Fix missing-exception-spec error on WindowsKai Koehne2020-09-111-0/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-082-4/+7
* QWindowsKeyMapper: fix mixed math between int and enum/flagsGiuseppe D'Angelo2020-09-051-3/+3
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-271-1/+1
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-261-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-222-14/+14
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-4/+4
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* Windows: Remove method not existing in base classKai Koehne2020-08-121-1/+0
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-108-36/+46
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-043-4/+1
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-284-71/+51
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-288-82/+63
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-259-37/+43
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-244-38/+15
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-224-16/+25
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-227-25/+72
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-2114-71/+172
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-2/+2
* Refactor pointer event hierarchyShawn Rutledge2020-07-102-11/+11
* Add ; to Q_UNUSEDLars Schmertmann2020-07-077-12/+12
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* Use QList instead of QVector in pluginsJarek Kobus2020-07-0614-59/+57
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-065-3/+5
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-035-60/+43
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-031-1/+4
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-025-54/+75
* In-class initialize QWindowsGLContext membersTor Arne Vestbø2020-07-012-16/+9
* Remove explicit tracking of QOpenGLContext in QWindowsGLContextTor Arne Vestbø2020-07-012-3/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-2/+2
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-169-85/+98
* Fix build with -no-opengl on WindowsPaul Olav Tvete2020-06-161-0/+2
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-153-16/+2
* Port platform plugins to QStringViewLars Knoll2020-06-152-2/+2