1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-15 11:33:16 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Valentin Radu
5d4466147d Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
Valentin Radu
e5c4e8bf02 Moved ep_dwm as separate executable 2022-01-24 18:33:06 +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
b68d3c9555 Automatic build infrastructure 2021-11-05 04:46:14 +02:00
Valentin Radu
87f5ea4772 Added IA-32 compilation target, removed ARM64 2021-10-21 08:18:24 +03:00
Valentin Radu
c42bd8c3af Support for Microsoft Detours library
* Added support for hooking functions using the Microsoft Detours
  library; this, in theory, means that the application can now at
  least compile just fine on ARM64; although that is the case, it
  currently does not support dynamically patching CTray::Init as I
  have yet to come up with assembly to do that. Also, it is
  uterly untested on ARM64 as I do not have a machine to test on.
* Removed x86 support, compilation targets are now only amd64 and
  ARM64
2021-09-03 00:04:53 +03:00
Valentin Radu
8611c3d1da Improved Explorer hooking 2021-08-31 02:58:50 +03:00
Valentin Radu
c2fa263b11 Build process improvement
In order to ease off building and testing the application, when using
Visual Studio, the solution now automatically kills Explorer before
building (so that the library can replace the old version which
presumably was in use) and starts it back when the build completes.
2021-08-12 23:43:56 +03:00
Valentin Radu
dfaf1ee806 Functionality to bring back power menu (Win+X). 2021-08-12 02:30:09 +03:00
Valentin Radu
00745079de Initial commit 2021-08-09 17:30:23 +03:00