summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* QWindowsMime: port to use modern string literalsVolker Hilsheimer2022-11-071-25/+25
* Windows: simplify registration of QWindowsMime implementationsVolker Hilsheimer2022-11-071-113/+17
* Fix registration of Windows-specific custom mime typesVolker Hilsheimer2022-11-071-3/+9
* Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename filesVolker Hilsheimer2022-11-0310-51/+50
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-011-4/+1
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-1/+6
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-283-3/+82
* Windows QPA: suppress warning message when not neededYuhang Zhao2022-10-281-7/+11
* qtwindowsglobal: Fix mixed-enum operations warningMårten Nordheim2022-10-251-1/+3
* qwindowstheme: Remove unused functionMårten Nordheim2022-10-251-12/+0
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-245-23/+4
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-0/+2
* Windows: Don't force native file dialogs to index compressed filesVolker Hilsheimer2022-10-211-1/+11
* 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