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
|
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
|
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
|
a2a0b22ef2
|
Implemented Windows 11 Start button orb (#436, thanks @krlvm)
|
2022-01-04 05:07:14 +02:00 |
|
Valentin Radu
|
63b9a3d1e7
|
Defined maximum number of monitors
|
2022-01-04 04:54:45 +02:00 |
|
Valentin Radu
|
7649c43d03
|
Option to toggle taskbar autohide on taskbar double click now works with Windows 11 taskbar
|
2022-01-04 03:40:57 +02:00 |
|
Valentin Radu
|
2732c6160c
|
Apply fix for secondary taskbar not appearing when mouse is over it only for Windows 11 taskbar
|
2022-01-04 03:34:47 +02:00 |
|
Valentin Radu
|
8a45ffd523
|
Fixed a bug that could make the Win+Alt+D shortcut to stop working unexpectedly
|
2022-01-04 02:19:37 +02:00 |
|
Valentin Radu
|
65f86a236f
|
Display GDI and USER object counts when dumping memory leaks
|
2022-01-04 02:02:33 +02:00 |
|
Valentin Radu
|
79b6f98c6c
|
Protect classic theme mitigations state variable from changing once its setting is read from the registry
|
2022-01-04 02:01:44 +02:00 |
|
Valentin Radu
|
065acae2c4
|
Protect taskbar style state variable from changing once its setting is read from the registry
|
2022-01-04 01:49:22 +02:00 |
|
Valentin Radu
|
0204a6b41c
|
Fixed prototype of CInputSwitchControl::Init hook as suggested in 5b4bd07dff (r62018175) (thanks @Simplestas)
|
2022-01-03 19:06:32 +02:00 |
|
Valentin Radu
|
39219275c9
|
Hotfix: Taskbar glom level is correctly migrated when upgrading from an older release (fixed #612, #614)
|
2021-12-31 17:34:02 +02:00 |
|
Valentin Radu
|
601f76ad49
|
Delay sws creation until taskbar is initialized
|
2021-12-28 19:52:52 +02:00 |
|
Valentin Radu
|
3464f77c74
|
Fixed #598 (context menu of new Microsoft IME not working)
|
2021-12-27 02:18:26 +02:00 |
|
Valentin Radu
|
debf37a841
|
Fixed #564 (the glom level settings for the Windows 10 taskbar are now stored separately, as setting the glom level to any other value than 0 breaks the window previews in the Windows 11 taskbar)
|
2021-12-23 21:02:39 +02:00 |
|
Valentin Radu
|
14d2d24d67
|
Fixed #591 (added support for showing clock flyout using Win+Alt+D, as in Windows 10)
|
2021-12-23 19:53:53 +02:00 |
|
Valentin Radu
|
a3c21396a1
|
Clock flyout improvements when using Windows 11 taskbar
|
2021-12-23 19:53:03 +02:00 |
|
Valentin Radu
|
008eddd597
|
Fixed Windows 11 secondary taskbar context menu when auto hide is on
|
2021-12-23 19:52:12 +02:00 |
|
Valentin Radu
|
2d14705621
|
Fixed Windows 11 taskbar to display the system tray when starting up with auto hide on
|
2021-12-23 19:48:44 +02:00 |
|
Valentin Radu
|
5a1b2dd389
|
Fixed #589 (Windows 11 secondary taskbar is not shown when mouse overed and auto hide is on)
|
2021-12-23 19:47:32 +02:00 |
|
Valentin Radu
|
277f235810
|
Update success notification is displayed correctly for all settings; fixed posible null dereferencing in the updater
|
2021-12-23 01:50:54 +02:00 |
|
Valentin Radu
|
30b36b08c2
|
Fix for migration of old settings
|
2021-12-23 01:23:19 +02:00 |
|
Valentin Radu
|
7a2889193f
|
Fixed #576
|
2021-12-23 00:56:20 +02:00 |
|
Valentin Radu
|
99fcf4fc0c
|
Programs and Features from control.exe can be redirected to old cpl instead of Settings in build 22523
|
2021-12-21 22:58:06 +02:00 |
|
Valentin Radu
|
c478008268
|
Corrections as suggested by @Simplestas in 71e4dcfd736036c80f25812b232be0d2db004601#comments
|
2021-12-21 11:09:23 +02:00 |
|
Valentin Radu
|
09493ea000
|
Fixed build on IA-32
|
2021-12-15 19:22:06 +02:00 |
|
Valentin Radu
|
71e4dcfd73
|
Option to prevent certain Control Panel links from being redirected to the Settings app
|
2021-12-15 19:16:46 +02:00 |
|
Valentin Radu
|
5b4bd07dff
|
Language switcher UI is changed by patching the interface's vtable
|
2021-12-15 18:28:14 +02:00 |
|
Valentin Radu
|
9c31c090dd
|
Fixed #528 (2)
|
2021-12-15 03:31:42 +02:00 |
|
Valentin Radu
|
c4194136f6
|
Zeroise buffer passed to GetClassNameW
|
2021-12-14 23:34:38 +02:00 |
|
Valentin Radu
|
b31605439f
|
Seconday taskbars' context menu is displayed similary to the primary taskbar's context menu
|
2021-12-14 23:24:39 +02:00 |
|
Valentin Radu
|
94db02bde0
|
Ability to choose Snap Assist style
|
2021-12-14 04:53:59 +02:00 |
|
Valentin Radu
|
baeabe8979
|
Mitigation for certain Explorer crashes at startup
|
2021-12-12 15:54:36 +02:00 |
|
Valentin Radu
|
9d00181c4e
|
Fixed #548
|
2021-12-11 18:45:53 +02:00 |
|
Valentin Radu
|
ef7ee79169
|
Fixed #525 (3)
|
2021-12-11 17:35:06 +02:00 |
|
Valentin Radu
|
d7885414f2
|
Attempt to mitigate #416
|
2021-12-10 03:42:32 +02:00 |
|
Valentin Radu
|
969413e5d9
|
Fixed #541 (rename ShowLegacyClockExpierience to ShowLegacyClockExperience)
|
2021-12-10 00:39:22 +02:00 |
|
Valentin Radu
|
19834620e6
|
sws window padding is configurable
|
2021-12-10 00:03:12 +02:00 |
|
Valentin Radu
|
77d526a7c1
|
Mitigation for #516
|
2021-12-06 19:21:14 +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
|
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 |
|