Tags: alexclassroom/Open-Shell-Menu
Tags
Properly scale default skin font according to DPI (Open-Shell#1110) Original fix introduced in 528d15 was not correct. The problem is that `SystemParametersInfo` uses DPI that current session started with. We should use `SystemParametersInfoForDpi` (available since Win10 1607) that returns properly scaled font size. Fixes Open-Shell#1110
Setup: Recognize also /h and /help parameters (Open-Shell#1278) Otherwise they will get passed to `msiexec` that will display its help window that may confuse our users (as they expect our help to be displayed).
New default Immersive skin for Win10/11 (Open-Shell#538) Fixes Open-Shell#538
Make sure tray buttons are properly positioned when custom start butt… …on was created Fixes Open-Shell#1232
New icons and installer artwork This adds the new artwork for the main icon and installer screens. Addresses Open-Shell#31. Update classic button thumbnail Improve setup banner icon Fix web.ico size New installer art Fix dialog2
Use `Segoe Fluent Icons` font for modern settings icons on Win11 It seems that Windows 11 prefers `Segoe Fluent Icons` over `Segoe MDL2 Assets` font. https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font Most of settings defined in `AllSystemSettings_{253E530E-387D-4BC2-959D-E6F86122E5F2}.xml` now refer to the new font.
Restore Main_no_icons2 behavior for inline subitems (Open-Shell#1172)
PreviousNext