Plugins/Displays/Bezel/GrowlBezelWindowView.m
2009-08-01 Plugins: clang warnings
2009-07-07 committing Nick Zitzmann's patch with additional project changes in order for the prefpane to actually load in 64-bit mode under System Preferences, oddly we were linking to SystemUIPlugin.framework unnecessarily which was causing a GC mismatch and resulting it in relaunching in 32-bit mode
2007-11-19 Notifications now properly display a close widget when appearing under the mouse. This requires displays to call [super drawRect:rect]; and will documented for display authors.
2007-06-21 * Fix a crash which could occur when a mouse-over occurs immediately before the notification finishes leaving the screen: we need to be sure to stop all transitions before releasing the window controller's dictionary of them, since their delegate is a weak-reference and the window controller is that delegate. Fixes #694
2007-01-15 Display plugins, turns off the ((feature)) that caused displays to be dispensed with when you mouse in and then out of the notifications, this also fixes the glitch where you would get a visual hiccup (double display) when you click the close widget after mousing into the display
2006-04-08 Closeboxes are now available on displays by default.
2006-01-18 Deloggification
2005-12-27 warnings -= a lot:
2005-12-03 brings bezel up to the same basic working state as bubbles and brushed, real notifications will result in this display sticking on screen. duration is respected only if triggered as a preview in the prefpane.
2005-10-26 Forgot to remove the commented out portions
2005-10-26 Removing the Glass texture. It was nice, and good work, but after some usability tests with some real folks, concluded that it is not usable and shouldn't be maintained. Resolves #321
2005-10-18 Fixed #487 (Use Apple Events to add Growl to login items)
2005-10-06 * Renamed dispatchToThread to dispatchDrawingToThread: to reflect its purpose.
2005-10-03 [super drawRect:] is now needed for drawing properly.
2005-08-15 Use CoreGraphics to draw rounded rectangles
2005-06-23 Moving Display\ Plugins to Plugins/Displays.