SimpleClassicTheme.Taskbar icon indicating copy to clipboard operation
SimpleClassicTheme.Taskbar copied to clipboard

Taskbar for Simple Classic Theme

Results 18 SimpleClassicTheme.Taskbar issues
Sort by recently updated
recently updated
newest added

Currently most SCTT components compare UI against data, this is possible to improve, I'd suggest this: 1. probably make event/interface/class for item changes 2. for static updates/fetches/pulls, you compare those...

enhancement
code quality

I will do this in [merge-master-tray](/WinClassic/SimpleClassicThemeTaskbar/tree/merge-master-tray) (Based on [tray](/WinClassic/SimpleClassicThemeTaskbar/tree/tray)) - [x] Fix text on task view items - [x] Make error messagebox close the loggers stream, open the file in...

- [ ] Support for transparent bitmaps (default XP VS seems to work fine but other bitmaps seem to have issues) - [ ] Add start button icon bitmaps.

I did some manual digging as to why SCTT seems to crash querying a process. [A great article from Giorgi Dalakishvili](https://www.giorgi.dev/net/access-denied-process-bugs/) shows why, TLDR: .NET Runtime is calling Win32 in...

bug
code quality

- [x] System tray icons - [ ] Start button - [ ] Quick launch items - [ ] Program buttons

enhancement
good first issue

If I open multiple windows or programs, as soon as more than 6 task bar buttons appear on the task bar, I get this message: ![unhandled](https://user-images.githubusercontent.com/8242464/113045983-7d06ea00-916d-11eb-8cfa-950995786464.png) I can click OK...

bug

Currently while testing there are way too many cases where SCTT fails, like disposed handles, etc., causing the application to crash. This issue should track many of the unexpected exceptions....

bug

- [ ] Allow for animations - [ ] Maybe add an option for timers? - [ ] How would we present this in a config file? - [ ]...

enhancement

Fully DPI-awareness (PerMonitorV2) Layout at 96dpi, scaled up afterwards After scaling layout changes must be done at full DPI Renderers will draw at full DPI Branch: scaling (based on ad8110ef446b16e6be689db4c7de4a9d05c23216)...