1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-11 08:23:02 +01:00

344 Commits

Author SHA1 Message Date
Valentin Radu
1e4a11b6bc Added posibility to use the original Windows 10 Alt-Tab switcher 2021-12-05 01:36:00 +02:00
Valentin Radu
aafd184962 Ability to set Control Center as network icon action (merged #492) 2021-12-05 01:33:40 +02:00
Valentin Radu
af204332d6 Primary taskbar remembers position when moved to a secondary monitor (multiple issues, like #504) 2021-12-05 01:32:07 +02:00
Valentin Radu
8db73cc2cc Improved behavior regarding symbols 2021-11-24 13:51:58 +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
ec7f32230c Preliminary support for Windows 11 Start orb 2021-11-23 14:30:19 +02:00
Valentin Radu
13399e81f1 Minor adjustments 2021-11-20 13:42:52 +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
cd8cbecfa0 Implemented #389 2021-11-19 18:19:58 +02:00
Valentin Radu
88c186f53c Correlated EP defaults with clean Windows install defaults 2021-11-19 08:50:32 +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
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
8f9ecf68e4 Properties GUI is restarted after setup 2021-11-16 04:22:44 +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
8cba312707 Fixed Windows 11 taskbar not being able to start 2021-11-15 05:18:32 +02:00
Valentin Radu
f226f1ade6 Improved delivery of toast notifications 2021-11-15 03:59:19 +02:00
Valentin Radu
2b2a449ba0 Fixed #349 2021-11-14 22:58:01 +02:00
Valentin Radu
986fdbb3f1 Mitigations for Windows 11 taskbar not starting sometimes 2021-11-14 19:52:05 +02:00
Valentin Radu
92dadf6374 * Acessing "Properties" is done via right click on taskbar, both on Windows 10, and 11 styles
* Support for automatic updates
* Implemented setup program
* Fixed issue where setting the Windows 10 taskbar to one of the screen edges crashed the Windows 11 taskbar if enabled
* System tray icons are now left intact when switching between Windows 10 and Windows 11 taskbars, and after build updates
2021-11-14 18:37:16 +02:00
Valentin Radu
2d3cb664fe Fixed process injection 2021-11-13 08:01:17 +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
cab35dfc28 Fixed build on IA-32 2021-11-10 22:26:39 +02:00
Valentin Radu
aa0371e0fb Start menu positioning improvements; refactored and explained code 2021-11-10 21:33:04 +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
ae11b73475 Added more delay when checking for network flyout status 2021-11-07 03:45:37 +02:00
Valentin Radu
c0bdc4346d Updated to latest sws 2021-11-04 14:00:21 +02:00
Valentin Radu
e1570c84e9 Fixed #256 2021-11-02 20:03:28 +02:00
Valentin Radu
0835675e61 Cortana button can be hidden or set to open Cortana/Widgets 2021-11-02 02:11:21 +02:00
Valentin Radu
5f3c4b8892 Fixed #252 (Show Cortana toggle on taskbar context menu works) 2021-11-01 21:23:54 +02:00
Valentin Radu
3099b59e6e Small fixes, fixed compilation 2021-10-30 07:17:25 +03:00
Valentin Radu
2f8b33be5e Tons of bug fixes, quality improvements, proper startup, avoid double patching 2021-10-25 06:07:19 +03:00
Valentin Radu
d6bef028da Clock pop up menu options now open in Control Panel 2021-10-25 05:59:07 +03:00
Valentin Radu
0d4b99dc1f New settings for sws 2021-10-25 05:56:20 +03:00
Valentin Radu
f115b4b9f5 Added experimental option for custom primary taskbar placement 2021-10-25 05:55:15 +03:00
Valentin Radu
d5ecd858b2 Added clock flyout options 2021-10-21 12:51:43 +03:00
Valentin Radu
bf07fad687 Updated to v31 2021-10-21 09:01:59 +03:00
Valentin Radu
2eb34148f3 Preliminary support for classic theme mitigations 2021-10-16 02:49:56 +03:00
Valentin Radu
95399a0702 Support for setting system tray clock to display seconds 2021-10-16 02:48:36 +03:00
Valentin Radu
37fad00bbd sws is now disabled by default 2021-10-16 02:45:42 +03:00
Valentin Radu
a9dd578b31 Added option to launch Network Connections from tray 2021-10-16 02:44:28 +03:00
Valentin Radu
b2ac6991c2 Update to .30 2021-10-15 13:50:52 +03:00
Valentin Radu
bca9f38a5b Properly fixes #78, fixes #85 2021-10-13 20:30:41 +03:00
Valentin Radu
21cc562f45 Start menu positioning reliability enhancements 2021-10-13 16:47:51 +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
aa8b1eeb93 Win+C works when taskbar is auto hiding 2021-10-11 07:43:25 +03:00