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

209 Commits

Author SHA1 Message Date
Valentin Radu
3df305b2e1 Possibility to disable per-application window lists (Alt+`) in sws (283#issuecomment-986261712) 2021-12-05 20:37:46 +02:00
Valentin Radu
b0e38bcda2 Fixed regression of #161 2021-12-05 18:37:26 +02:00
Valentin Radu
7ba0ba1152 * Implemented virtualized registry access (so that complex behaviors can be employed but the existing lightweight GUI infrastructure is kept in place)
* Updated to latest sws.
* Fixed compilation in debug to produce a proper setup
* Updated branding for 2022.
2021-12-05 04:04:41 +02:00
Valentin Radu
daf349f464 Properly switch to the Properties window when another instance is running and minimized 2021-11-25 14:23:13 +02:00
Valentin Radu
e12a8bb3f6 Clicking "Close" in the Windows 10 window switcher is now more tolerant to small mouse movements (#110) 2021-11-24 14:01:55 +02:00
Valentin Radu
264209b074 Built-in support for OS build 22000.348 2021-11-24 11:27:48 +02:00
Valentin Radu
65aa7a732a Option to receive pre-release versions via the updater 2021-11-24 01:28:10 +02:00
Valentin Radu
425efcbf67 Fixed #449 2021-11-23 20:40:28 +02:00
Valentin Radu
6b5a265a04 Application starts with limited functionality on builds lacking hardcoded symbol information 2021-11-23 16:08:00 +02:00
Valentin Radu
93a7f5c0d7 Provides a simple mechanism for chainloading a custom library when the shell interface is created 2021-11-20 13:07:58 +02:00
Valentin Radu
113aa744a0 Implemented absolute height and width parameters for the Windows 10 switcher 2021-11-20 01:02:12 +02:00
Valentin Radu
112f4bf92d Changed ep_setup command line and default behavior 2021-11-19 18:57:32 +02:00
Valentin Radu
cd8cbecfa0 Implemented #389 2021-11-19 18:19:58 +02:00
Valentin Radu
3bbd227c6a Preserve taskbar toolbar layouts 2021-11-18 20:17:19 +02:00
Valentin Radu
033ad034d5 22000.318.38.1: Fixed #410 2021-11-18 19:44:01 +02:00
Valentin Radu
aff330cc08 Implemented /extract switch for ep_setup 2021-11-18 19:08:29 +02:00
Valentin Radu
725d5ad18f 22000.318.38:
* Functional Windows 10 network flyout
* Functional Windows 10 battery flyout
* Implemented support for Windows 7 battery flyout (#274)
2021-11-18 18:20:17 +02:00
Valentin Radu
59d1e452e4 Properties can open last used section when starting 2021-11-16 07:00:10 +02:00
Valentin Radu
4b66794fc7 22000.318.37.4: Added option to show separators between toolbars in the taskbar (#379) 2021-11-16 03:06:12 +02:00
Valentin Radu
f547d080c9 Fixed #374 2021-11-16 00:07:33 +02:00
Valentin Radu
f226f1ade6 Improved delivery of toast notifications 2021-11-15 03:59:19 +02:00
Valentin Radu
e37a384079 Fixed #346 2021-11-14 21:43:23 +02:00
Valentin Radu
24d8db1cc6 Updated README and CHANGELOG 2021-11-14 19:53:34 +02:00
Valentin Radu
e02e4ae58f Fixes #313 (unable to start when sws is enabled and Windows 10 taskbar is disabled) 2021-11-11 08:45:55 +02:00
Valentin Radu
04616cee16 Fixes for shell extension
* Properly implemented cleanup routines when injected into
applications other than Explorer
* Never EVER forget to specify a ThreadingModel for a COM object
in registry. That was the cause the DLL was making Microsoft Teams
crash on startup
* Do not free memory when the DLL is unloaded (DLL_PROCESS_DETACH)
and lpvReserved is non-NULL. It means the DLL is unloaded as the process
terminates, in which case all threads are dead, so it is not safe to call freeing
routines - let the operating system reclaim the memory on process exit
2021-11-11 07:00:44 +02:00
Valentin Radu
8f3c52ea1f Fixed wrong credits in CHANGELOG 2021-11-10 22:16:56 +02:00
Valentin Radu
aa0371e0fb Start menu positioning improvements; refactored and explained code 2021-11-10 21:33:04 +02:00
Valentin Radu
1c22ebf291 Added option to enable SysListView32 in folder views (credit @TechSalt, @anixx from WinClassic) 2021-11-10 02:33:04 +02:00
Valentin Radu
742f946198 Built-in support for build 22000.318 2021-11-09 23:19:06 +02:00
Valentin Radu
241fde9c4f Added option to choose language switcher flyout style; fixed #283 2021-11-08 07:47:22 +02:00
Valentin Radu
3ac5921444 Fixes #263 2021-11-05 07:42:54 +02:00
Valentin Radu
b68d3c9555 Automatic build infrastructure 2021-11-05 04:46:14 +02:00
Valentin Radu
3d09b046cf Updated CHANGELOG 2021-11-05 02:53:04 +02:00
Valentin Radu
bf07fad687 Updated to v31 2021-10-21 09:01:59 +03:00
Valentin Radu
25cd882e1a Updated sws 2021-10-17 03:36:27 +03:00
Valentin Radu
fa13354597 Bumped version, update CHANGELOG 2021-10-16 02:50:33 +03:00
Valentin Radu
67fd5e44ef Update CHANGELOG 2021-10-15 13:54:08 +03:00
Valentin Radu
b2ac6991c2 Update to .30 2021-10-15 13:50:52 +03:00
Valentin Radu
453af00138 Bumped version 2021-10-14 15:34:44 +03:00
Valentin Radu
bca9f38a5b Properly fixes #78, fixes #85 2021-10-13 20:30:41 +03:00
Valentin Radu
fd0260f113 Compatibility with OS build 22000.258 2021-10-13 06:59:44 +03:00
Valentin Radu
25d21d8ed0 System tray icon improvements 2021-10-13 06:36:30 +03:00
Valentin Radu
776a920865 Housekeeping 2021-10-13 03:38:38 +03:00
Valentin Radu
92f5e9084e Dark mode and classic theme support for GUI 2021-10-10 06:14:23 +03:00
Valentin-Gabriel Radu
900cb692cd
Update CHANGELOG.md 2021-10-08 18:25:52 +03:00
Valentin Radu
44b84e9666 Win+X positioning improvements; fixes #31 2021-10-02 22:11:26 +03:00
Valentin Radu
d2956abda2 Right click on Win+X moves mouse to "Desktop" entry 2021-10-02 04:33:43 +03:00
Valentin Radu
1b1bc67c56 Implemented GUI (fixes #29) 2021-10-02 04:02:07 +03:00
Valentin Radu
227ae4d0a4 Refactoring 2021-10-01 01:26:10 +03:00
Valentin-Gabriel Radu
ace0bf4f3e
Update CHANGELOG.md 2021-09-06 00:56:01 +03:00
Valentin Radu
12eb7c15f3 Added ability to disable "modern search box"
* Also, improved classic taskbar code path patching
2021-09-05 20:26:39 +03:00
Valentin Radu
02b75ba721 Fixes #8 (Start and search now respect alignment settings) 2021-09-02 03:38:03 +03:00
Valentin Radu
eead5cee29 Updated change log 2021-09-01 07:12:55 +03:00
Valentin Radu
fff4520ca0 Updated change log and version info 2021-09-01 00:51:25 +03:00
Valentin Radu
8611c3d1da Improved Explorer hooking 2021-08-31 02:58:50 +03:00
Valentin Radu
583440d489 Implements #6 (option to revert to classic context menu) 2021-08-30 20:45:37 +03:00
Valentin Radu
b36b571df8 Updated change log 2021-08-30 08:03:52 +03:00
Valentin Radu
b666d834e0 Enables compatibility with ArchiveMenu. 2021-08-30 03:48:12 +03:00
Valentin Radu
030e4a47e4 Fixes #5 (removes the delay at logon on newer builds like 22000.168)
* The bug is similar to the effect introduced by UndockingDisabled
  on these newer builds).
2021-08-30 00:30:51 +03:00