Plugins/Displays/Smoke/GrowlSmokeWindowView.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-29 closeButton: adds an option to allow the display plugin to decide where the close button should be placed, x=0,y=0 isn't always visually optimal for all displays.
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-04-08 Closeboxes are now available on displays by default.
2006-01-27 Updated copyright year
2006-01-20 Smoke: restored the 0.7.x behavior that notifications don't fade out while the mouse pointer is over them
2005-12-27 warnings -= a lot:
2005-11-28 Merge changes from [3240]:[3248] back into trunk since they were lost in the recent shuffle
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.