GUI/SensorGadget.cs
2011-06-19 Fixed issue 241.
2011-05-16 Fixed Issue 215.
2011-03-17 Fixed Issue 178.
2011-01-30 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
2010-11-21 Fixed Issue 137.
2010-11-16 Improved the moving and resizing of the gadget on multi-monitor systems. Fixed one problem where the underlying gadget window size would be reduced unrequested. Fine tuned the progress bar size in the gadget.
2010-10-07 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
2010-10-06 Fixed Issue 129.
2010-09-30 Fixed some problems when compiling in Mono and running on Linux.
2010-09-17 Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value.
2010-09-15 Added a check to verify the FTDI chip ID before opening the T-Balancer port.
2010-09-13 Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section.
2010-09-13 Added a configurable font size and window width to the gadget.
2010-09-07 Improved the gadget formatting and added an option to remove the hardware names in the gadget.
2010-09-07 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-06 Added a desktop gadget implementation.