1
0
mirror of synced 2024-12-01 10:47:19 +01:00
ImHex/main/gui/source/window
Nora a7033b68f7
feat: Support DWM immersive dark mode on Windows (#1636)
### Problem description
Implements support for DWM immersive dark mode.  
Closes #1635.

### Implementation description
Uses the DwmSetWindowAttribute API to enable this feature.

Documentation can be found
[here](https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/apply-windows-themes#enable-a-dark-mode-title-bar-for-win32-applications).

### Screenshots
Before:

![image](https://github.com/WerWolv/ImHex/assets/51166756/a2be204f-aa2d-44d7-8628-643a903d6679)

After:

![image](https://github.com/WerWolv/ImHex/assets/51166756/f6c9ab41-c811-45f7-826f-401dd712674b)

### Additional things
Nothing.
2024-04-27 10:03:44 +02:00
..
linux_window.cpp feat: Added font picker to the settings (#1570) 2024-02-24 22:46:52 +01:00
macos_window.cpp feat: Added font picker to the settings (#1570) 2024-02-24 22:46:52 +01:00
web_window.cpp fix: Dropping files onto ImHex opening them twice 2024-01-20 21:03:46 +01:00
win_window.cpp feat: Support DWM immersive dark mode on Windows (#1636) 2024-04-27 10:03:44 +02:00
window.cpp fix: Build issue when GLFW_WAYLAND_APP_ID isn't defined 2024-04-21 17:04:56 +02:00