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

194 Commits

Author SHA1 Message Date
Valentin Radu
ca4f993aab Manually trigger workflow 2021-11-12 22:34:32 +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
e2af83e68b Revert "Shell extension builds are uploaded only as artifacts"
This reverts commit 73ed900943.
2021-11-11 06:21:10 +02:00
Valentin Radu
cab35dfc28 Fixed build on IA-32 2021-11-10 22:26:39 +02:00
Valentin Radu
73ed900943 Shell extension builds are uploaded only as artifacts 2021-11-10 22:18:55 +02:00
Valentin Radu
8f3c52ea1f Fixed wrong credits in CHANGELOG 2021-11-10 22:16:56 +02:00
Valentin Radu
2f1be803f0 Increased number of Start menu injection retries 2021-11-10 21:46:13 +02:00
Valentin Radu
aa0371e0fb Start menu positioning improvements; refactored and explained code 2021-11-10 21:33:04 +02:00
Valentin Radu
e4eff89cf1 Start menu is injected using shell code 2021-11-10 21:25:08 +02:00
Valentin Radu
77bc654d9b Small fixes in Start menu injection 2021-11-10 21:22:19 +02:00
Valentin Radu
791541a3fb Settings monitor calls all callbacks when multiple registry entries are signaled at the same time 2021-11-10 21:21:27 +02:00
Valentin-Gabriel Radu
3ab52f251c
Added mention about ZZGUI command 2021-11-10 12:13:03 +02:00
Valentin-Gabriel Radu
ed89146ea0
Create FUNDING.yml 2021-11-10 04:17:17 +02:00
Valentin Radu
1c22ebf291 Added option to enable SysListView32 in folder views (credit @TechSalt, @anixx from WinClassic) 2021-11-10 02:33:04 +02:00
Valentin Radu
742f946198 Built-in support for build 22000.318 2021-11-09 23:19:06 +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-Gabriel Radu
faa8c5fd33
Protecting the environment 2021-11-05 09:26:31 +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
81cbd47dd4 Only automatically build for branches, not tags 2021-11-05 06:55:10 +02:00
Valentin-Gabriel Radu
dd7dc2be58
Collapsed some build steps (thanks @Speedy37) 2021-11-05 06:22:48 +02:00
Valentin-Gabriel Radu
050f10aa58
Merge pull request #277 from Speedy37/patch-1
Build on any push, release on master
2021-11-05 06:18:53 +02:00
Vincent Rouillé
4c82dcbd5f
Build on push_request too 2021-11-05 05:16:04 +01:00
Vincent Rouillé
caed537886
Build on any push, release on master 2021-11-05 05:11:53 +01:00
Valentin Radu
b68d3c9555 Automatic build infrastructure 2021-11-05 04:46:14 +02:00
Valentin Radu
9d3d916645 Moved QueryVersion API to separate file 2021-11-05 03:59:01 +02:00
Valentin Radu
3d09b046cf Updated CHANGELOG 2021-11-05 02:53:04 +02:00
Valentin Radu
8ec7763d6a Created GitHub Action for build 2021-11-05 01:37:09 +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
e1570c84e9 Fixed #256 2021-11-02 20:03:28 +02:00
Valentin Radu
e167cfdc91 Updated README with clearer compilation instructions 2021-11-02 02:14:29 +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
f10780cb6f Updated to latest sws 2021-11-01 21:22:03 +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
0b53fcf6bf Formatted printed messages in Start menu module 2021-10-25 05:49:08 +03:00
Valentin Radu
72b66ebf6b Hardcoded symbols for 22000.282 2021-10-25 05:43:21 +03:00
Valentin Radu
e997c67da3 Preliminary language support in GUI 2021-10-25 05:42:41 +03:00
Valentin Radu
68f32441fb Proper Unicode support for drop down text in GUI 2021-10-25 05:42:24 +03:00
Valentin Radu
0210935459 File Explorer is restarted using Windows Restart Manager 2021-10-25 05:42:03 +03:00
Valentin Radu
91cb5c5c07 Condition valid only when exit event is present 2021-10-25 05:37:16 +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