GUI/MainForm.cs
Sat, 13 Apr 2013 00:43:25 +0200 Sensors can now be displayed in FrontView.
Fri, 12 Apr 2013 02:30:14 +0200 Reverting client/server communication around our pipes to fix access denied err.
Sat, 09 Feb 2013 17:18:09 +0100 At last we can output stuff on our display.
Mon, 04 Feb 2013 00:47:01 +0100 Now calling display init. Not getting the expected error code though.
Sun, 03 Feb 2013 19:06:01 +0100 Now fetching some of our Sound Graph DLL function pointers.
Sun, 03 Feb 2013 18:01:50 +0100 Converted project to VisualStudio 2012.
Sun, 28 Oct 2012 15:19:45 +0000 Fixed Issue 368. Fixed Issue 369. Fixed Issue 370.
Sun, 28 Oct 2012 14:06:50 +0000 Changed the source formatting of the HttpServer class to match the rest of the project.
Sun, 23 Sep 2012 18:37:43 +0000 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.
Sat, 11 Aug 2012 21:32:59 +0000 Changed a few context menu items to display a radio option style. Added additional information from the SMBIOS to the report.
Mon, 23 Jul 2012 21:54:35 +0000 Added a RAM hardware and sensor, fixed Issue 115.
Thu, 12 Jul 2012 10:17:18 +0000 Fixed Issue 86.
Wed, 11 Jul 2012 17:35:30 +0000 Added the option to enable/disable all hardware groups.
Sun, 27 May 2012 20:15:32 +0000 Added the remote web enhancement developed by Prince Samuel.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Sun, 15 Jan 2012 22:06:59 +0000 Fixed Issue 313.
Sun, 01 Jan 2012 17:12:34 +0000 Added code to save and restore the plot sensor selection.
Sun, 01 Jan 2012 15:46:42 +0000 Added a context menu to the plot which allows the user to configure the time window for plotting.
Sat, 25 Jun 2011 14:46:28 +0000 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.
Sun, 19 Jun 2011 12:51:17 +0000 Fixed issue 239.
Sun, 19 Jun 2011 12:41:18 +0000 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.
Sat, 04 Jun 2011 13:27:11 +0000 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).
Sun, 22 May 2011 19:15:27 +0000 Added an option to show the plot in a separate window or on the right of the tree-view.
Thu, 19 May 2011 07:22:06 +0000 Fixed Issue 223.
Sun, 15 May 2011 21:43:40 +0000 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.
Sun, 15 May 2011 20:48:52 +0000 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.
Sun, 15 May 2011 16:44:14 +0000 Fixed Issue 219.
Sat, 30 Apr 2011 16:03:58 +0000 Fixed Issue 199.
Mon, 11 Apr 2011 22:38:39 +0000 Fixed a few details for the Linux GUI.
Sun, 10 Apr 2011 20:22:20 +0000 Fixed the tree view row height on Linux.
Sat, 19 Mar 2011 22:55:05 +0000 Fixed Issue 156.
Wed, 16 Mar 2011 22:10:26 +0000 Fixed Issue 179.
Mon, 07 Feb 2011 22:06:58 +0000 Fixed Issue 162.
Sun, 30 Jan 2011 23:45:26 +0000 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
Thu, 20 Jan 2011 21:48:26 +0000 Improved the saving and restoring of default fan control settings for ATI GPUs.
Thu, 20 Jan 2011 21:31:54 +0000 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
Sun, 21 Nov 2010 12:28:31 +0000 Fixed Issue 137.
Thu, 11 Nov 2010 21:22:24 +0000 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.
Sun, 17 Oct 2010 19:13:26 +0000 Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
Sun, 17 Oct 2010 08:21:33 +0000 Small bits of refactoring.
Sat, 16 Oct 2010 18:24:20 +0000 More refactoring.
Sat, 16 Oct 2010 13:29:06 +0000 Added a WMI provider, documentation to follow.
Wed, 06 Oct 2010 11:34:54 +0000 Changed the way window position is saved and handled. This should now work properly.
Tue, 05 Oct 2010 19:34:59 +0000 Fixed Issue 123.
Tue, 05 Oct 2010 19:27:51 +0000 Fixed Issue 125.
Tue, 05 Oct 2010 18:59:13 +0000 Fixed Issue 124.
Thu, 30 Sep 2010 20:59:21 +0000 Fixed some problems when compiling in Mono and running on Linux.
Thu, 23 Sep 2010 20:44:59 +0000 Added an option to minimize on close.
Tue, 14 Sep 2010 19:23:11 +0000 Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
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.
Thu, 12 Aug 2010 20:53:27 +0000 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Tue, 27 Jul 2010 18:38:11 +0000 Refactoring and fine tuning for Linux GUI.
Sat, 24 Jul 2010 20:15:49 +0000 Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
Sun, 18 Jul 2010 12:38:01 +0000 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
Sun, 04 Jul 2010 12:49:16 +0000 Fixed Issue 82.
Sun, 04 Jul 2010 12:12:37 +0000 Fixed Issue 66.
Sun, 27 Jun 2010 13:02:02 +0000 Fixed Issue 71.
Sun, 27 Jun 2010 10:54:19 +0000 Fixed Issue 76.