1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00
ExplorerPatcher/ExplorerPatcher
2024-10-16 22:01:30 +07:00
..
ArchiveMenu.c Main: Fixed signature of ApplyOwnerDrawToMenu and RemoveOwnerDrawFromMenu 2023-11-20 12:08:46 +07:00
ArchiveMenu.h Split twinui.pcshell.dll patches into their own file 2024-07-30 10:30:36 +07:00
def.h Setup: Rename ARM64 setup from ep_setup.arm64.exe into ep_setup_arm64.exe 2024-07-27 14:57:14 +07:00
dllmain.c ep_taskbar: Enable Win+X 2024-10-16 22:01:30 +07:00
dxgi_imp.h Fixed process injection 2021-11-13 08:01:17 +02:00
ExplorerPatcher.rc All: Update copyright year 2024-02-14 05:53:46 +07:00
ExplorerPatcher.vcxproj Start10: Fix positioning when the taskbar is placed vertically (#3462) 2024-07-30 06:38:03 +07:00
ExplorerPatcher.vcxproj.filters GUI: Begin decoupling into ep_gui 2023-11-07 18:48:29 +07:00
fmemopen.c Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
fmemopen.h All: Prepared some headers for C++ 2023-10-17 14:15:30 +07:00
getline.c Implemented GUI (fixes #29) 2021-10-02 04:02:07 +03:00
getline.h All: Prepared some headers for C++ 2023-10-17 14:15:30 +07:00
HideExplorerSearchBar.c HideExplorerSearchBar: Fixed on OS builds 22621+ 2022-08-06 04:39:04 +03:00
HideExplorerSearchBar.h HideExplorerSearchBar: Fixed on OS builds 22621+ 2022-08-06 04:39:04 +03:00
hooking.h All: Preliminary ARM64 support 2024-07-11 09:31:06 +07:00
ImmersiveColor.h Taskbar10: Reworked ImmersiveColor.h's referencing to uxtheme.dll private functions 2024-07-21 14:57:31 +07:00
ImmersiveFlyouts.c Taskbar10: Made the Control Center and Toast Center positioning patch work with build 25951 (Canary) 2023-10-10 20:15:59 +07:00
ImmersiveFlyouts.h Taskbar10: Made the Control Center and Toast Center positioning patch work with build 25951 (Canary) 2023-10-10 20:15:59 +07:00
InputSwitch.cpp 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
InputSwitch.h 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
Localization.cpp L10N: Fixed a little bug in EP_L10N_ApplyPreferredLanguageForCurrentThread 2023-11-21 04:36:15 +07:00
Localization.h GUI: Added the ability to switch languages 2023-11-21 00:43:36 +07:00
lvt.c Start11: Fixed a bug that prevented the menu from working when the setting "Disable Recommended section" is used and the display scaling is 125% 2023-03-20 20:48:34 +02:00
lvt.h Taskbar11: Fixed a bug that reset the "never combine" setting on OS builds 22621.2361+ 2023-10-04 02:33:55 +03:00
osutility.h Taskbar10/Taskbar11: Removed code for redirecting TaskbarGlomLevel registry value 2024-10-11 03:48:46 +07:00
packages.config Build: Add ExplorerPatcher\packages.config 2023-10-06 03:20:51 +07:00
queryversion.h Moved QueryVersion API to separate file 2021-11-05 03:59:01 +02:00
RefreshedStyles.xbf Start10: Add RefreshedStyles.xbf 2023-10-22 02:22:03 +07:00
resource.h GUI: Decoupled into ep_gui and added support for localization 2023-11-08 02:14:44 +07:00
SettingsMonitor.c Freed memory, removed output from settings manager 2021-11-13 06:33:27 +02:00
SettingsMonitor.h Fixes for shell extension 2021-11-11 07:00:44 +02:00
StartMenu.c Taskbar10: Proper NeedsRo_PositionStartMenuForMonitor fix for 22621.2792+ (without relying on disabling a feature flag) 2024-03-11 23:06:30 +07:00
StartMenu.h Split twinui.pcshell.dll patches into their own file 2024-07-30 10:30:36 +07:00
StartMenuSettings.cpp All: Preliminary ARM64 support 2024-07-11 09:31:06 +07:00
StartupSound.cpp Implement restoration of Logon, Logoff, and Shutdown sounds based on code in Windows 7 explorer.exe (disabled in public builds for now). 2024-04-25 20:14:34 +07:00
StartupSound.h Implement restoration of Logon, Logoff, and Shutdown sounds based on code in Windows 7 explorer.exe (disabled in public builds for now). 2024-04-25 20:14:34 +07:00
symbols.c Start10: Fixed symbols mechanism when custom StartUI_.dll is used 2024-09-01 02:06:20 +07:00
symbols.h Taskbar10: Use uxtheme.dll's immersive color functions 2024-06-29 13:15:24 +07:00
Taskbar10.cpp Taskbar10: Use uxtheme.dll's immersive color functions 2024-06-29 13:15:24 +07:00
TaskbarCenter.c 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
TaskbarCenter.h Taskbar10: Centered taskbar works in remote sessions and when animations are turned off system-wide 2022-03-10 02:15:50 +02:00
TwinUIPatches.cpp Start10: Increased reliability of ARM64 patterns for restoring the animations and fixing positioning (#3566) 2024-09-01 17:12:50 +07:00
updates.cpp Updates: Fixed a bug where empty UpdateURL registry values would break the updates system (#3668) 2024-09-12 14:37:42 +07:00
updates.h Updates: Revamped code with rich notification content and proper JSON parsing 2024-07-14 14:52:26 +07:00
utility.c Cleaned some unneeded stuff in the setup binary, and restored exported functions for launching/restarting Explorer 2024-09-12 14:56:04 +07:00
utility.h Weather: Now works with ep_taskbar 2024-10-11 03:15:59 +07:00