summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* WindowsKeyMapper: Fix unsigned/signed mismatch errorMårten Nordheim2022-10-101-1/+1
* QWindowsKeyMapper: simplify the code a bit (2/2)Yuhang Zhao2022-10-081-5/+1
* QWindowsKeyMapper: replace legacy values with new oneYuhang Zhao2022-10-081-2/+2
* QWindowsKeyMapper: simplify the code a bit (1/2)Yuhang Zhao2022-09-301-6/+2
* Fix building with disabled OpenGL after switching to the syncqt toolMartin Storsjö2022-09-292-0/+3
* Windows QPA: remove two unused forward declared structsYuhang Zhao2022-09-231-3/+0
* QWindowsKeyMapper: make one variable constYuhang Zhao2022-09-231-1/+1
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-3/+3
* QWindowsKeyMapper: whitespace fixesYuhang Zhao2022-09-191-5/+6
* Windows QPA: Don't highlight the first entry of the system menu if not approp...Yuhang Zhao2022-09-061-0/+6
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-052-0/+8
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-013-3/+3
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-292-12/+6
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-261-7/+6
* Windows QPA/QPlatformServices::openUrl(): Add work around for anchors on loca...Friedemann Kleint2022-08-261-6/+61
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Windows QPA: fix tree item discovery through UI AutomationAndré de la Rocha2022-08-221-19/+11
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-165-51/+51
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-032-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-7/+7
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-141-4/+1
* Windows QPA: Add MSWindowsNoRedirectionBitmap flagYuhang Zhao2022-07-141-1/+4
* Windows: Turn on dark mode support by defaultVolker Hilsheimer2022-07-121-1/+5
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-07-071-0/+2
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-061-1/+3
* Windows: Fix OpenGL window's screenYuhang Zhao2022-07-061-4/+9
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-7/+14
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* Windows QPA: Fix indentionYuhang Zhao2022-06-191-42/+42
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+4
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-164-2/+19
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-083-19/+21
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-161-15/+1
* Windows: Make QScreen::name() more user-friendly, take 2Yuhang Zhao2022-05-162-13/+45
* Use SPDX license identifiersLucie Gérard2022-05-16105-3996/+216
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-0/+12