Plugins/Displays/Brushed/GrowlBrushedWindowView.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 Fixed notifications to remain on-screen as long as they are hovered and then leave the screen when the mouse exits them. Removed some duplicated code in the process. Fixes #689
2007-05-25 Animate size changes for existing displays
2007-03-06 Goodbye HTML title and description, we hardly knew ye. Remove all traces from architecture and display plugins. Fixes #667.
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-01-27 Updated copyright year
2005-12-03 dealing with a GHA crash that would occur if there wasn't a saved duration setting in the preferences file.
2005-11-28 Merge changes from [3240]:[3248] back into trunk since they were lost in the recent shuffle
2005-11-28 Merge branch @ [3238] into trunk
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-09-01 Fixed coalesced notifications growing upwards (http://forums.cocoaforge.com/viewtopic.php?t=4724)
2005-08-16 Fill and stroke the rounded rect paths in one operation
2005-08-15 Use CoreGraphics to draw rounded rectangles
2005-06-23 Moving Display\ Plugins to Plugins/Displays.