summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-07Fix commit 5e0236010162c677abdf043c12c8b06c0b391dc0HEADmasterJames Cloos1-1/+1
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-110/+10
2006-01-22Replace private png output with cairo_surface_write_to_pngKeith Packard5-68/+89
Rewrite for new API, eliminating most X objects and using only cairo objects instead (much cleaner looking).
2005-06-21Update to work with cairo 0.5.0.Carl Worth9-247/+61
Remove in favor of cairo_surface_write_to_png.
2004-07-19autoconf 2.57 is perfectly suitable, only require that and higher.Eric Anholt2-1/+6
2004-06-18Draw the shadows all together to make them look betterKeith Packard4-23/+49
2004-03-28New.Phil Blundell2-0/+7
2004-03-25mention that Makefile was deletedPhil Blundell1-0/+1
2004-03-25Autoconfiscate.Phil Blundell1-0/+5
New files.
2004-03-25*** empty log message ***Phil Blundell6-21/+47
2003-12-10Remove reference to deprecated cairo-xlib.h.Carl Worth2-1/+4
2003-12-02Add '-o' flag to make an ARGB32 clock that is opaque in the middle.Keith Packard2-9/+19
2003-12-02Add '-a' ratio to preserve 1-1 aspect ratio.Keith Packard3-33/+82
Make hands look more like physical clock.
2003-12-02Keep cairo_t around (creating them turns out to be expensive) UseKeith Packard3-16/+29
XEventsQueued instead of XFlush to avoid lost queued events Eliminate discs from minute/second hand as wasted computation.
2003-12-02Add fdfacepng program, split clock into many files. make backgroundKeith Packard12-405/+793
generation a bit more efficient for opaque case. Add translucent disc for translucent case. Add options to fdclock program
2003-12-01Shrink default size to 150x150. Fix hour adjustment for minute angle. AddKeith Packard2-6/+55
WMProperties. Clear temporary surfaces using CAIRO_OPERATOR_SRC.
2003-12-01Make clock translucent using ARGB visual where available.Keith Packard2-19/+101
2003-12-01Draw shadow before hand so that it appears under the hand at leastCarl Worth2-4/+10
somewhat. Still requires a black hand to look decent.
2003-12-01Import demo clock (really horrible code)keithpKeith Packard0-0/+0
2003-12-01Initial revisionKeith Packard4-0/+646