Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SwifTools
/
Notifier
/
GrowlNotifier.h
Age
Commit message (
Expand
)
Author
2016-09-26
Use const std::unique_ptr for pimpl idiom usage
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2014-12-15
Update Copyright In SwifTools
Kevin Smith
2012-03-15
Added purge to Growl.
Remko Tronçon
2012-03-14
Dispose of notification callbacks once the account signs out.
Kevin Smith
2012-03-09
Handle double growl callbacks.
Remko Tronçon
2011-12-24
Enable "Show notifications" toggle when Growl isn't installed.
Remko Tronçon
2011-12-23
Updated Growl notifier to work against Growl 1.3.
Remko Tronçon
2011-04-30
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2010-10-30
Register default Growl notifications correctly.
Remko Tronçon
2010-10-23
Don't lose notification enabledness when the user changes status.
Remko Tronçon
2010-10-04
Disable the notifier when going to DND.
Remko Tronçon
2010-09-15
Added Snarl notification support
Remko Tronçon
2010-09-12
Move Notifier to SwifTools
Remko Tronçon