commit 6bd514ba13
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Fri May 27 21:55:31 2022 +0300
Version: 22000.708.46.3
commit c8bed99c1a
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Fri May 27 21:55:17 2022 +0300
Taskbar10: Option to hide the "Show desktop" button
commit 434cdbdd46
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Fri May 27 21:55:03 2022 +0300
Start10: Fixed a bug in Windows 10 where the Start menu was centered by default
commit a713d3964e
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Fri May 27 21:53:57 2022 +0300
Version: 22000.708.46.2
commit cf4700af6f
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Fri May 27 21:52:42 2022 +0300
sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
commit 87a2638fb1
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 18:11:08 2022 +0300
Spotlight: Fixed a bug that had Spotlight context menu entries appear in some menus other than the desktop context menu
commit 26058f332d
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 11:54:42 2022 +0300
Version: 22000.708.46.1
commit b809e9e8ed
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 11:54:23 2022 +0300
GUI: Support switching more pages using the number row on the keyboard
commit 7649805e18
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 11:23:01 2022 +0300
GUI: Added support for hiding pages and page contents
Adds 2 new tags in the settings file that define the start and end of a
logical section, in order to enable the possibility of hiding parts of
the UI based on the current value of some setting:
;s Taskbar_Windows10Section IsOldTaskbar <- SECTION BEGIN
;g Taskbar_Windows10Section <- SECTION END
For s, the parameters represent these:
* Taskbar_Windows10Section = name of the current section
* IsOldTaskbar = if the check associated with this name (function call)
returns FALSE, the section will not be displayed on the screen; that
is, the code will skip drawing whatever is inside the 2 tags
commit d0ad8bd1e3
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 11:17:53 2022 +0300
Spotlight: Added section, logic and configuration parameters
This commit includes support for the Windows spotlight feature from
22000.708+ OS builds.
Related to this, ExplorerPatcher now offers the following functionality:
* Hide the "Learn about this picture" icon
* Choose which items from the Windows spotlight icon context menu to
have replicated in the desktop context menu (legacy context menu only)
* Set a schedule for "Switch to next picture"
* Manipulate the feature from the Properties UI, bypassing the desktop
icon
commit 13e1cc7a1b
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Thu May 26 11:09:37 2022 +0300
Symbols: Built-in support for OS build 22000.708
commit 9e6d13a9f1
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Tue May 24 19:22:44 2022 +0300
Version: 22000.675.45.2
commit d9004c1566
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Tue May 24 19:20:34 2022 +0300
sws: Fixed a bug that caused the switcher to display a hung UWP app twice
commit 7f76dca159
Author: Valentin Radu <valentin.radu@valinet.ro>
Date: Mon May 23 21:47:48 2022 +0300
libvalinet: Fixed memory leak in toast.h
Adds 2 new tags in the settings file that define the start and end of a
logical section, in order to enable the possibility of hiding parts of
the UI based on the current value of some setting:
;s Taskbar_Windows10Section IsOldTaskbar <- SECTION BEGIN
;g Taskbar_Windows10Section <- SECTION END
For s, the parameters represent these:
* Taskbar_Windows10Section = name of the current section
* IsOldTaskbar = if the check associated with this name (function call)
returns FALSE, the section will not be displayed on the screen; that
is, the code will skip drawing whatever is inside the 2 tags
This commit includes support for the Windows spotlight feature from
22000.708+ OS builds.
Related to this, ExplorerPatcher now offers the following functionality:
* Hide the "Learn about this picture" icon
* Choose which items from the Windows spotlight icon context menu to
have replicated in the desktop context menu (legacy context menu only)
* Set a schedule for "Switch to next picture"
* Manipulate the feature from the Properties UI, bypassing the desktop
icon