1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-06 06:14:28 +01:00

594 Commits

Author SHA1 Message Date
Valentin Radu
19ef6988b6 Utility: Fied possible stack buffer overrun in ComputeFileHash2 2022-02-17 22:50:44 +02:00
Valentin Radu
d5b63319f0 Utility: Fixed bug in rand_string 2022-02-17 22:50:11 +02:00
Valentin Radu
c00de82cd6 Main: Guards against NULL dereferences (#879) 2022-02-17 16:59:38 +02:00
Valentin Radu
dfc2057ec0 Weather: Widget properly respects text size accessibility setting 2022-02-17 02:48:17 +02:00
Valentin Radu
64f58d19c2 Symbols: Built-in support for OS build 22000.527 (Preview) 2022-02-16 13:38:03 +02:00
Valentin Radu
61626d912e Weather: Fixed possible NULL dereference 2022-02-14 19:22:27 +02:00
Valentin Radu
0634e93d64 Utility: Prevent "Please wait" window from receiving input 2022-02-14 07:41:02 +02:00
Valentin Radu
14e7eef87b All: Fixed bug when extracting "Properties" string which failed to remove a trailing whitespace 2022-02-14 02:46:00 +02:00
Valentin Radu
ce9b28a4e7 GUI: Clear weather data signals status and waits more 2022-02-14 02:44:57 +02:00
Valentin Radu
874b82f49f Utility: Implemented "Please wait" pop-up 2022-02-14 02:42:57 +02:00
Valentin Radu
7da96210e7 Weather: Option to clear weather widget local data 2022-02-12 19:41:03 +02:00
Valentin Radu
60a4d35bf7 GUI: Default language in the weather widget is labeled correctly 2022-02-08 23:40:23 +02:00
Valentin Radu
7bc56f4191 Weather: Widget displays with rounded corner after logon; implemented option to change corner preference 2022-02-08 19:58:02 +02:00
Valentin Radu
46191733d7 Start: Implemented option to override monitor on which the menu opens when invoked via the keyboard 2022-02-08 19:29:37 +02:00
Valentin Radu
325f1a022b GUI: Moved some settings to the Advanced panel 2022-02-08 17:23:58 +02:00
Valentin Radu
477b86d4d0 Taskbar10: Implemented option to remove extra gap around pinned items 2022-02-08 16:49:12 +02:00
Valentin Radu
214b26ec28 Taskbar10: Implemented option to treat pinned items as quick launch toolbar 2022-02-08 15:15:47 +02:00
Valentin Radu
64de3daca0 Weather: Eliminate race conditions when accessing the widget 2022-02-07 00:54:05 +02:00
Valentin Radu
e3f280548b Symbols: Fixed #783 2022-02-06 20:20:38 +02:00
Valentin Radu
74204c7e84 Weather: Widget supports dark mode (thanks @krlvm) (#755) 2022-01-31 02:30:34 +02:00
Valentin Radu
fd710a1544 Weather widget adjusts its size vertically to accommodate the entire contents 2022-01-30 03:26:19 +02:00
Valentin Radu
00c3fe3981 Weather widget defaults to showing in the preferred language set in Windows, instead of English (#734) 2022-01-28 04:48:35 +02:00
Valentin Radu
60f1bac1f1 InputBox provides cancellation feedback and checks against invalid input; fixed a bug in Properties that reset settings when clicking Cancel in the InputBox; fixed a bug in Properties that corrupted the registry entries when InputBox is unable to launch (#734) 2022-01-28 04:45:04 +02:00
Valentin Radu
04575c37cd Fall back to built-in GUID when looking for the VBScript engine in InputBox 2022-01-28 04:39:42 +02:00
Valentin Radu
83042a6d68 Fixes for weather panel, implemented icon-less modes, implemented dynamic size to fit contents 2022-01-27 23:03:02 +02:00
Valentin Radu
62bdf042a4 Properties window font sizes are based on system font sizes 2022-01-27 22:34:37 +02:00
Valentin Radu
5d4466147d Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
Valentin Radu
677b19663d Built-in support for OS build 22000.469 2022-01-27 04:30:26 +02:00
Valentin Radu
e5c4e8bf02 Moved ep_dwm as separate executable 2022-01-24 18:33:06 +02:00
Valentin Radu
aa4803ce73 Import/export settings suggests a file name automatically 2022-01-23 19:26:36 +02:00
Valentin Radu
58cd91cd37 Built-in support for OS build 22000.466 2022-01-23 15:41:01 +02:00
Valentin Radu
800843abfb When downloading symbols, also print hash of local file 2022-01-23 15:40:47 +02:00
Valentin Radu
d071decbca Stop suggesting versions with old hashes as potential updates 2022-01-23 15:18:27 +02:00
Valentin Radu
ca8fbe010f When an update is available, the notification displays the version of the update; The updater correctly detects when the current version is a pre-release but the user has switched the update channel to stable and does not suggest the older stable version as an update anymore (multiple reports, #540, #710) 2022-01-22 21:12:18 +02:00
Valentin Radu
8d74ffbedb Import/export functionality for program settings 2022-01-22 00:04:57 +02:00
Valentin Radu
8119c5aa7c Reduced symbol dependency for Win+C hook 2022-01-21 14:50:17 +02:00
Valentin Radu
321d76a440 Ability to hide the "Properties" item from the taskbar context menu 2022-01-21 14:14:54 +02:00
Valentin Radu
82da95b384 Updated to latest sws 2022-01-21 13:36:59 +02:00
Valentin Radu
7cc02b72d4 Option to disable rounded corners for windows 2022-01-21 13:06:46 +02:00
Valentin Radu
312fa7f7fc Removed erroneous VirtualProtect 2022-01-21 11:18:51 +02:00
Valentin Radu
a5faef1d1d Fixed option to disable Office keys according to #661#discussioncomment-2001798 (the shortcut Ctrl+Alt+Shift+Win is unassigned as well) 2022-01-20 02:09:07 +02:00
Valentin Radu
cd2f828b08 Attempt to fix #664 (W10 taskbar buttons sometimes becoming too large when never combine is used and DPI/resolution changes) 2022-01-14 11:56:43 +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
befa3eaeb4 Option to disable Office hotkeys (Ctrl+Alt+Shift+Windows key combinations) (#661) (.4) 2022-01-14 00:13:02 +02:00
Valentin Radu
33e659f9db Available symbols download properly on Insider builds 2022-01-07 10:42:08 +02:00
Valentin Radu
6e4cfb1087 Updated copyright sign in About page 2022-01-06 01:14:52 +02:00
Valentin Radu
32cd66dc51 Fixed #629 (Windows 10 language switcher displays correctly when taskbar is not located at the bottom of the screen) 2022-01-06 00:11:31 +02:00
Valentin Radu
a64a96e372 Language switcher list displays only working options 2022-01-06 00:11:07 +02:00
Valentin Radu
37dbfd9291 Support for screen readers 2022-01-05 05:02:25 +02:00
Valentin Radu
d06f2fa8ef Support for navigating the GUI using the arrow keys 2022-01-04 18:48:47 +02:00