aboutsummaryrefslogtreecommitdiffstats
path: root/solar.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-04Add COPYING file (GPLv3).Jon Lund Steffensen6-8/+764
Add copyright and license in file headers.
2009-11-04Allow individual adjustment of each gamma channel.Jon Lund Steffensen3-10/+33
2009-11-04Make transition period a bit shorter.Jon Lund Steffensen1-2/+4
2009-11-04Have color temperature transition period be DEFINEd at the top.Jon Lund Steffensen1-12/+38
Print current period (day, night, transition) when verbose. Call setlocale() with LC_CTYPE instead of LC_ALL otherwise parameter parsing is locale dependant which is confusing.
2009-11-04Use getopt() to parse arguments.Jon Lund Steffensen3-35/+88