blob: 1c281c03c4b93f52c92266502b1db4ebbd64d05f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
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 <jonlst@gmail.com>
Move source and headers to src dir.
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
Move RandR code to separate file.
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
Rescale blackbody values above 6500K to be in [0,1].
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
Update NEWS
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
Add autotools support.
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
Add COPYING file (GPLv3).
Add copyright and license in file headers.
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
Allow individual adjustment of each gamma channel.
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
Make transition period a bit shorter.
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
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 <jonlst@gmail.com>
Use getopt() to parse arguments.
2009-11-04 Jon Lund Steffensen <jonlst@gmail.com>
Initial import.
|