Mercurial
Growl (stable)
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
|
help
(0)
tip
Common/Source/GrowlPathUtilities.m
2009-08-01
Common: clang warning
file
|
diff
|
annotate
2009-07-07
committing Nick Zitzmann's patch with additional project changes in order for the prefpane to actually load in 64-bit mode under System Preferences, oddly we were linking to SystemUIPlugin.framework unnecessarily which was causing a GC mismatch and resulting it in relaunching in 32-bit mode
file
|
diff
|
annotate
2008-05-09
We now record all notifications from all pathways in a central location: ~/Library/Application Support/Growl/Saved Notifications. That directory contains one subdirectory per day, and each of those subdirectories contains plist files which are named in the pattern “Growl saved notification #NUMBER.plist” (where NUMBER increases monotonically from 0).
file
|
diff
|
annotate
2008-02-17
Changed -runningHelperAppBundle to not call bundleWithIdentifier:, so that it isn't dependent on whether a bundle with that identifier was ever previously instantiated from another method.
file
|
diff
|
annotate
2008-02-09
GrowlPathUtilities' search for the GrowlHelperApp bundle now looks for a running GHA process first. If found, it returns the bundle for that process.
file
|
diff
|
annotate
2008-02-07
Renamed HelperAppBundleIdentifier to GROWL_HELPERAPP_BUNDLE_IDENTIFIER, and moved it to GrowlDefinesInternal.h (just below GROWL_PREFPANE_BUNDLE_IDENTIFIER).
file
|
diff
|
annotate
2007-01-19
Fixed formatting error from previous checkin
file
|
diff
|
annotate
2007-01-19
Fixes Ticket #665
file
|
diff
|
annotate
2006-01-27
Updated copyright year
file
|
diff
|
annotate
2005-10-23
Removed unneeded #import
file
|
diff
|
annotate
2005-09-23
Restored the Cocoa nature to GrowlPathUtilities.
file
|
diff
|
annotate
2005-09-07
Fixed growlctl compilation
file
|
diff
|
annotate
2005-09-04
GrowlLog and GrowlPathUtilities were classes without instance methods, so I converted them to collections of C functions to avoid the messaging overhead.
file
|
diff
|
annotate
2005-09-03
Some smallish fixes: removed trailing whitespace, actually add the idle timer to the runloop, one method name started with a capital letter
file
|
diff
|
annotate
2005-07-07
Removing duplicate symbols from GAB.h.
file
|
diff
|
annotate
2005-07-06
Moved constants to {{{GrowlDefinesInternal.h}}}.
file
|
diff
|
annotate
2005-07-06
Added !GrowlPluginsDirectory.
file
|
diff
|
annotate
2005-07-03
Compilation fixes
file
|
diff
|
annotate
2005-07-02
- s/GrowlPathUtil/&ities/
file
|
diff
|
annotate
2005-07-02
Merging [2679] by ingmar: Replaced {{{+[NSBundle bundleForClass]}}} with {{{+[NSBundle bundleWithIdentifier]}}} which seems to be quite a bit faster
file
|
diff
|
annotate
2005-07-01
Renaming !GrowlPathGenerator to GrowlPathUtilities, for uniformity with GrowlVersionUtilities.
file
|
diff
|
annotate
|
base
(0)
tip