summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowstheme.cpp
Commit message (Expand)AuthorAgeFilesLines
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer14 hours1-2/+23
* QWindows11Style: Revert Windows global palette changesWladimir Leuschner2024-02-291-135/+39
* QPA/Windows: Cleanup QShGetFileInfoThread on shutdownChristian Ehrlicher2024-01-121-83/+84
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-6/+9
* QPA/Windows: remove uneeded USE_IIMAGELISTChristian Ehrlicher2023-12-181-20/+1
* QPA/Windows: misc cleanup of QShGetFileInfoThreadChristian Ehrlicher2023-12-181-7/+5
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-4/+1
* Add initial implementation of a Windows icon engineVolker Hilsheimer2023-11-231-0/+9
* Introduce dark mode to QWindows11StyleWladimir Leuschner2023-11-031-11/+72
* Introduce new empty Windows 11 styleWladimir Leuschner2023-10-271-67/+105
* QWindowsTheme: only set inactive accent color to Window if not setMitch Curtis2023-10-131-2/+6
* Use correct parameters to query highcontrastmode on WindowsWladimir Leuschner2023-09-191-1/+5
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-4/+4
* Fix disabled and inactive group palettes for windows native styleSanthosh Kumar2023-06-261-35/+43
* Platform theme: fill QPalette::AccentColor with OS valueYuhang Zhao2023-06-011-20/+39
* Windows QPA plugin: Move palette helper function to qwindowstheme.hFriedemann Kleint2023-02-201-5/+42
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-2/+2
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-231-9/+2
* Dark windows: use background/foreground colors for tooltipsVolker Hilsheimer2023-01-071-7/+6
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-081-49/+5
* Proper clearing of WinRT factory cache in QWindowsThemeYuhang Zhao2022-11-251-0/+1
* win: resolve theme fonts at 96 dpiMorten Sørvig2022-11-151-8/+10
* qwindowstheme: Remove unused functionMårten Nordheim2022-10-251-12/+0
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-5/+1
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-0/+2
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-2/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+3
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-261-7/+6
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-161-2/+2
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-291-71/+156
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-3/+5
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-4/+1
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-3/+2
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-171-0/+5
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-271-1/+1
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Move windows font databases into QtGuiFriedemann Kleint2020-06-111-7/+12
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-031-1/+1
* Windows: Fix wrong default font sizes after changing scalingFriedemann Kleint2020-05-261-1/+21
* Windows QPA: Fix disabled color of menu items in dark modeFriedemann Kleint2020-02-181-3/+2
* Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-251-23/+89
* Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+19
* Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-7/+7