367 Commits

Author SHA1 Message Date
Michael Möller
70c338cc63 Added support for Intel CPU power sensors (package and cores). 2011-07-27 18:27:16 +00:00
Michael Möller
e3adf6ceb6 Buffered the gadget background drawing in order to improve drawing performance. 2011-07-25 21:09:21 +00:00
Michael Möller
b056694bcb Fixed the Intel CPU package temperature sensor MSR. 2011-07-24 22:16:28 +00:00
Michael Möller
acbae6c98d Replaced the more expensive calls to DateTime.Now with DateTime.UtcNow. 2011-07-24 22:12:01 +00:00
Michael Möller
169eaf3edf Improved the CPU load sensors. The values displayed for the load per core and the total load should now be more accurate. 2011-07-24 16:18:56 +00:00
Michael Möller
af90feabd7 Added a mainboard specific configuration for the ASUS P8P67 mainboard. 2011-07-24 12:17:17 +00:00
Michael Möller
9cc63a3f4d Added a mainboard specific configuration for the ASUS P8P67 EVO mainboard. 2011-07-24 11:29:26 +00:00
Michael Möller
6884c3e546 Improved the mainboard specific configuration for the ASUS P8P67 PRO mainboard. 2011-07-18 19:55:43 +00:00
Michael Möller
58f6092983 Added fan control for Nvidia GPUs based on a patch by Christian Vallières. 2011-07-07 21:53:09 +00:00
Michael Möller
938263fef2 Added support for reading the TAMG ACPI table on Gigabyte mainboards. Fixed a small problem with HDD/SSD names (0 chars are trimmed now as well). 2011-07-07 20:41:09 +00:00
Michael Möller
ae81e8f22c Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard. 2011-06-26 20:04:26 +00:00
Michael Möller
6a7be57f73 Added support for package level temperature sensors on new Intel Sandy Bridge CPUs. 2011-06-26 17:00:32 +00:00
Michael Möller
64f532e286 Added a mainboard specific configuration for the Gigabyte Z68X-UD7-B3 mainboard. 2011-06-26 16:00:20 +00:00
Michael Möller
0bb5d2d1e1 Changed the maximum buffer size for double buffering of controls that isn't disposed after each draw call to the size of the screen. This should reduce the memory allocation and disposing on each sensor update. Also page faults are no longer increasing with this change. 2011-06-25 14:46:28 +00:00
Michael Möller
f398a556c5 Add a text (Open Hardware Monitor) to the main system tray icon to simplify identification. 2011-06-25 11:06:54 +00:00
Michael Möller
7717e215ae Removed the bitmap.GetHbitmap call for every redraw of the gadget. This should reduce dynamic memory allocation and freeing and removes some of the page faults increasing. 2011-06-22 22:36:17 +00:00
Michael Möller
3ae21ac90d Added initial support for AMD family 12h and 15h CPUs. 2011-06-19 14:14:00 +00:00
Michael Möller
88a4daaefc Fixed issue 241. 2011-06-19 12:59:07 +00:00
Michael Möller
5655347152 Fixed issue 239. 2011-06-19 12:51:17 +00:00
Michael Möller
330e93ea64 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value. 2011-06-19 12:41:18 +00:00
Michael Möller
357498a063 Fixed a problem preventing the plot form getting closed correctly. This did prevent the application from terminating when asked to exit by the operating system (for example at shutdown). 2011-06-04 13:27:11 +00:00
Michael Möller
049f3d3515 Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers. 2011-05-23 18:14:25 +00:00
Michael Möller
77ed6c2f48 Added an option to show the plot in a separate window or on the right of the tree-view. 2011-05-22 19:15:27 +00:00
Michael Möller
f55ace5f49 Fixed Issue 225. 2011-05-22 11:27:57 +00:00
Michael Möller
40b5f8debc Fixed Issue 224. 2011-05-22 10:41:35 +00:00
Michael Möller
7d0d8e766b Fixed Issue 222. 2011-05-19 07:24:30 +00:00
Michael Möller
8ed6399a0e Fixed Issue 223. 2011-05-19 07:22:06 +00:00
Michael Möller
98cd3cbf9b Added a mainboard specific configuration for the Gigabyte H67A-UD3H-B3 mainboard and fixed a few issues in the about box. 2011-05-18 19:58:57 +00:00
Michael Möller
9805d4cf52 Fixed Issue 215. 2011-05-16 22:04:04 +00:00
Michael Möller
c62fb23f99 Improved the selection dragging on the tree view. The selection moves now only when the dragging starts on the tree view. With the old implementation, double-clicking the gadget would change the selection, because the mouse is still pressed when the main window is shown. 2011-05-15 21:43:40 +00:00
Michael Möller
58fcb67dcd Added some GUI improvements: Better handling of the row selection, minimal row spacing of 18 pixel (to get nice dotted lines) and 3 decimal digits for voltages. Also changed the tree view font rendering to get better quality without ClearType. 2011-05-15 20:48:52 +00:00
Michael Möller
0fb52a4723 Fixed Issue 204. 2011-05-15 17:21:27 +00:00
Michael Möller
3408ca9a14 Fixed Issue 220. 2011-05-15 17:06:55 +00:00
Michael Möller
ac2fc9d78d Fixed Issue 219. 2011-05-15 16:44:14 +00:00
Michael Möller
93a33ffc3c Fixed Issue 218. 2011-05-15 16:20:30 +00:00
Michael Möller
c7943dc624 Fixed Issue 217. 2011-05-15 16:00:22 +00:00
Michael Möller
32112f3e95 Fixed Issue 216. 2011-05-15 15:37:50 +00:00
Michael Möller
a883d4722d Fixed the ATI GPU fan control. The settings now restore correctly to default settings (previously the "manual mode" was kept on some systems). 2011-05-14 13:26:09 +00:00
Michael Möller
bd9495d159 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205. 2011-05-08 22:10:13 +00:00
Michael Möller
eefa1ffb7d Added a mainboard specific configuration for the Gigabyte P67A-UD4-B3 mainboard. 2011-05-03 18:20:06 +00:00
Michael Möller
7b39213552 Added first experimental support for the IT8728F super I/O chip. 2011-05-01 13:37:15 +00:00
Michael Möller
d63a607e66 Added a mainboard specific configuration for the ASUS P8P67-M Pro and fixed a few problems in the NCT677X implementation. 2011-04-30 21:01:54 +00:00
Michael Möller
6e86c9e1a9 Fixed Issue 199. 2011-04-30 16:03:58 +00:00
Michael Möller
ca3a2d3864 Updated version info. 2011-04-23 14:18:02 +00:00
Michael Möller
fbe6bef72e A first correction for reading core and bus clocks on AMD family 14h CPUs. 2011-04-16 19:26:20 +00:00
Michael Möller
6872fcbe39 A small correction for AMD K8 (family 0Fh) core temperature reading, and fan reading on older revision of IT8712F chips. This should fix Issue 42 and Issue 194. 2011-04-16 14:49:47 +00:00
Michael Möller
fb451bd475 Added initial support for AMD Fusion (family 14h) CPUs. 2011-04-16 13:19:13 +00:00
Michael Möller
0d80c84493 Fixed Issue 111. 2011-04-15 23:52:07 +00:00
Michael Möller
ccbadd63cf Fixed a few details for the Linux GUI. 2011-04-11 22:38:39 +00:00
Michael Möller
0f1ba8e90f Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking. 2011-04-10 23:36:07 +00:00