1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
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