index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
windows
/
qwindowstheme.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce qt_winrtbase_p.h
Oliver Wolff
4 days
1
-9
/
+2
*
Dark windows: use background/foreground colors for tooltips
Volker Hilsheimer
2023-01-07
1
-7
/
+6
*
Overwrite dark system palette in Vista style
Volker Hilsheimer
2022-12-08
1
-49
/
+5
*
Proper clearing of WinRT factory cache in QWindowsTheme
Yuhang Zhao
2022-11-25
1
-0
/
+1
*
win: resolve theme fonts at 96 dpi
Morten Sørvig
2022-11-15
1
-8
/
+10
*
qwindowstheme: Remove unused function
Mårten Nordheim
2022-10-25
1
-12
/
+0
*
Windows: bump NTDDI_VERSION to latest version and remove some duplicated code
Yuhang Zhao
2022-10-24
1
-5
/
+1
*
Add QPlatformTheme::MenuBarFocusOnAltPressRelease
Volker Hilsheimer
2022-10-23
1
-0
/
+2
*
Replace QPlatformTheme::Appearance by Qt:Appearance
Axel Spoerl
2022-09-20
1
-2
/
+2
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
Add QComHelper class for dealing with COM on Windows
Tor Arne Vestbø
2022-08-29
1
-9
/
+3
*
Remove superfluous clang preprocessor check for cpp/winrt
Oliver Wolff
2022-08-26
1
-7
/
+6
*
Windows: Align QWindowsWindow logging category name with other platforms
Tor Arne Vestbø
2022-08-16
1
-2
/
+2
*
QtBase: Windows: Replace some deprecated API usages
Yuhang Zhao
2022-08-03
1
-1
/
+1
*
Windows: Implement dark mode palette and accent color support
Volker Hilsheimer
2022-07-29
1
-71
/
+156
*
Windows: Avoid accidentally copying QWindowsScreenManager
Tor Arne Vestbø
2022-06-20
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-3
/
+5
*
Windows QPA: Further cleanup of pre-Win10 code
Yuhang Zhao
2021-11-24
1
-4
/
+1
*
Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)
Yuhang Zhao
2021-11-10
1
-3
/
+2
*
Add QPlatformTheme::Appearance for detecting light/dark modes
Mitch Curtis
2021-09-17
1
-0
/
+5
*
Windows QPA/Vista style: Fix placeholder color
Friedemann Kleint
2021-05-11
1
-1
/
+10
*
QIconEngine: move away from virtual_hook usage
Morten Johan Sørvig
2020-08-27
1
-1
/
+1
*
Windows QPA: Move dark mode handling to the new interface
Friedemann Kleint
2020-07-25
1
-1
/
+1
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-2
/
+2
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
Move windows font databases into QtGui
Friedemann Kleint
2020-06-11
1
-7
/
+12
*
Move QAbstractFileIconEngine into QtGui
Tor Arne Vestbø
2020-06-03
1
-1
/
+1
*
Windows: Fix wrong default font sizes after changing scaling
Friedemann Kleint
2020-05-26
1
-1
/
+21
*
Windows QPA: Fix disabled color of menu items in dark mode
Friedemann Kleint
2020-02-18
1
-3
/
+2
*
Windows QPA: Provide an experimental palette for dark mode
Friedemann Kleint
2020-01-25
1
-23
/
+89
*
Windows QPA: Add detection of dark mode
Friedemann Kleint
2020-01-25
1
-0
/
+19
*
Windows QPA: Use UTF-16 literals where possible
Friedemann Kleint
2019-12-16
1
-7
/
+7
*
Windows QPA: Fix deprecation warnings
Friedemann Kleint
2019-11-20
1
-4
/
+4
*
Windows QPA: add support for MouseDoubleClickDistance
Filippo Cucchetto
2019-10-25
1
-0
/
+2
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-4
/
+4
*
Windows QPA: Fix clang warnings about repetitive type names
Friedemann Kleint
2019-06-13
1
-1
/
+1
*
Remove usages of Q_OS_WINCE
Joerg Bornemann
2019-05-23
1
-6
/
+0
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-08
1
-12
/
+12
|
\
|
*
Windows/Direct2d QPA: Use nullptr
Friedemann Kleint
2019-01-28
1
-12
/
+12
*
|
Windows style, themes: Fix deprecation warnings
Friedemann Kleint
2019-02-06
1
-9
/
+10
|
/
*
Windows QPA: Add helper function to obtain DPI-dependent metrics on Windows 10
Friedemann Kleint
2018-10-17
1
-3
/
+1
*
Windows QPA: Fix some clang-tidy-warnings
Friedemann Kleint
2018-08-06
1
-4
/
+4
*
Windows QPA: Fix Qt include statements
Friedemann Kleint
2018-05-23
1
-14
/
+14
*
MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 API
Orgad Shaneh
2017-10-19
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Gabriel de Dietrich
2017-07-13
1
-6
/
+12
|
\
|
*
QWindowsFileIconEngine::filePixmap(): Handle non-existent files
Friedemann Kleint
2017-07-08
1
-6
/
+12
*
|
Windows QPA: Move system tray icon implementation into the plugin
Friedemann Kleint
2017-04-27
1
-0
/
+10
*
|
Windows QPA: Add native menus
Friedemann Kleint
2017-04-27
1
-0
/
+52
*
|
Remove the Windows XP style from public accessibility
Jake Petroules
2017-04-13
1
-7
/
+1
|
/
[next]