| 2009-08-01 |
PrefPane: clang warnings and setup for Sparkle
|
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 |
| 2007-10-02 |
Rather than computing an array of keys from the dictionary, let's just use the array of keys we already have.
|
file | diff | annotate |
| 2007-05-09 |
Designated initializer, always
|
file | diff | annotate |
| 2007-01-19 |
Deloggify - I didn't mean to merge the part of [3856] which was later removed :P
|
file | diff | annotate |
| 2007-01-19 |
Finished merge of [3856]
|
file | diff | annotate |
| 2007-01-19 |
Merged [3856] from growl-0.7: Significant performance improvements when preferences change... especially when
|
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-02-09 |
Minor optimization: {{{s/isEqualTo/isEqual/}}}
|
file | diff | annotate |
| 2006-01-27 |
Updated copyright year
|
file | diff | annotate |
| 2006-01-25 |
Added a GROWL_APP_ID key to the registration dictionary which makes it easier to look up the full path of the application. The field is filled automatically by GAB.
|
file | diff | annotate |
| 2006-01-20 |
Save the ticket to disk only if it has actually changed during re-registration
|
file | diff | annotate |
| 2005-12-27 |
* HACKING compliance:
|
file | diff | annotate |
| 2005-12-25 |
Deloggification
|
file | diff | annotate |
| 2005-12-25 |
Added GROWL_NOTIFICATIONS_DESCRIPTIONS, which as with GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES allows registration dictionaries to indicate a description of when the events occur.
|
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-11-28 |
Merge branch @ [3238] into trunk
|
file | diff | annotate |
| 2005-10-01 |
GrowlDisplayPlugin protocol -> GrowlDisplayPlugin class.
|
file | diff | annotate |
| 2005-09-23 |
Restored the Cocoa nature to GrowlPathUtilities.
|
file | diff | annotate |
| 2005-09-20 |
Fixed some warnings introduced in gcc 4.0.1
|
file | diff | annotate |
| 2005-09-19 |
- Fixed #365 (added a realclean target to the release makefile)
|
file | diff | annotate |
| 2005-09-17 |
-[NSDictionary initWithContentsOfFile] -> createPropertyListFromURL
|
file | diff | annotate |
| 2005-09-16 |
NS[Mutable]DictionaryAdditions -> CF[Mutable]DictionaryAdditions
|
file | diff | annotate |
| 2005-09-14 |
Forgot to release iconData
|
file | diff | annotate |
| 2005-09-14 |
Fixed two memory leaks in fileURLWithAliasData. NSURLAdditions -> CFURLAdditions
|
file | diff | annotate |
| 2005-09-14 |
Forgot to retain the generic app icon
|
file | diff | annotate |
| 2005-09-14 |
Load icons lazily
|
file | diff | annotate |
| 2005-09-14 |
Load plug-ins lazily
|
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 |
Save the display plugin key in a GrowlNotificationTicket's dictionary representation.
|
file | diff | annotate |
| 2005-09-02 |
Allow editing a ticket by double-clicking in the applications table
|
file | diff | annotate |
| 2005-08-28 |
GrowlApplicationTicket used -[GrowlNotificationTicket disable] which no longer exists. Changed to use setEnabled:NO instead.
|
file | diff | annotate |
| 2005-07-26 |
{{{g/GrowlApplicationNotification/s//GrowlNotificationTicket/g}}}
|
file | diff | annotate |
| 2005-07-03 |
Compilation fixes
|
file | diff | annotate |
| 2005-07-02 |
- s/GrowlPathUtil/&ities/
|
file | diff | annotate |
| 2005-07-01 |
{{{s/GrowlPathUtil/&ities/}}}
|
file | diff | annotate |
| 2005-06-30 |
- use GrowlTicketController
|
file | diff | annotate |
| 2005-06-30 |
Updated Xcode project for new controller classes and applied some compilation fixes
|
file | diff | annotate |
| 2005-06-20 |
Added two new keys for notification dictionaries: GROWL_NOTIFICATION_TITLE_HTML and GROWL_NOTIFICATION_DESCRIPTION_HTML.
|
file | diff | annotate |
| 2005-06-10 |
- WebKit: accept and forward NSMouseMoved events to the correct view to allow :hover styles (fixes #215). TODO: find a way to receive NSMouseMoved events without activating the app.
|
file | diff | annotate |
| 2005-06-02 |
Remember the CARN rule: [http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSObject.html#//apple_ref/occ/instm/NSObject/copy -copy], [http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSObject.html#//apple_ref/occ/clm/NSObject/alloc alloc], [http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Protocols/NSObject.html#//apple_ref/occ/intfm/NSObject/retain retain], or [http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSObject.html#//apple_ref/occ/clm/NSObject/new new]. This object was not obtained from any such method, and therefore it should not be released.
|
file | diff | annotate |
| 2005-05-29 |
Added two NSDictionary(GrowlAdditions) and NSMutableDictionary(GrowlAdditions) which provide the boolForKey:, integerForKey: setBool:forKey: and setInteger:forKey: selectors.
|
file | diff | annotate |
| 2005-05-24 |
ScriptCommands now pass NSImages to the GrowlController instead of NSDatas
|
file | diff | annotate |
| 2005-05-16 |
[2362] part II
|
file | diff | annotate |
| 2005-05-14 |
autoreleases -= 6
|
file | diff | annotate |
| 2005-05-07 |
- Deloggification
|
file | diff | annotate |
| 2005-05-02 |
Fixed #143 (Enable or disable click handlers via the PreferencePane):
|
file | diff | annotate |
| 2005-04-26 |
Removed trailing whitespace
|
file | diff | annotate |
| 2005-04-25 |
- Added GROWL_NOTIFICATION_IDENTIFIER to allow coalescing
|
file | diff | annotate |
| 2005-04-17 |
- Extended GrowlPluginController to handle WebKit styles
|
file | diff | annotate |
| 2005-04-16 |
- Moved GrowlBrowserEntry class to its own file.
|
file | diff | annotate |
| 2005-04-16 |
- changed +[GrowlController standardController]'s return type from id to GrowlController * (fixing a warning in -[GrowlPathway registerApplicationWithDictionary]
|
file | diff | annotate |
| 2005-04-13 |
We now record if NSWorkspace is unable to find an application. This allows us to bypass costly calls to fullPathForApplication during startup. If an application moves, its path will still be updated when it re-registers.
|
file | diff | annotate |
| 2005-04-10 |
Removed more of the old tableview datasource code
|
file | diff | annotate |
| 2005-04-10 |
The preference pane now uses bindings for the NSTableViews. I needed to make some accessors in GrowlApplicationTicket and GrowlApplicationTicket KVC compliant. I hope I set all the new bindings correctly in both the German and the English NIB...
|
file | diff | annotate |
| 2005-04-06 |
The application name is now optional in auto-discoverable reg dicts.
|
file | diff | annotate |
| 2005-04-02 |
Avoided autoreleased NSNumber objects
|
file | diff | annotate |
| 2005-04-02 |
- use constant for @"com.growl.prefpanel"
|
file | diff | annotate |
| 2005-04-01 |
- replaced @"CFBundleVersion" and @"CFBundleExecutable" with the constants kCFBundleVersionKey and kCFBundleExecutableKey
|
file | diff | annotate |
| 2005-03-31 |
- moved all plugin metadata handling into GrowlPluginController, removed pluginInfo method from GrowlDisplayProtocol
|
file | diff | annotate |