aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow compile time selection of which method to compile in.Jon Lund Steffensen2009-12-253-26/+130
|
* Accept method names with different case.Jon Lund Steffensen2009-12-251-5/+10
|
* VidMode: Fix memory leak.Jon Lund Steffensen2009-12-251-1/+3
|
* Allow selection of X screen to apply adjustments to.Jon Lund Steffensen2009-12-256-17/+46
|
* RANDR: Adjust color temperature fro all CRTCs.Jon Lund Steffensen2009-12-251-34/+48
|
* Increment version to 0.2Jon Lund Steffensen2009-12-231-1/+1
|
* Update ChangeLog, README and NEWSJon Lund Steffensen2009-12-233-8/+70
|
* 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