2011-01-20 |
Improved the saving and restoring of default fan control settings for ATI GPUs.
|
file | diff | annotate |
2011-01-20 |
Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
|
file | diff | annotate |
2010-11-21 |
Fixed Issue 137.
|
file | diff | annotate |
2010-11-11 |
Fixed a problem, where the MainForm location and size was lost when the application is started minimized and exited without ever showing the form. This caused MainForm_Load to be never called (location and size was not loaded), but the default size and location were still saved. The new implementation only saves the location and size when one of the two is changed.
|
file | diff | annotate |
2010-10-17 |
Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
|
file | diff | annotate |
2010-10-17 |
Small bits of refactoring.
|
file | diff | annotate |
2010-10-16 |
More refactoring.
|
file | diff | annotate |
2010-10-16 |
Added a WMI provider, documentation to follow.
|
file | diff | annotate |
2010-10-06 |
Changed the way window position is saved and handled. This should now work properly.
|
file | diff | annotate |
2010-10-05 |
Fixed Issue 123.
|
file | diff | annotate |
2010-10-05 |
Fixed Issue 125.
|
file | diff | annotate |
2010-10-05 |
Fixed Issue 124.
|
file | diff | annotate |
2010-09-30 |
Fixed some problems when compiling in Mono and running on Linux.
|
file | diff | annotate |
2010-09-23 |
Added an option to minimize on close.
|
file | diff | annotate |
2010-09-14 |
Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
|
file | diff | annotate |
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.
|
file | diff | annotate |
2010-09-06 |
Added a desktop gadget implementation.
|
file | diff | annotate |
2010-08-12 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-08 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
2010-07-27 |
Refactoring and fine tuning for Linux GUI.
|
file | diff | annotate |
2010-07-24 |
Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
|
file | diff | annotate |
2010-07-18 |
Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
|
file | diff | annotate |
2010-07-04 |
Fixed Issue 82.
|
file | diff | annotate |
2010-07-04 |
Fixed Issue 66.
|
file | diff | annotate |
2010-06-27 |
Fixed Issue 71.
|
file | diff | annotate |
2010-06-27 |
Fixed Issue 76.
|
file | diff | annotate |
2010-06-07 |
Added (partial) SMBIOS support for Linux by reading from sysfs.
|
file | diff | annotate |
2010-06-06 |
Fixed Issue 69.
|
file | diff | annotate |
2010-06-05 |
Fixed Issue 65.
|
file | diff | annotate |
2010-05-25 |
Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.
|
file | diff | annotate |
2010-05-24 |
Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
|
file | diff | annotate |
2010-05-22 |
A few bug fixes to avoid crashes on Linux systems.
|
file | diff | annotate |
2010-05-20 |
Fixed Issue 10.
|
file | diff | annotate |
2010-05-15 |
Fixed Issue 57.
|
file | diff | annotate |
2010-05-14 |
Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
|
file | diff | annotate |
2010-05-09 |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
file | diff | annotate |
2010-04-02 |
Fixed Issue 26. Added a dialog to automatically send a crash report.
|
file | diff | annotate |
2010-03-27 |
Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
|
file | diff | annotate |
2010-03-26 |
Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
|
file | diff | annotate |
2010-03-02 |
Small fix for the Form Handle creating patch.
|
file | diff | annotate |
2010-03-02 |
Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
|
file | diff | annotate |
2010-02-27 |
Added sub-hardware support and basic enumeration for mainboards.
|
file | diff | annotate |
2010-02-27 |
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
|
file | diff | annotate |
2010-02-21 |
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
|
file | diff | annotate |
2010-02-19 |
New option to start the application minimized.
|
file | diff | annotate |
2010-02-12 |
Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
|
file | diff | annotate |
2010-02-12 |
First system tray sensor monitor support.
|
file | diff | annotate |
2010-02-08 |
Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
|
file | diff | annotate |
2010-02-07 |
Refactoring: New class Computer manages all the hardware and creates events.
|
file | diff | annotate |
2010-02-05 |
Changed minimizing to system tray on Windows systems.
|
file | diff | annotate |
2010-02-03 |
Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
|
file | diff | annotate |
2010-01-31 |
Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
|
file | diff | annotate |
2010-01-27 |
Fixed a NullReferenceException in the HDD SMART code.
|
file | diff | annotate |
2010-01-26 |
Initial commit.
|
file | diff | annotate |