aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen2009-12-237-16/+194
| | | | | Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.
* Move source and headers to src dir.Jon Lund Steffensen2009-12-239-5/+5
|
* Move RandR code to separate file.Jon Lund Steffensen2009-12-236-134/+195
|
* Rescale blackbody values above 6500K to be in [0,1].Jon Lund Steffensen2009-12-231-35/+35
|
* Update NEWSJon Lund Steffensen2009-12-231-0/+3
|
* Add autotools support.Jon Lund Steffensen2009-11-048-0/+409
|
* Add COPYING file (GPLv3).Jon Lund Steffensen2009-11-046-8/+764
| | | | Add copyright and license in file headers.
* Allow individual adjustment of each gamma channel.Jon Lund Steffensen2009-11-043-10/+33
|
* Make transition period a bit shorter.Jon Lund Steffensen2009-11-041-2/+4
|
* Have color temperature transition period be DEFINEd at the top.Jon Lund Steffensen2009-11-041-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.
* Use getopt() to parse arguments.Jon Lund Steffensen2009-11-043-35/+88
|
* Initial import.Jon Lund Steffensen2009-11-046-0/+735