summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Make QWindow respect minimumSize again on WindowsMorten Johan Sørvig2021-09-211-0/+2
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-172-0/+8
* Check for correct "Access Denied" errorMorten Sørvig2021-08-201-2/+2
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-063-52/+25
* Track current window DPIMorten Johan Sørvig2021-08-064-0/+15
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-17/+10
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-121-1/+1
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-081-1/+6
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-071-8/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-1/+0
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-11/+10
* Windows: Change default to ProcessPerMonitorV2DpiAwareMorten Johan Sørvig2021-02-091-4/+5
* Windows: Add support for PerMonitorV2 DPI awarenessMorten Johan Sørvig2021-02-084-6/+50
* Windows: Fix frame margins calculationMorten Johan Sørvig2021-02-011-3/+2
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-199/+0
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-083-29/+2
* Remove the qmake project filesJoerg Bornemann2021-01-073-187/+0
* Windows QPA: Lookup DISPLAYCONFIG data for monitorsAllan Sandfeld Jensen2021-01-071-2/+94
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-126/+14
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-17/+23
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-274-12/+41
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Windows QPA: Use a QSharedPointer for the touch deviceFriedemann Kleint2020-10-266-32/+27
* Deprecate QVariant::TypeLars Knoll2020-10-232-2/+2
* Windows QPA/WmPointer: Register tablet devices of pointer handlerFriedemann Kleint2020-10-202-13/+64
* Windows QPA/wintab: Register tablet devicesFriedemann Kleint2020-10-202-117/+231
* MinGW: Fix static build using PCHCristian Adam2020-10-091-0/+6
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-078-19/+19
* 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