1
0
mirror of synced 2024-11-24 07:40:17 +01:00
ImHex/main
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
..
forwarder build: Fix various issues with linking, clang and unity builds 2024-01-29 22:57:39 +01:00
gui feat: Support DWM immersive dark mode on Windows (#1636) 2024-04-27 10:03:44 +02:00
updater fix: Updater not working correctly on Windows 2024-03-02 17:42:02 +01:00
CMakeLists.txt feat: Added Auto Updater for Windows, macOS and Ubuntu (#1377) 2023-10-21 18:40:24 +00:00