-
Notifications
You must be signed in to change notification settings - Fork 475
Comparing changes
Open a pull request
base repository: Open-Shell/Open-Shell-Menu
base: v4.4.191
head repository: Open-Shell/Open-Shell-Menu
compare: v4.4.194
- 17 commits
- 21 files changed
- 5 contributors
Commits on Aug 24, 2023
-
Rename
Align to corner of the screensetting to `Align to edge of t……askbar` The setting was improperly named and evoked that custom button should be "moved" to the corner of screen even for center aligned taskbar on Windows 11. What the setting does (and always did) is to align button to the edge of taskbar (e.g. bottom edge in case of bottom taskbar) instead of centering it. Hopefully it will be now more clear.
Configuration menu - View commit details
-
Copy full SHA for 422b048 - Browse repository at this point
Copy the full SHA 422b048View commit details -
Avoid recursive Start menu initialization (#1675)
It may happen that during `InitStartMenuDLL` execution some component posts a message that is then intercepted by (still active) `HookInject` that will call `InitStartMenuDLL` again (and everything will repeat). To prevent such endless recursion during initialization, we will make sure that `InitStartMenuDLL` will be executed just once.
Configuration menu - View commit details
-
Copy full SHA for aac2938 - Browse repository at this point
Copy the full SHA aac2938View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8359cfc - Browse repository at this point
Copy the full SHA 8359cfcView commit details
Commits on Feb 17, 2024
-
Update Start Menu style previews.
Update the old blurry start menu previews to a more modern pixel-perfect ones that resemble the new default immersive skin.
Configuration menu - View commit details
-
Copy full SHA for 7e83c56 - Browse repository at this point
Copy the full SHA 7e83c56View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d105c25 - Browse repository at this point
Copy the full SHA d105c25View commit details
Commits on Mar 13, 2024
-
Install new Immersive skin on all systems
There is no need to limit it just to Win10+ as it works well also on older Windows. #1866
Configuration menu - View commit details
-
Copy full SHA for ccf1450 - Browse repository at this point
Copy the full SHA ccf1450View commit details
Commits on Mar 25, 2024
-
Don't install new Immersive skin on Windows 7
It uses metro colors so it works only on Win8+. #1866 (comment)
Configuration menu - View commit details
-
Copy full SHA for 211d12b - Browse repository at this point
Copy the full SHA 211d12bView commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7770e3b - Browse repository at this point
Copy the full SHA 7770e3bView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 040d3d0 - Browse repository at this point
Copy the full SHA 040d3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa7870 - Browse repository at this point
Copy the full SHA 0aa7870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c7525 - Browse repository at this point
Copy the full SHA 32c7525View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3336e - Browse repository at this point
Copy the full SHA cc3336eView commit details -
Fix start button/menu misalignment on touch-screen devices
Windows 11 22H2 introduced new touch-optimized taskbar for devices with touch screen. It seems that in this mode taskbar window size is bigger than actual taskbar on screen. There is region defined for the window that covers actually displayed portion of the window. We should account for that region (if present) when obtaining taskbar window dimensions. More info about how to enable/disable touch taskbar: https://www.elevenforum.com/t/turn-on-or-off-tablet-optimized-taskbar-in-windows-11.5133/
Configuration menu - View commit details
-
Copy full SHA for b17d08b - Browse repository at this point
Copy the full SHA b17d08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5809217 - Browse repository at this point
Copy the full SHA 5809217View commit details -
ModernSettings: Use proper AllSystemSettings file on newer Win11
It seems that AllSystemSettings file name changed since 24H2. We will look for new file first and then fall-back to original one. Fixes #2033.
Configuration menu - View commit details
-
Copy full SHA for 348d8fa - Browse repository at this point
Copy the full SHA 348d8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7ca97 - Browse repository at this point
Copy the full SHA 4e7ca97View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f60e2a1 - Browse repository at this point
Copy the full SHA f60e2a1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.4.191...v4.4.194