- Source and XCode project files (496 K);
- MacOS 10.4 executable (47 K). I don't think it will work on 10.3, but it shouldn't require the development libraries.
All the preferences work, and I think it doesn't leak. I'm not sure how good it is about CPU usage.
The application icon is kinda crappy. Someone make me a nicer one!
I played around with making it use CGContextClipToMask to draw a 1bpp bitmap instead of using NSImage-drawInRect, but I couldn't see how to do that and have transparency still work. I'm also not sure it would make that much of a difference anyway; any informed opinions? (It's in DaliClockView-drawRect).