2009-12-28 Jon Lund Steffensen Add autoconf check for clock_gettime() and floor(). 2009-12-28 Jon Lund Steffensen Use clock_gettime() to read current time. 2009-12-28 Jon Lund Steffensen Use struct timespec instead of time_t for increased time precision. 2009-12-26 Jon Lund Steffensen Continously change color temperature (Add -o for one shot mode). In continous mode, make a short transition from 6500K to the target temperature when the program starts. 2009-12-25 Jon Lund Steffensen Allow compile time selection of which method to compile in. 2009-12-25 Jon Lund Steffensen Accept method names with different case. 2009-12-25 Jon Lund Steffensen VidMode: Fix memory leak. 2009-12-25 Jon Lund Steffensen Allow selection of X screen to apply adjustments to. 2009-12-25 Jon Lund Steffensen RANDR: Adjust color temperature fro all CRTCs. 2009-12-23 Jon Lund Steffensen Increment version to 0.2 2009-12-23 Jon Lund Steffensen Update ChangeLog, README and NEWS 2009-12-23 Jon Lund Steffensen Add setting gamma ramps with the VidMode extension. Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work. 2009-12-23 Jon Lund Steffensen Move source and headers to src dir. 2009-12-23 Jon Lund Steffensen Move RandR code to separate file. 2009-12-23 Jon Lund Steffensen Rescale blackbody values above 6500K to be in [0,1]. 2009-12-23 Jon Lund Steffensen Update NEWS 2009-11-04 Jon Lund Steffensen Add autotools support. 2009-11-04 Jon Lund Steffensen Add COPYING file (GPLv3). Add copyright and license in file headers. 2009-11-04 Jon Lund Steffensen Allow individual adjustment of each gamma channel. 2009-11-04 Jon Lund Steffensen Make transition period a bit shorter. 2009-11-04 Jon Lund Steffensen Have color temperature transition period be DEFINEd at the top. 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-04 Jon Lund Steffensen Use getopt() to parse arguments. 2009-11-04 Jon Lund Steffensen Initial import.