| 2008-07-06 |
Release the bar color after creating it. Fixes a leak that I found using leaks.
|
file | diff | annotate |
| 2007-11-19 |
Notifications now properly display a close widget when appearing under the mouse. This requires displays to call [super drawRect:rect]; and will documented for display authors.
|
file | diff | annotate |
| 2007-09-03 |
Fixed color selection for the iCal Preferences to use a tag instead of the title of the menu items and to utilize bindings. Fixes iCal color selection in non-English langauges.
|
file | diff | annotate |
| 2007-06-21 |
* Fix a crash which could occur when a mouse-over occurs immediately before the notification finishes leaving the screen: we need to be sure to stop all transitions before releasing the window controller's dictionary of them, since their delegate is a weak-reference and the window controller is that delegate. Fixes #694
|
file | diff | annotate |
| 2007-06-18 |
iCal: corrected parenthesis around the parts of the CoreGraphics function outdata so that the opacity is applied to the title bar and the body of the message
|
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-15 |
Display plugins, turns off the ((feature)) that caused displays to be dispensed with when you mouse in and then out of the notifications, this also fixes the glitch where you would get a visual hiccup (double display) when you click the close widget after mousing into the display
|
file | diff | annotate |
| 2006-10-09 |
last one, non-bold systemFontOfSize.
|
file | diff | annotate |
| 2006-10-09 |
rosyna is apparently wrong. 11pt Lucida Grande.
|
file | diff | annotate |
| 2006-10-09 |
removing the text "priorities" from the nib since that's definitely not a color, and changing the display font to more closely match the font used in iCal (per Rosyna's text recognition engine)
|
file | diff | annotate |
| 2006-10-09 |
fixed up the iCal display, it was previously storing the name of the selected color scheme in a NSData object in the preference file, which is very much not necessary to store a NSString with the name of the color in it.
|
file | diff | annotate |
| 2006-10-07 |
removing some annoying NSLoggery that we don't need anymore.
|
file | diff | annotate |
| 2006-08-25 |
Adding Purple, the old Purple has been renamed to Pink. Purple is now used in Priorities.
|
file | diff | annotate |
| 2006-08-24 |
w00t! No more colour wells in iCal! We now have a pop-up menu with preset colours: Priorities, Purple, Green, Blue, Orange, and Red.
|
file | diff | annotate |
| 2006-08-23 |
iCal = Finished for now. Try it!
|
file | diff | annotate |
| 2006-08-21 |
Trying still to make a title bar; this code works without it.
|
file | diff | annotate |
| 2006-08-20 |
Fixing that radians bug (that was Apple code that I was testing and forgot to take out). Now we have similar code (commented) because it fails to function. Right now, I need to clip the gradient at 15px below the top to insert the titlebar.
|
file | diff | annotate |
| 2006-08-19 |
The Colours, Borders, and Background are correct for the iCal Display. However, I need to create a titlebar 15px tall at the top, with a background colour of (0.0588,0.2784,0.9137). If anyone wants to do it, they can.
|
file | diff | annotate |
| 2006-08-17 |
Commiting Find/Replace Al edits to iCal. Builds, and acts just like Bubbles right now. Or should.
|
file | diff | annotate |
| 2006-08-17 |
Adding iCal style stuffs based on Bubbles. So far, it's unedited; need to create the Target first...
|
file | diff | annotate |