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

33 Commits

Author SHA1 Message Date
Valentin Radu
c0372a0d6c Small speedup in sws 2021-12-15 01:18:52 +02:00
Valentin Radu
c4194136f6 Zeroise buffer passed to GetClassNameW 2021-12-14 23:34:38 +02:00
Valentin Radu
9bfef43934 Fixed a stack corruption (#546) 2021-12-12 20:33:22 +02:00
Valentin Radu
e8a0e5f455 Ability to close windows with middle button in sws 2021-12-12 15:55:07 +02:00
Valentin Radu
ef7ee79169 Fixed #525 (3) 2021-12-11 17:35:06 +02:00
Valentin Radu
f154cc1d06 Fixed #525 (2) 2021-12-10 20:04:55 +02:00
Valentin Radu
04c496047c Fixed #525 2021-12-10 03:07:23 +02:00
Valentin Radu
19834620e6 sws window padding is configurable 2021-12-10 00:03:12 +02:00
Valentin Radu
6f19d53ffd Fixed bug that prevented proper loading of default settings in sws 2021-12-06 04:49:23 +02:00
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
c7c94b306c Updated to latest sws 2021-12-05 06:12:03 +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
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
425efcbf67 Fixed #449 2021-11-23 20:40:28 +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
fbc9b3df09 Updated to latest sws 2021-11-18 18:13:40 +02:00
Valentin Radu
0d68ad399d Fixed bug in sws that crashed explorer when more than 20 windows were open 2021-11-14 18:26:11 +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
bbf10c2b7f Artifacts name change 2021-11-05 08:17:47 +02:00
Valentin Radu
3ac5921444 Fixes #263 2021-11-05 07:42:54 +02:00
Valentin Radu
145c03914a Updated to latest sws 2021-11-05 00:51:22 +02:00
Valentin Radu
c0bdc4346d Updated to latest sws 2021-11-04 14:00:21 +02:00
Valentin Radu
f10780cb6f Updated to latest sws 2021-11-01 21:22:03 +02: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
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
b2ac6991c2 Update to .30 2021-10-15 13:50:52 +03:00
Valentin Radu
ad2b8a8635 Small correction 2021-10-01 01:58:30 +03:00
Valentin Radu
227ae4d0a4 Refactoring 2021-10-01 01:26:10 +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
aca00768a2 Offsets are now determined at runtime
* Library downloads and parses symbols in order to determine
  function hooking offsets at runtime and saves the data in a
  "settings.ini" file located in the application folder for future
  use; the file is invalidated when a new OS build is detected
* The main executable attempts to determine the location where a
  jump has to be patched out so that Explorer remains on the 'show
  old taskbar' code path; it will systematically patch each jz/jnz
  instruction and will check whether Explorer still runs fine, and,
  if it does so and does not crash, whether the old taskbar got
  actually shown; once the offset is determined, it is saved in the
  "settings.ini" file for future use
* Please have an unmetered active working Internet connection when
  running for the first time
* Messages from the patcher (i.e. install/uninstall successful
  message, symbol downloading message) will now display in a toast
  (Windows 10 notification) if possible; when Explorer is not
  running, it falls back to using standard MessageBox'es
* Disabled the pre/post build command that restarted sihost.exe in
  Debug builds
2021-08-29 21:03:37 +03:00
Valentin Radu
dfaf1ee806 Functionality to bring back power menu (Win+X). 2021-08-12 02:30:09 +03:00