summaryrefslogtreecommitdiff
path: root/fdclock.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-22Replace private png output with cairo_surface_write_to_pngKeith Packard1-52/+59
2005-06-21Update to work with cairo 0.5.0.Carl Worth1-19/+24
2004-06-18Draw the shadows all together to make them look betterKeith Packard1-0/+1
2003-12-10Remove reference to deprecated cairo-xlib.h.Carl Worth1-1/+0
2003-12-02Add '-o' flag to make an ARGB32 clock that is opaque in the middle.Keith Packard1-9/+14
2003-12-02Add '-a' ratio to preserve 1-1 aspect ratio.Keith Packard1-11/+27
2003-12-02Keep cairo_t around (creating them turns out to be expensive) UseKeith Packard1-5/+3
2003-12-02Add fdfacepng program, split clock into many files. make backgroundKeith Packard1-400/+145
2003-12-01Shrink default size to 150x150. Fix hour adjustment for minute angle. AddKeith Packard1-6/+47
2003-12-01Make clock translucent using ARGB visual where available.Keith Packard1-14/+98
2003-12-01Draw shadow before hand so that it appears under the hand at leastCarl Worth1-4/+4
2003-12-01Initial revisionKeith Packard1-0/+435