| 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-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
|
file | diff | annotate |
| 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
|
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 |
Fixed repositioning when a coalesced notification needs more space than it previously had reserved
|
file | diff | annotate |
| 2007-05-25 |
Coalescing support
|
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 |
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
|
file | diff | annotate |
| 2007-05-09 |
Remove warning and junk comments
|
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-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.
|
file | diff | annotate |
| 2006-11-28 |
Smoke now respects positioning and cascading.
|
file | diff | annotate |
| 2006-02-13 |
{{{s/GrowlExpansionDirection/enum &/}}}
|
file | diff | annotate |
| 2006-01-27 |
Updated copyright year
|
file | diff | annotate |
| 2006-01-25 |
Some fixes to get WebKit plugins working again (still broken after this commit)
|
file | diff | annotate |
| 2006-01-20 |
Smoke: restored the 0.7.x behavior that notifications don't fade out while the mouse pointer is over them
|
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-29 |
* deals with a number of warnings we were getting from the display plugins
|
file | diff | annotate |
| 2005-12-27 |
* HACKING compliance:
|
file | diff | annotate |
| 2005-12-27 |
Fixed indentation
|
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 |
Why not just remove unused variables? Anyways, you can't use apostrophes in warnings.
|
file | diff | annotate |
| 2005-12-24 |
warnings, errors and nibs.
|
file | diff | annotate |
| 2005-12-11 |
MAJOR W00tAGE!!!....Positioning is in. It's rough but it works. An informal protocol is declared in GrowlPositionController.h and it is implemented in GrowlDisplayWindowController subclasses. I need to document the method in GPC that takes care of the work but the basic gist is you only need to specify a few basic parameters in subclasses and GPC takes care of the rest. There are lots of rough edges. Currently it doesnt take into account multiple screens (though this should be easy to work in) and it only uses one spacing value for all display types - someone may care to improve this. Seeing it in action though, Im not even sure it it will be needed. All the working displays have been ported. It also kinda makes the old GrowlPosition based stuffs a little redundant (it doesnt use them at all, it only uses the reservation methods). Once again W00t.
|
file | diff | annotate |
| 2005-12-10 |
smoke should now work like the others
|
file | diff | annotate |
| 2005-10-13 |
Display plugins now use accessors rather then accessing ivars directly. Refs #436.
|
file | diff | annotate |
| 2005-10-02 |
Changed initWithDictionary:(NSDictionary *) methods to initWithNotification:(GrowlApplicationNotification *)
|
file | diff | annotate |
| 2005-09-19 |
- Fixed #365 (added a realclean target to the release makefile)
|
file | diff | annotate |
| 2005-09-18 |
- Fixed #323 (Option to disable bezel transition)
|
file | diff | annotate |
| 2005-09-16 |
NS[Mutable]DictionaryAdditions -> CF[Mutable]DictionaryAdditions
|
file | diff | annotate |
| 2005-09-01 |
Fixed coalesced notifications growing upwards (http://forums.cocoaforge.com/viewtopic.php?t=4724)
|
file | diff | annotate |
| 2005-06-26 |
Make it work
|
file | diff | annotate |
| 2005-06-26 |
Make it compile
|
file | diff | annotate |
| 2005-06-23 |
Moving Display\ Plugins to Plugins/Displays.
|
file | diff | annotate |