Open ChipZhang opened 1 year ago
Hi @chipzhang and @tnodir, thanks for the feedback!
It would be nice to complete the current NAppGUI support for Dark Mode by implementing the Win32 side. https://nappgui.com/en/demo/products.html#h4.5
But unfortunately, I don't think it can fit into the development plan for this year. The planned new features are:
I am leaving this suggestion open for future implementation.
Hey, wanted to raise an issue regarding NAppGUI on Hi-DPI displays and then found this issue - even though mainly related to Dark Mode so far... I took the below screenshot on a high resolution laptop with display scaling set to 150% and all controls/elements by NAppGUI are a bit blurry. Not sure how difficult to fix this would be, but since there will be more and more high-dpi screens/display being around in future, might be worth it.
Does this library support dark theme or HiDPI? The Linux version is based on GTK+, the support for dark theme and HiDPI should come out of the box. The Windows version is based on Win32 API, and we know Win32 API does not support those features "out of the box". Does this library have already do any special work (or hook or hack) to support those features on Windows? If not so, are there any plan on it?