summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Revert "QScreen_win: retrieve user friendly monitor name"Morten Johan Sørvig2022-03-141-15/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-4/+6
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-031-3/+8
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-031-1/+23
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-032-0/+11
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-252-17/+23
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-221-1/+0
* Always include qt_windows header firstVolker Hilsheimer2022-02-222-3/+2
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-121-13/+11
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-131-4/+15
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-153-4/+6
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-085-5/+24
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-1/+1
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-2413-383/+105
* Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-182-9/+37
* Windows QPA: Set SWP_NOCOPYBITS during resize to avoid jitterYuhang Zhao2021-11-121-1/+6
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-106-25/+12
* windows qpa: re-apply 8d6e825dMorten Johan Sørvig2021-10-291-0/+2
* qwindowsdialoghelpers: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent...Friedemann Kleint2021-10-132-3/+13
* openglblacklists: Fix typo in descriptionJonas Kvinge2021-10-121-1/+1
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* windows: Fix typos in source code commentsJonas Kvinge2021-10-125-6/+6
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* Fix programatic geometry change to different DPIMorten Johan Sørvig2021-10-072-8/+27
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-075-1/+31
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-073-29/+30
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* qwindowswindow: fix return nullptrGong Weia2021-09-281-1/+1
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-09-231-1/+1
* 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