DisplayMagician/HeliosPlus
terrymacdonald 5004f5f76a Silenced the System.Drawing.Image exceptions
The ProfileAdapter and ShortcutAdapters used
by the ImageListView Control unfortunately
have to access the sizes of the bitmaps being
loaded into the respective imagelistviews. I
can't find anyway of stopping the GDI+
from complaining about the Bitmap being
accessed by multiple different threads (as
ImageListView creates one thread per image.
This will be fixed once I move to this being a
WPF application as we'll use a different control.
2020-07-24 16:51:48 +12:00
..
GameLibraries Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
InterProcess Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
Properties Transitioned Profiles to using ProfileRepository 2020-06-14 16:20:52 +12:00
Resources [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00
UIForms Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
App.config Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00
DisplayRepresentation.cs [WIP] Fixing Shortcut Bitmap 2020-06-07 20:48:45 +12:00
HeliosPlus.csproj Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
IconUtils.cs [WIP] Fixing Shortcut Bitmap 2020-06-07 20:48:45 +12:00
Program.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutItem.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutRepository.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
Validators.cs [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00