| 2009-02-25 |
Fix GrowlMail's non-summary mode to not ask for the message body's attributed string on a secondary thread. This fixes an occasional crash with Safari 3, and a 100%-of-the-time crash with Safari 4 beta.
|
file | diff | annotate |
| 2009-02-24 |
Renamed -[Message showNotification] to -[Message GMShowNotification] to prevent namespace collisions if Apple ever adds a showNotification method of its own to the Message class.
|
file | diff | annotate |
| 2008-03-29 |
Found the problem: The return statement for bailing out of posting a notification when a copy was underway was guarded (I think accidentally) by an #ifdef that was only supposed to protect debug messages.
|
file | diff | annotate |
| 2008-03-29 |
Added debug messages to help me figure out why GrowlMail was posting notifications for message moves and copies.
|
file | diff | annotate |
| 2008-03-29 |
Added suicide-pill guards for cases where the messageCopies variable underflows or overflows.
|
file | diff | annotate |
| 2008-01-22 |
Merged the Growl-GrowlMail-rewrite branch (from [4640] when it was created to HEAD at [4755]) to trunk. This is Peter's conversion of GrowlMail to Cocoa and his and my various improvements and optimizations to it on that branch. I'll delete the branch next.
|
file | diff | annotate |
| 2007-09-16 |
GrowlMail fix: In Summary mode, rather than posting a single notification for every one or two messages that come in, post one notification (per account—this behavior is unchanged) after *all* the messages come in. Fixes #726.
|
file | diff | annotate |
| 2007-09-02 |
If an old Growl.framework loads, from another plugin, frameworkInfoDictionary won't be existant because that's new in 1.1. Handle this appropriately.
|
file | diff | annotate |
| 2007-09-02 |
Fixed incorrect casting; NSBundle and CFBundle are not toll-free bridged
|
file | diff | annotate |
| 2007-09-02 |
Fixed localizability and improper format of the Localizable.strings file
|
file | diff | annotate |
| 2007-02-27 |
GMInboxOnly should be a boolean preference, not an integer
|
file | diff | annotate |
| 2007-01-19 |
This is marginally better in that messages end up being marked as viewed... but the libray mailbox's count doesn't get updated, at least in IMAP
|
file | diff | annotate |
| 2006-11-09 |
Handle default values for preferences.
|
file | diff | annotate |
| 2006-08-17 |
Added a new notification type for notes
|
file | diff | annotate |
| 2006-08-14 |
GrowlMail now works on Leopard
|
file | diff | annotate |
| 2006-01-10 |
Rewrote GrowlMail as a category of {{{Library}}}. This results in ''much'' simpler code while improving stability and extensibility.
|
file | diff | annotate |
| 2006-01-08 |
* Added a preference to restrict notifications to messages in the INBOX (no GUI yet), references #378
|
file | diff | annotate |
| 2005-10-18 |
Fixed #487 (Use Apple Events to add Growl to login items)
|
file | diff | annotate |
| 2005-09-20 |
Fixed some more new warnings
|
file | diff | annotate |
| 2005-09-02 |
Allow editing a ticket by double-clicking in the applications table
|
file | diff | annotate |
| 2005-08-27 |
Fixed #379 (GrowlMail should show the associated message of the clicked notification)
|
file | diff | annotate |
| 2005-06-13 |
- Added +[GAB frameworkInfoDictionary]
|
file | diff | annotate |
| 2005-06-04 |
Replaced +[NSBundle bundleForClass] with +[NSBundle bundleWithIdentifier] which seems to be quite a bit faster
|
file | diff | annotate |
| 2005-06-01 |
GrowlMail:
|
file | diff | annotate |
| 2005-05-30 |
Use replacementObjectForPortCoder so that NSImages are sent as copies instead of references over DO.
|
file | diff | annotate |
| 2005-05-29 |
Minor cleanup and updated copyright notice
|
file | diff | annotate |
| 2005-05-27 |
GrowlMail:
|
file | diff | annotate |
| 2005-05-26 |
- Use NSCountedSet to simplify showSummary
|
file | diff | annotate |
| 2005-05-25 |
GrowlMail now sets itself as the Growl delegate even if Growl isn't installed, so that it will register when Growl is started.
|
file | diff | annotate |
| 2005-05-16 |
Localized new strings in GrowlSafari
|
file | diff | annotate |
| 2005-05-16 |
GrowlMail and GrowlSafari now link against Growl.framework weakly
|
file | diff | annotate |
| 2005-05-02 |
Fixed #143 (Enable or disable click handlers via the PreferencePane):
|
file | diff | annotate |
| 2005-04-21 |
- Transformed NSMenuExtra into a NSStatusItem (#161)
|
file | diff | annotate |
| 2005-04-13 |
Added automatic summary mode for GrowlMail (#150)
|
file | diff | annotate |
| 2005-04-08 |
- Same as [1946] for the German localization
|
file | diff | annotate |
| 2005-04-03 |
GrowlMail now uses Cocoa Bindings, too
|
file | diff | annotate |
| 2005-04-03 |
I have rid myself of ingmar's nasty GrowlMail click handler :)
|
file | diff | annotate |
| 2005-02-22 |
Make GrowlApplicationBridge the principal class for the Growl frameworks
|
file | diff | annotate |
| 2005-02-20 |
Use GrowlApplicationBridge in GrowlMail
|
file | diff | annotate |
| 2005-02-15 |
Don't link against the Growl framework as GrowlMail is a bundle itself
|
file | diff | annotate |
| 2005-02-15 |
Deleted the class name from the message. How'd that happen?
|
file | diff | annotate |
| 2005-02-15 |
GrowlMail now uses GrowlApplicationBridge instead of GrowlAppBridge, and uses the GrowlDefines.h in the framework, and uses Growl.framework instead of GrowlAppBridge.
|
file | diff | annotate |
| 2005-01-22 |
GrowlMail:
|
file | diff | annotate |
| 2005-01-21 |
GrowlMail:
|
file | diff | annotate |
| 2004-11-19 |
GrowlMail now with license filling.
|
file | diff | annotate |
| 2004-11-13 |
Moving GrowlSafari/Mail/Tunes to the Extras folder.
|
file | diff | annotate | base |