| 2008-07-06 |
CFRelease the duration preference value if we get one. Found by the clang static analyzer.
|
file | diff | annotate |
| 2007-10-11 |
warnings -= 6
|
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-09-11 |
MusicVideo now works properly on screens besides screen 0. Non-main screens have origins which are not 0,0, so the origin portion of the screen's frame should be taken into account in all calculations.
|
file | diff | annotate |
| 2007-09-10 |
default duration in MusicVideo was incorrectly labeled as GrowlBubblesDurationPrefDefault
|
file | diff | annotate |
| 2007-09-10 |
After initializing the window, set the display duration (was working only coincidentally when done before the initialization) and the transition duration (was not previously being set, so was using the default value) for music video. Music Video now transitions in/out in 0.3 seconds, as it did (accidentally) in Growl 0.7.x
|
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 |
Minor cleanup
|
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 MusicVideo deallocates
|
file | diff | annotate |
| 2007-05-09 |
Remove duplicative (and harmful) override of didFinishTransitionsBeforeDisplay.
|
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 |
| 2006-12-20 |
adds a fading transition to the MusicVideo display, from geeksrus on the forums.
|
file | diff | annotate |
| 2006-03-10 |
MusicVideo should never be sticky
|
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 |
| 2006-01-01 |
driving me insane
|
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-24 |
warnings, errors and nibs.
|
file | diff | annotate |
| 2005-12-22 |
wipe effect stuff for MV
|
file | diff | annotate |
| 2005-12-11 |
blank GrowlWipeWindowTransition for now, hooked into the MusicVideo growlstyle
|
file | diff | annotate |
| 2005-12-10 |
fixes MusicVideo to correctly slide up from the bottom of multiple screens again.
|
file | diff | annotate |
| 2005-12-10 |
music video updated to slide on and off of the display, the only thing left appears to be the wipe transition effect
|
file | diff | annotate |
| 2005-12-04 |
MusicVideo, just as broken as the other 3 working plugins. Displays near the top of the screen :)
|
file | diff | annotate |
| 2005-10-13 |
Display plugins now use accessors rather then accessing ivars directly. Refs #436.
|
file | diff | annotate |
| 2005-08-25 |
Cheap MusicVideo optimization: invalidate a smaller rectangle.
|
file | diff | annotate |
| 2005-08-25 |
Removed parent NSView of GrowlMusicVideoWindowView, it is now the contentView of its window.
|
file | diff | annotate |
| 2005-06-26 |
Make it compile
|
file | diff | annotate |
| 2005-06-23 |
Moving Display\ Plugins to Plugins/Displays.
|
file | diff | annotate |