1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-12 02:00:46 +01:00
Commit Graph

844 Commits

Author SHA1 Message Date
Valentin Radu
2112a18876 Weather: Removed slim_appbar element 2024-05-15 12:48:13 +03:00
Valentin Radu
57b44d2355 Weather: Fixed alignment 2024-05-15 12:47:36 +03:00
Valentin Radu
3a9fe99c95 Version: 22621.3527.65.4 2024-05-13 11:05:06 +03:00
Valentin Radu
4794713603 GUI: Maintenance section 2024-05-13 10:48:13 +03:00
Valentin Radu
80592f666d Updates: Support for ep_make 2024-05-13 10:47:30 +03:00
Valentin Radu
c41b93b6b4 ep_setup_patch: Supply custom hash as argument 1 (useful in ep_make) 2024-05-13 04:43:55 +03:00
Valentin Radu
5ed503e451 ep_gui: Removed unnecessary dependencies 2024-05-12 18:39:02 +03:00
Amrsatrio
d398195298 Version: 22621.3527.65.3 2024-05-05 21:19:47 +07:00
Amrsatrio
6d22947e36 All: Updated patterns used when symbols are not available to work with 22635.3430+ and 24H2 2024-05-05 21:17:54 +07:00
Amrsatrio
c245b8f0b3 Version: 22621.3527.65.2 2024-04-30 10:21:28 +07:00
Amrsatrio
d11445afda Start10: Fixed user tile menu not working on later 22H2/23H2 builds and 24H2 2024-04-27 19:10:17 +07:00
Amrsatrio
097666676a Start10: Remove the need to CoInitialize() in PatchStartTileData() 2024-04-25 23:32:37 +07:00
Amrsatrio
bae9fd612d Fix crashes on 22631 caused by forgetting to call CoUninitialize() in PatchStartTileData() 2024-04-25 22:57:00 +07:00
Amrsatrio
31f1b6db0e Version: 22621.3527.65.1 2024-04-25 21:03:19 +07:00
Amrsatrio
e59c34c06e Start10: Revert 45bd735 to pin down antivirus detections 2024-04-25 20:50:03 +07:00
Amrsatrio
232fe6b148 Start10: Fix Pin to Start yet again by replacing the implementation of the verb with our own 2024-04-25 20:36:20 +07:00
Amrsatrio
e57a6b0aeb Taskbar10: Say goodbye to the stock 10 taskbar implementation in explorer.exe of 26002+ 2024-04-25 20:26:36 +07:00
Amrsatrio
24e019d484 Implement restoration of Logon, Logoff, and Shutdown sounds based on code in Windows 7 explorer.exe (disabled in public builds for now).
- Also properly fixed the logon delay on 22000.
- Removed the logon delay option.
2024-04-25 20:14:34 +07:00
Valentin Radu
47cc16552b Version: 22621.3296.64.3 2024-04-04 03:43:05 +03:00
Valentin Radu
45bd735856 Start10: Prevent menu closing delay when patching standalone (without ExplorerPatcher injecting explorer.exe)
The Windows 10 Start menu has a delay when closing if one is injecting
it without injecting `explorer.exe` as well. The reason for this is
that animations are fixed, which in turn fixes this delay, using code
run when ExplorerPatcher is injected in `explorer.exe`. It cannot be
patched from the Start menu's host process itself
(`StartMenuExperienceHost.exe`) because that doesn't load
`twinui.pchsell.dll` where the actual patching happens. This commit
works around this shortcoming by employing the old fix for this delay:
hiding the Start menu when animations haven't been fixed (so when
`explorer.exe` is not injected by ExplorerPatcher).

