Plugins/Displays/iCal/GrowliCalWindowController.m
2008-07-06 CFRelease the duration preference value if we get one. Found by the clang static analyzer.
2007-10-11 warnings -= 6
2007-10-05 Fixed issue reported by dzurn on the forums at http://forums.cocoaforge.com/viewtopic.php?sid=a4bebe12af7bf3ba65c06a35c85f26f6&p=97194#97194 : We now default to the menu bar's screen if the desired screen is not available when we attempt to display a notification.
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-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-06-21 * Cleanup initial setting of the display duration to use -[self setDisplayDuration] rather than assigning one of super's ivars directly and to be more understandable.
2007-05-25 Made coalescing of displays in the middle of a transition smooth, and fixed coalescing of nano and music video
2007-05-25 Fixed repositioning when a coalesced notification needs more space than it previously had reserved
2007-05-11 NSWindowController retains its window. The previous implementation made it look like it didn't... but really, we were leaking the window in init and then making up for it by releasing the window in dealloc. Now with less magic.
2007-05-10 Moved releases of these views to the right place -- the point at which we've given up ownership of them. Also, removed unused indentifier ivars and accessors where appropriate
2007-03-06 Goodbye HTML title and description, we hardly knew ye. Remove all traces from architecture and display plugins. Fixes #667.
2007-01-19 Fixes #657 - Add application-specified positioning. Changes in this include a redesigned layout for the Configure section of the Apps tab, 2 new values in application tickets (position type and custom position), and updates to the way in which selected position is accessed by all the displays.
2006-11-28 iCal display style now respects positioning and cascading.
2006-08-17 Commiting Find/Replace Al edits to iCal. Builds, and acts just like Bubbles right now. Or should.
2006-08-17 Adding iCal style stuffs based on Bubbles. So far, it's unedited; need to create the Target first...