GUI/GadgetWindow.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Wed, 22 Jun 2011 22:36:17 +0000 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.
Sun, 21 Nov 2010 12:28:31 +0000 Fixed Issue 137.
Tue, 16 Nov 2010 21:48:26 +0000 Improved the moving and resizing of the gadget on multi-monitor systems. Fixed one problem where the underlying gadget window size would be reduced unrequested. Fine tuned the progress bar size in the gadget.
Mon, 04 Oct 2010 17:34:58 +0000 Cleaned the macros up a bit.
Mon, 04 Oct 2010 16:56:42 +0000 Fixed the context menu positioning as well, following the previous fix to multimonitor setups.
Mon, 04 Oct 2010 06:46:55 +0000 Fixed an issue where the gadget would not be movable on an extra monitor positioned to the left of the primary monitor.
Thu, 30 Sep 2010 20:59:21 +0000 Fixed some problems when compiling in Mono and running on Linux.
Mon, 13 Sep 2010 22:34:08 +0000 Added a configurable font size and window width to the gadget.
Tue, 07 Sep 2010 18:51:42 +0000 Fixed the GadgetWindow AlwaysOnTop option (could be lost by tracking "Show Desktop" events even when AlwaysOnTop = true).
Mon, 06 Sep 2010 19:53:13 +0000 Added a desktop gadget implementation.