| 2008-07-06 |
CFRelease the duration preference value if we get one. Found by the clang static analyzer.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-06-21 |
Removed the 'wipe' transition from Nano and Music Video. Changed binding to use the tag instead of the index (significantly less fragile), assigning tags appropriately. Changed a couple series of #defines to being enums. Fixed 'fade' transition in Nano to work. Fixes #693
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-05-25 |
Made coalescing of displays in the middle of a transition smooth, and fixed coalescing of nano and music video
|
file | diff | annotate |
| 2007-05-11 |
Removed more cruft from the old positioning system. None of this was doing anything.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-05-10 |
Fixed crash when GrowlNanoWindowController deallocates, and removed unneeded ivar and accessor which are never used
|
file | diff | annotate |
| 2007-03-06 |
Goodbye HTML title and description, we hardly knew ye. Remove all traces from architecture and display plugins. Fixes #667.
|
file | diff | annotate |
| 2007-01-15 |
GrowlRipplingWindowTransition: adds a dashboard like ripple effect as a notification transition effect, this is just an initial checkin, it works, but its not pretty yet.
|
file | diff | annotate |
| 2007-01-14 |
Nano, Bezel: adds 1.1 compatibility for Nano and Bezel, they don't rely on the positioning controller for their placement because they are only ever displayed at a fixed position on screen. Nano now is displayed 1/4 of the screen width in from the right of the screen. Of course its positioning can be changed once app/notification level positioning is in.
|
file | diff | annotate |
| 2006-10-07 |
removing some annoying NSLoggery that we don't need anymore.
|
file | diff | annotate |
| 2006-07-09 |
completes the look for normal and huge views for nano, next up is adding the sticky display control
|
file | diff | annotate |
| 2006-01-27 |
Updated copyright year
|
file | diff | annotate |
| 2006-01-18 |
Deloggification
|
file | diff | annotate |
| 2006-01-17 |
defer NSView creation until the NSWindow is created, this might solve the 0.8 locking issue where GHA will just hang in {NSViewHierarchyLock unlockTopMostReader}
|
file | diff | annotate |
| 2005-12-27 |
* HACKING compliance:
|
file | diff | annotate |
| 2005-12-27 |
warnings -= a lot:
|
file | diff | annotate |
| 2005-12-25 |
Updated displays to use {{{-[GrowlPlugin pluginDescription]}}}
|
file | diff | annotate |
| 2005-12-25 |
reverted part of [3405] which wasn't intended to be committed
|
file | diff | annotate |
| 2005-12-25 |
More duplicate ivars
|
file | diff | annotate |
| 2005-12-22 |
adds the beginnings of Nano
|
file | diff | annotate |