1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00
Commit Graph

42 Commits

Author SHA1 Message Date
Amrsatrio
1fcd7d7322 Merge remote-tracking branch 'refs/remotes/origin/master'
# Conflicts:
#	.github/workflows/build.yml
2024-07-21 23:31:29 +07:00
Amrsatrio
a9b089a86a Taskbar10: Reworked ImmersiveColor.h's referencing to uxtheme.dll private functions 2024-07-21 14:57:31 +07:00
Amrsatrio
e771264a28 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	ep_gui/GUI.h
2024-07-15 22:49:08 +07:00
Amrsatrio
c69eb5f11a GUI: Increase buffer size of section names to 64 (#3461) 2024-07-15 22:40:04 +07:00
Amrsatrio
2b9c747212 Updates: Revamped code with rich notification content and proper JSON parsing 2024-07-14 14:52:26 +07:00
Amrsatrio
57f63ad56f Work on ARM64 shell extension support 2024-07-13 20:50:37 +07:00
Amrsatrio
b76c0e420f GUI: Fix build 2024-07-12 01:20:59 +07:00
Amrsatrio
992b3a60cd All: Preliminary ARM64 support 2024-07-11 09:31:06 +07:00
Amrsatrio
016214a381 L10N: Fix compile 2024-07-09 10:16:26 +07: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
5ed503e451 ep_gui: Removed unnecessary dependencies 2024-05-12 18:39:02 +03: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
Amrsatrio
0589a251c1 Setup: Moved uninstallation prompt dialog existence check to the GUI 2024-03-13 07:18:48 +07:00
Amrsatrio
fc61884c83 GUI: Add option for ep_taskbar tray overflow style 2024-03-12 00:48:42 +07:00
Amrsatrio
cb3f9670d9 Build: Support for enabling WITH_ALT_TASKBAR_IMPL 2024-02-21 10:23:55 +07:00
Amrsatrio
36ebe5a7e5 All: Last minute fixes 2024-02-15 10:30:03 +07:00
Amrsatrio
3a882c7745 Build: Upgrade PlatformToolset to Visual Studio 2022 (v143) 2024-02-14 06:11:23 +07:00
Amrsatrio
d4f36622c5 All: Update copyright year 2024-02-14 05:53:46 +07:00
Amrsatrio
30eb7b2bb0 GUI: Add notice regarding reimplemented taskbar 2024-02-14 05:37:16 +07:00
Amrsatrio
3c8809eaa8 All: Add stuff for supporting 25xxx+ 2024-02-14 04:41:29 +07:00
Amrsatrio
0c5021b376 GUI: Added "Uninstall" section containing a button to launch the uninstaller.
People asked "how to uninstall" so I think this might help.
2024-02-14 04:39:14 +07:00
Amrsatrio
0157ecc330 Taskbar10: Allow search box (without highlights) on Windows 11 2024-02-14 04:32:23 +07:00
Amrsatrio
3c0b4a9b72 GUI: Increased window width for all languages (#2574) 2023-12-12 19:46:42 +07:00
Amrsatrio
ec68783677 Taskbar10: Various *important* fixes:
- Revised the method for enabling the old taskbar by intercepting the code path for initializing the new taskbar, due to a very rare issue where our hook does not get called on certain recent builds. (#2499)
- Fixed crash on 25921+ due to the removal of pnidui.dll. (#2558)
- Fixed potential stability issues when using the new taskbar on 22621.2787+.
2023-12-11 23:06:19 +07:00
Amrsatrio
7c3be29282 GUI: Added the ability to switch languages 2023-11-21 00:43:36 +07:00
Amrsatrio
7d0cdde356 Taskbar10: Fixed start menu/search flyout positioning code crashing Explorer when the display resolution changes 2023-11-18 17:43:33 +07:00
Amrsatrio
d6cdb5d8ed All: Added option to enable UI sounds on explorer.exe's XAML views
Please treat this feature as a novelty or proof of concept, quirks related to this will never be mitigated.
2023-11-14 01:51:36 +07:00
Amrsatrio
3b902d0ae7 File Explorer: Fixed UB caused by wrong ShouldAppsUseDarkMode signature (#2429, #2431) 2023-11-13 00:56:38 +07:00
Amrsatrio
c5bb636f1e All: Updated donation links, with kind permission from @valinet 2023-11-12 17:27:48 +07:00
Amrsatrio
a0f9c0c7dc Version: 22621.2506.60.1 (Pre-release) 2023-11-12 17:12:04 +07:00
Amrsatrio
f62c53253c File Explorer: Restored "Apply Mica" functionality on 22H2 2023-11-12 15:26:12 +07:00
Amrsatrio
2dc1340207 File Explorer: Added option to disable the modern navigation bar (FEMNB).
- The code for disabling tabs (TIFE) is also there, but it doesn't work on 22621.2506+ -- it fallbacks to the Windows 10 Ribbon instead so I'm hiding it for now.
- This should also fix window position saving when using Windows 10 Ribbon on builds with TIFE enabled, up to 23570 (Dev).
2023-11-12 14:13:16 +07:00
Amrsatrio
b45f79f25d Setup: Reorganized resources 2023-11-12 14:00:35 +07:00
Amrsatrio
163b45228a L10N: Localized Setup 2023-11-12 11:50:55 +07:00
Amrsatrio
fc17455962 L10N: Localized remaining user-facing texts in GUI and Updates 2023-11-12 06:05:54 +07:00
Amrsatrio
b5b0b21443 L10N: Localized Updates and Symbols notifications 2023-11-12 04:11:41 +07:00
Amrsatrio
a74f27b42d GUI: Change PlatformToolset to v142 to align with others 2023-11-08 02:23:43 +07:00
Amrsatrio
639d7aa5f1 GUI: Decoupled into ep_gui and added support for localization 2023-11-08 02:14:44 +07:00
Amrsatrio
f6f6d899f2 GUI: Begin decoupling into ep_gui 2023-11-07 18:48:29 +07:00