summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: Change default to ProcessPerMonitorV2DpiAwareMorten Johan Sørvig2021-02-091-4/+5
* Windows: Add support for PerMonitorV2 DPI awarenessMorten Johan Sørvig2021-02-081-5/+14
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-2/+2
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-7/+17
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-30/+7
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-0/+27
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* Port platform plugins to QStringViewLars Knoll2020-06-151-1/+1
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-121-2/+3
* Move windows font databases into QtGuiFriedemann Kleint2020-06-111-2/+3
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-091-1/+1
* Remove ANGLELaszlo Agocs2020-05-261-24/+3
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-4/+4
* Windows: Provide a way to switch between WinTab and Windows Ink at run-timeAndre de la Rocha2020-04-101-4/+26
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+0
|\
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-1/+3
| |\
| | * Fix geometry handling for native child windowsFriedemann Kleint2020-02-281-1/+3
* | | Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-041-5/+13
|/ /
* | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+4
* | Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-16/+16
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+2
|\
| * Windows QPA: Fix missing update when the display is sleepingAndre de la Rocha2019-11-071-0/+2
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-2/+2
* | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-221-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+3
|\|
| * Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-131-0/+3
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
|/
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\
| * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-1/+1
* | Windows QPA: Don't test for Desktop GL if Qt::AA_UseDesktopOpenGL is setFriedemann Kleint2018-09-281-5/+5
* | Windows QPA: Dispatch skipped touch/pen events if compression is offRomain Pokrzywka2018-09-141-1/+3
* | Windows: Disable shader disk cache for Intel HD Graphics 620Friedemann Kleint2018-09-111-0/+4
* | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-0/+3
* | Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-0/+1
* | Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-2/+1
* | Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-121-2/+9
* | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-271-3/+3
* | Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-2/+2
* | Windows: Add support for invisible window marginsAndre de la Rocha2018-05-181-1/+1
|/
* Add support for Windows UI AutomationAndre de la Rocha2017-11-141-2/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
* Windows QPA: Implement QPlatformWindow::initialize()Friedemann Kleint2017-07-181-15/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-9/+9
|\