Michael Möller
|
02dd78ff86
|
Changed the notify icon implementation to first try to modify an (existing) icon before trying to add a new one. When the WM_TASKBARCREATED event is raised, sometimes (changing the display scale for example) the icons still exist and fail to get added, while in other cases (explorer task restarted), the icons are lost and need to be added again. This fixes the 8s blocking of the UI thread when changing the display scale.
|
2020-05-22 18:59:31 +02:00 |
|
Michael Möller
|
b04c151c77
|
Added support for multiple processor groups. Changed the ThreadAffinity class to use a new struct GroupAffinity. Changed operating system checks to make use of a new flag OperatingSystem.IsUnix.
|
2020-05-05 23:11:28 +02:00 |
|
Michael Möller
|
5d04d3f2f4
|
Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.
|
2012-07-24 16:04:30 +00:00 |
|
Michael Möller
|
0d43433aa4
|
Fixed Issue 269.
|
2012-07-14 19:24:04 +00:00 |
|