68 Commits
Author SHA1 Message Date
Amrsatrio 97f8d519fd Update submodules 2025-05-20 11:16:32 +07:00
Amrsatrio 65d8b53697 Taskbar10: Added the entry point for the experimental Start Screen implementation in ep_taskbar 2025-04-20 13:16:25 +07:00
Amrsatrio 77c6a8c23e Update sws 2024-09-01 18:10:49 +07:00
Amrsatrio beeca29d45 Update sws and ep_dwm 2024-09-01 17:55:51 +07:00
Amrsatrio 23b44a2f23 Split twinui.pcshell.dll patches into their own file 2024-07-30 10:30:36 +07:00
Amrsatrio 30579b0238 Setup: Revised the method for bundling files in the setup binary.
Now with preserved file names, compression, and encryption.
2024-07-23 23:40:54 +07:00
Amrsatrio 57f63ad56f Work on ARM64 shell extension support 2024-07-13 20:50:37 +07:00
Amrsatrio 992b3a60cd All: Preliminary ARM64 support 2024-07-11 09:31:06 +07:00
Amrsatrio bdc0212d92 Update libvalinet 2024-03-13 11:02:03 +07:00
Valentin Radu cdead1b18a libvalinet: Upgraded to latest version which fixes VnGetUBR
Thanks @roflcopter4
2023-09-25 02:29:54 +03:00
Valentin Radu 6fb998eb75 Version: 22621.1555.55.2 2023-04-24 04:15:27 +03:00
Valentin Radu d7a038564b All: Protect against crashes caused by failure to patch the IAT
Impact: A recent bug report on the Mozilla Firefox issue tracker
(https://bugzilla.mozilla.org/show_bug.cgi?id=1798707) identifies a
crash in the Firefox browser caused by an invalid memory access
performed by ExplorerPatcher (https://crash-stats.mozilla.org/signature/?signature=explorerpatcher.amd64.dll%20|%20%3Cunknown%20in%20Windows.UI.FileExplorer.dll%3E%20|%20explorerpatcher.amd64.dll%20|%20RtlpFindEntry%20|%20RtlpAllocateHeap%20|%20RtlpAllocateHeapInternal%20|%20explorerpatcher.amd64.dll%20|%20RtlDosApplyFileIsolationRedirection_Ustr%20|%20LdrpApplyFileNameRed...&date=%3E%3D2022-11-02T20%3A44%3A00.000Z&date=%3C2022-11-16T20%3A44%3A00.000Z).
This might happen only when the "Register as shell extension: option
is used, and ExplorerPatcher is injected in other processes. Testing
was unable to reproduce the issue, but looking on the crash logs it
was determined that it likely happens in "VnPatchDelayIAT", where
the memory is patched regardless of whether the protection level
actually succeeded changing or not. The call is suspected to fail
when certain antivirus solutions are used, although a clear test case
with this scenario could not be determined.

Also, code review determined that a race condition might happen in both
"VnPatchIAT" and "VnPatchDelayIAT", where some other thread might
unload the module while the code works with it, attempting to patch the
requested function.

Description: The issue has been addressed by improved checks and
ensuring the module is not unloaded while the functions work with it.
The program only attempts to patch the memory if the previous
protection change call actually succeeded. Additionally, the module
reference count is increased prior to working with it when attempting
the patch, in order to prevent other threads from successfully
unloading it. The proposed changes should harden the code against
unexpected behavior and should address the crashes experienced when
the code runs in other processes, including Firefox.
2022-11-17 01:28:31 +02:00
Valentin Radu 5cef3b12c3 GUI: Expose sws scroll wheel behavior option 2022-10-12 18:30:04 +03:00
Valentin Radu 3fe00cb138 sws: Support for changing selection in window list using the mouse wheel 2022-10-12 02:51:59 +03:00
Valentin Radu 7deb97e510 sws: Sync with upstream
Changes in this version:
* [Store layout window flags in single variable](https://github.com/valinet/sws/commit/633fb2c51a73d2f21335720ef1f08bb6c3597500)
* [Use external variable to detect if desktop is foreground](https://github.com/valinet/sws/commit/4b9ff844369a9d1c0fe978edaac3a281767addda)
* [Fix regression when detecting foreground window changes](https://github.com/valinet/sws/commit/8ab7a451629c5165e3e827f7b30db09874a76b3e)
* [Draw DWM-like placeholder when window has zero width or height](https://github.com/valinet/sws/commit/764a2913b45c53911e83d148fdb159dfc91261cf)
* [Enforce a minimum size for a window rectangle](https://github.com/valinet/sws/commit/bc8b04e451649964ee3d74255f9e9eda13ef24c3)
2022-05-28 13:40:08 +03:00
Valentin Radu cf4700af6f sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown 2022-05-27 21:52:42 +03:00
Valentin Radu d9004c1566 sws: Fixed a bug that caused the switcher to display a hung UWP app twice 2022-05-24 19:20:34 +03:00
Valentin Radu 7f76dca159 libvalinet: Fixed memory leak in toast.h 2022-05-23 21:47:48 +03:00
Valentin Radu d350b0e178 sws: Fixed #1084 2022-05-17 22:33:30 +03:00
Valentin Radu 67a6fc00aa All: Use global OS version query functions 2022-03-06 00:04:30 +02:00
Valentin Radu 2cc9b0ed7f All: Fixes for Windows 10 2022-02-21 02:42:35 +02:00
Valentin Radu 6e21fa70e3 All: Fixed clock and hotkey not invoking action center on Windows 10; fixed sws close button misalignment on Windows 10 2022-02-20 21:03:15 +02:00
Valentin Radu a626f3d7f8 Screen reader: Read "x of y" instead of "x out of y" 2022-02-18 00:20:46 +02:00
Valentin Radu 94c604bde5 sws: Layout updates when switcher is displayed and new window is created 2022-01-31 02:30:21 +02:00
Valentin Radu 5d4466147d Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
Valentin Radu 82da95b384 Updated to latest sws 2022-01-21 13:36:59 +02:00
Valentin Radu ce115e0585 Updated to latest sws 2022-01-18 05:08:30 +02:00
Valentin Radu 69707a3fda Fixed bug in sws' per-application list that caused the switcher to only show the most recent UWP app 2022-01-14 12:45:44 +02:00
Valentin Radu 52cc461bf6 Simple Window Switcher can switch applications instead of windows (#665) 2022-01-14 03:22:54 +02:00
Valentin Radu 37dbfd9291 Support for screen readers 2022-01-05 05:02:25 +02:00
Valentin Radu d35cdeb0bd Updated sws 2021-12-28 23:17:40 +02:00
Valentin Radu 98fb6c4ea5 Updated CHANGELOG; sws 2021-12-24 03:50:39 +02:00
Valentin Radu b31921a5bb Bug fixes and upgrade to latest sws 2021-12-21 23:01:07 +02:00
Valentin Radu 6a22776e93 Updated to latest sws 2021-12-15 06:03:26 +02:00
Valentin Radu 4383e29ec4 Lighter crossmark for window close button in sws 2021-12-15 05:25:18 +02:00
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