2010-09-07 moel.mich Any OpenHardwareMonitorShowDesktopReferenceWindow (even from another process) will be good enough to detect "Show Desktop". This fixes the "Show Desktop" detection in a second instance of the Open Hardware Monitor.
2010-09-07 moel.mich Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different.
2010-09-07 moel.mich Added a mainboard specific configuration for the ECS A890GXM-A.
2010-09-06 moel.mich Added a desktop gadget implementation.
2010-08-24 moel.mich Search all possible registry locations for the Heatmaster serial port.
2010-08-24 moel.mich Fixed Issue 105 and Issue 106.
2010-08-24 moel.mich Added another registry path for getting the Heatmaster serial port.
2010-08-23 moel.mich Fixed a few problems with the Heatmaster.
2010-08-22 moel.mich Added a first implementation for the Heatmaster fan controller.
2010-08-17 moel.mich Fixed Issue 97.
2010-08-17 moel.mich Restricted ITE detection to port 0x2E.
2010-08-15 moel.mich Fixed Issue 104.
2010-08-15 moel.mich Fixed some Code Analysis warnings.
2010-08-12 moel.mich Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 moel.mich Refactored the hardware monitoring code into a library (Issue 101).
2010-08-05 moel.mich Added a fan control sensor for ATI GPUs.
2010-08-05 moel.mich Added ISA bus mutex support to the super IO detection.
2010-08-04 moel.mich Added an ISA bus mutex.
2010-08-04 moel.mich Adding missing class SensorVisitor.
2010-07-27 moel.mich Fixed BadImageFormatExceptions.
2010-07-27 moel.mich Refactoring and fine tuning for Linux GUI.
2010-07-24 moel.mich Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
2010-07-18 moel.mich Delete the config file if it can not be parsed, and restart with a new one.
2010-07-18 moel.mich Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.