StephaneLenclud [Mon, 02 Feb 2015 13:28:41 +0100] rev 437
Reverting client/server communication around our pipes to fix access denied err.
Now simply opening files for pipes created by SoundGraphAccess server.
StephaneLenclud [Mon, 02 Feb 2015 12:51:06 +0100] rev 436
At last we can output stuff on our display.
The whole thing is still quite broken though.
Rebase: No start-up but that's ok.
StephaneLenclud [Mon, 04 Feb 2013 00:47:01 +0100] rev 435
Now calling display init. Not getting the expected error code though.
StephaneLenclud [Sun, 03 Feb 2013 19:06:01 +0100] rev 434
Now fetching some of our Sound Graph DLL function pointers.
StephaneLenclud [Sun, 03 Feb 2013 18:01:50 +0100] rev 433
Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
moel.mich [Tue, 30 Dec 2014 22:49:32 +0000] rev 432
Fixed an OverflowException when trying to use (unsupported) 64-bit thread affinity masks on 32-bit systems.
moel.mich [Tue, 30 Dec 2014 22:47:39 +0000] rev 431
Fixed the following issue (present only on 32-bit systems):
Version: 0.7.0.0
System.NullReferenceException: Object reference not set to an instance of an object.
at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Common Language Runtime: 4.0.30319.18444
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit
moel.mich [Tue, 30 Dec 2014 21:04:54 +0000] rev 430
Fixed Issue 651.
moel.mich [Tue, 30 Dec 2014 17:35:29 +0000] rev 429
Changed the settings save code to use a two file based approach in order to reduce cases where settings are lost or reset (Fixed Issue 501).
moel.mich [Tue, 30 Dec 2014 16:02:52 +0000] rev 428
Added a new "Undefined" control mode. Changed the GPU fan control to restore to default (auto) settings when the Open Hardware Monitor closes (unless the control remained in "Undefined" mode).