| 2009-09-05 |
Removed redundant declaration of +[GrowlApplicationBridge notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:identifier:], introduced in 92e61e67284c with an additional parameter.
|
file | diff | annotate |
| 2007-09-11 |
By 0.8, we mean 1.1.
|
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-20 |
Fixes Ticket #664
|
file | diff | annotate |
| 2006-10-09 |
The application bridge now retrieves the app name and icon data from the registration dictionary. These means that the app name is now optional, not required, when posting notifications using the framework. Fixes #639.
|
file | diff | annotate |
| 2006-01-27 |
Updated copyright year
|
file | diff | annotate |
| 2005-12-25 |
In the registration dictionary, applications can now give an NSDictionary on the key GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES which contains:
|
file | diff | annotate |
| 2005-07-07 |
Removing duplicate symbols from GAB.h.
|
file | diff | annotate |
| 2005-06-22 |
Changed the framework method for sending HTML content to allow both plaintext and HTML content.
|
file | diff | annotate |
| 2005-06-20 |
Added notifyWithTitle:description:notificationName:iconData:priority::::: which adds a useHTML parameter.
|
file | diff | annotate |
| 2005-06-13 |
- Added +[GAB frameworkInfoDictionary]
|
file | diff | annotate |
| 2005-06-05 |
Better error checking when writing the regdict file
|
file | diff | annotate |
| 2005-05-29 |
Added a notifyWithTitle:::::::: variant which adds an identifier parameter to GAB
|
file | diff | annotate |
| 2005-05-28 |
Removed trailing whitespace
|
file | diff | annotate |
| 2005-05-26 |
Adding delegate method {{{-applicationIconForGrowl}}}, which is typed as returning {{{NSImage}}} instead of {{{NSData}}}. Like the {{{-applicationIconDataForGrowl}}} method that it deprecates, however, it will accept the other type (creating an {{{NSImage}}} from an {{{NSData}}} if possible).
|
file | diff | annotate |
| 2005-05-13 |
In HeaderDoc comments: Added <code> tags; some rewrapping.
|
file | diff | annotate |
| 2005-04-26 |
Removed trailing whitespace
|
file | diff | annotate |
| 2005-04-25 |
Added a growlNotificationTimedOut callback to the delegate
|
file | diff | annotate |
| 2005-04-16 |
Sweeping changes to GAB:
|
file | diff | annotate |
| 2005-04-09 |
Now even the registration dictionary is optional, since GAB now uses the auto-discoverable plist if there is one.
|
file | diff | annotate |
| 2005-03-05 |
Hugemongous reorg. All source files for the prefpane and GHA are now in Core/Source; all source files for the frameworks are now in Framework/Source; all source files between any two or more of the three are in Common/Source.
|
file | diff | annotate |