GUI/GadgetWindow.cs
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-06-22 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.
2010-11-21 Fixed Issue 137.
2010-11-16 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.
2010-10-04 Cleaned the macros up a bit.
2010-10-04 Fixed the context menu positioning as well, following the previous fix to multimonitor setups.
2010-10-04 Fixed an issue where the gadget would not be movable on an extra monitor positioned to the left of the primary monitor.
2010-09-30 Fixed some problems when compiling in Mono and running on Linux.
2010-09-13 Added a configurable font size and window width to the gadget.
2010-09-07 Fixed the GadgetWindow AlwaysOnTop option (could be lost by tracking "Show Desktop" events even when AlwaysOnTop = true).
2010-09-06 Added a desktop gadget implementation.