GUI/SensorGadget.cs
Fri, 17 Sep 2010 18:32:11 +0000 Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value.
Wed, 15 Sep 2010 18:43:15 +0000 Added a check to verify the FTDI chip ID before opening the T-Balancer port.
Mon, 13 Sep 2010 22:55:25 +0000 Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section.
Mon, 13 Sep 2010 22:34:08 +0000 Added a configurable font size and window width to the gadget.
Tue, 07 Sep 2010 22:15:02 +0000 Improved the gadget formatting and added an option to remove the hardware names in the gadget.
Tue, 07 Sep 2010 18:32:37 +0000 Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different.
Mon, 06 Sep 2010 19:53:13 +0000 Added a desktop gadget implementation.