2013-02-09 StephaneLenclud At last we can output stuff on our display.
2013-02-03 sl Now calling display init. Not getting the expected error code though.
2013-02-03 sl Now fetching some of our Sound Graph DLL function pointers.
2013-02-03 sl Converted project to VisualStudio 2012.
2012-11-19 moel.mich Fixed Issue 415.
2012-11-04 moel.mich Changed the super I/O fan control: Fan controls are now always displayed, even if the value is null (as for example for ITE 87XX chips in automatic mode.
2012-11-03 moel.mich Added additional Fintek chips to the lm-sensors interface.
2012-10-28 moel.mich Fixed Issue 368. Fixed Issue 369. Fixed Issue 370.
2012-10-28 moel.mich Changed the source formatting of the HttpServer class to match the rest of the project.
2012-10-28 moel.mich Fixed Issue 382.
2012-10-27 moel.mich Reduced the amount of dynamic memory allocation when reading from the T-Balancer or creating tray icons.
2012-10-21 moel.mich Enabled fan control on mainboards by default.
2012-10-21 moel.mich Added support for fan control on ITE 87XX chips and a mainboard specific configuration for the Gigabyte GA 970A UD3 (both based on a patch from Eric Hokanson).
2012-10-01 moel.mich Changed a few types to internal (instead of public) in the Open Hardware Monitor library.
2012-09-23 moel.mich Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.
2012-08-11 moel.mich Added a few checks and delays to the driver loading code to increase the chance of loading the driver.