GUI/SensorGadget.cs
Sun, 21 Nov 2010 12:28:31 +0000 Fixed Issue 137.
Tue, 16 Nov 2010 21:48:26 +0000 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.
Thu, 07 Oct 2010 19:34:36 +0000 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).
Wed, 06 Oct 2010 19:18:07 +0000 Fixed Issue 129.
Thu, 30 Sep 2010 20:59:21 +0000 Fixed some problems when compiling in Mono and running on Linux.
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.