Skip to content

Tags: alexclassroom/Open-Shell-Menu

Tags

v4.4.189

Toggle v4.4.189's commit message
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

v4.4.188

Toggle v4.4.188's commit message
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).

v4.4.187

Toggle v4.4.187's commit message
New default Immersive skin for Win10/11 (Open-Shell#538)

Fixes Open-Shell#538

v4.4.186

Toggle v4.4.186's commit message
Select Apps icon based on Windows version

We now have nicer Apps icons for Win10/11 so we will select proper icon
based on Windows version.

v4.4.185

Toggle v4.4.185's commit message
Make sure tray buttons are properly positioned when custom start butt…

…on was created

Fixes Open-Shell#1232

v4.4.184

Toggle v4.4.184's commit message
Remove unnecessary Localization folder

Folder is not used anywhere in build, instead Src/Localization is used.

v4.4.183

Toggle v4.4.183's commit message
Fix for potential crash introduced in 1b013c3

Fixes Open-Shell#1245

v4.4.182

Toggle v4.4.182's commit message
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

v4.4.181

Toggle v4.4.181's commit message
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.

v4.4.180

Toggle v4.4.180's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore Main_no_icons2 behavior for inline subitems (Open-Shell#1172)