summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-121-2/+3
* Move windows font databases into QtGuiFriedemann Kleint2020-06-118-16/+19
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-097-58/+52
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+1
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-033-3/+2
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-022-4/+0
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-37/+18
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-283-4/+4
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-274-6/+3
* Windows: Fix wrong default font sizes after changing scalingFriedemann Kleint2020-05-261-1/+21
* Remove ANGLELaszlo Agocs2020-05-2610-1264/+23
* Windows: Fix wrong DPI used in font size after changing scalingFriedemann Kleint2020-05-251-1/+5
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-223-4/+1
* Windows QPA: Fix deprecated QString::fromUtf16(ushort*) callFriedemann Kleint2020-05-221-1/+1
* Windows: Update the hasFrame setting when changing window flagsAndy Shaw2020-05-191-0/+1
* Windows QPA: Fix window class name clash when mixing Qt librariesFriedemann Kleint2020-05-181-1/+2
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-1/+1
* Windows QPA: Fix missing accessible name change eventsAndre de la Rocha2020-05-103-0/+17
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-222-8/+16
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-8/+16
| |\
| | * Windows QPA: Fix geometry when firing a full exposeFriedemann Kleint2020-04-152-4/+10
| | * Windows QPA: Fix showing translucent windows maximized/full screenFriedemann Kleint2020-04-151-2/+2
| | * Windows QPA: Fix restoring from fullscreen in High DPI setupsFriedemann Kleint2020-04-151-2/+4
* | | Windows QPA: Fix High DPI scaling not becoming active when changing scalingFriedemann Kleint2020-04-221-0/+1
|/ /
* | windows: Add QT_NO_OPENGL_BUGLIST environment variableLaszlo Agocs2020-04-211-9/+10
* | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-172-5/+5
* | Windows: Provide a way to switch between WinTab and Windows Ink at run-timeAndre de la Rocha2020-04-105-4/+41
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0828-81/+28
|\|
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-0324-67/+2
| * Windows QPA: Enable Toggle UIA pattern for all checkable controlsAndre de la Rocha2020-03-261-4/+2
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-0/+1
| | |\
| | | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-101-1/+3
| | | |\
| | | * | Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1