We needed to detect when animations were successfully patched from
`explorer.exe` in order to disable this workaround, thus this commit
offers an example on how to create a kernel object, in this case a
mutex, that can be 'seen' by a process running inside an app container,
as is the case for Start menu's host process
(`StartMenuExperienceHost.exe`).
2024-04-04 03:38:00 +03:00
Amrsatrio
c286ab5610 Start10: Tweaked the method for restoring the old start menu's animations to work with 226xx.3420+ and 24H2 (#3066) 2024-03-31 22:23:46 +07:00
Amrsatrio
5e25663c87 Start10: Revised the method for enabling the old start menu to work with 226xx.3420+ and 24H2 (#3066) 2024-03-31 16:04:18 +07:00
Amrsatrio
699ef06734 Version: 22621.3296.64.2 2024-03-14 05:13:12 +07:00
Amrsatrio
52cd4f0072 Utility: Optimized FindPattern inlining 2024-03-14 05:07:15 +07:00
Amrsatrio
913b2d03db Taskbar10: Revised the method for disabling DisableWin10Taskbar (sorry) 2024-03-14 04:42:28 +07:00
Amrsatrio
9e9c016733 Version: 22621.3296.64.1 2024-03-13 11:27:59 +07:00
Amrsatrio
bdc0212d92 Update libvalinet 2024-03-13 11:02:03 +07:00
Amrsatrio
ecf3ea9d54 Version: 22621.3235.64.1 2024-03-13 07:48:17 +07:00
Amrsatrio
623eceedd0 Taskbar10: Adjusted the conditions for the hotkey registration patch 2024-03-13 07:47:08 +07:00
Amrsatrio
0589a251c1 Setup: Moved uninstallation prompt dialog existence check to the GUI 2024-03-13 07:18:48 +07:00
Amrsatrio
95ea9e740b Main: Prevent injection in safe mode (#2968) 2024-03-13 07:17:12 +07:00
Amrsatrio
5e7bad22cd Taskbar10: Revised the method for restoring acrylic to the Windows 10 taskbar on 22621+ 2024-03-13 07:00:11 +07:00
Amrsatrio
5c35f5862f Taskbar10: Fixed a bug where SCOOBE would repeatedly crash Explorer when Language Switcher is set to anything other than Windows 11 (the default) ^2 2024-03-13 06:58:57 +07:00
Amrsatrio
fe7f8005fb Taskbar10: Fixed a bug where SCOOBE would repeatedly crash Explorer when Language Switcher is set to anything other than Windows 11 (the default) 2024-03-12 23:21:41 +07:00
Amrsatrio
fc61884c83 GUI: Add option for ep_taskbar tray overflow style 2024-03-12 00:48:42 +07:00
Amrsatrio
0791bd7ccf Taskbar10: Properly patch pnidui.dll in EP's Program Files 2024-03-12 00:37:09 +07:00
Amrsatrio
8f84a965a6 Taskbar10: Proper NeedsRo_PositionStartMenuForMonitor fix for 22621.2792+ (without relying on disabling a feature flag) 2024-03-11 23:06:30 +07:00
Amrsatrio
a0885c6494 Taskbar11: Updated the IME context menu patch to work with 26058 2024-02-22 23:27:37 +07:00
Amrsatrio
91aaa82767 Version: 22621.3007.63.4 2024-02-22 16:43:01 +07:00
Amrsatrio
fdc357b23f Setup: Reverted the method for ending explorer.exe and its subprocesses 2024-02-22 16:39:53 +07:00
Amrsatrio
cb3f9670d9 Build: Support for enabling WITH_ALT_TASKBAR_IMPL 2024-02-21 10:23:55 +07:00
Amrsatrio
1517de005e Version: 22621.3007.63.3 2024-02-21 09:40:56 +07:00
Amrsatrio
9f9acfc74e Taskbar10: Turn off the code for loading the reimplemented taskbar on public builds for now 2024-02-21 09:40:06 +07:00
Amrsatrio
08dec82aec Setup: Slight fix in ProcessTaskbarDlls 2024-02-18 16:38:59 +07:00
Amrsatrio
dfe340d2f8 Taskbar10: Various fixes for 26052+ support 2024-02-18 14:11:58 +07:00
Amrsatrio
438eb1d443 Setup: Remove OwnerWindowWndProc that I forgot to remove 2024-02-17 23:25:11 +07:00
Amrsatrio
fb28688bb8 Update CHANGELOG.md 2024-02-16 02:21:15 +07:00
Amrsatrio
610ba7f919 Setup: Don't place wincorlib.dll on Windows 10 (#2829) 2024-02-16 02:20:11 +07:00
Amrsatrio
399324131d Version: 22621.3007.63.2 2024-02-16 01:35:48 +07:00
Amrsatrio
22d9e3c6ac Taskbar10: Improved animation performance when centering and/or EP Weather is not enabled, also fixed search box positioning on small taskbar size 2024-02-16 01:33:19 +07:00