blob: 99ab11236f8b2cf529cfd95f17707ff6bbe8ab01 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
2009-12-28 Jon Lund Steffensen <jonlst@gmail.com>
Add autoconf check for clock_gettime() and floor().
2009-12-28 Jon Lund Steffensen <jonlst@gmail.com>
Use clock_gettime() to read current time.
2009-12-28 Jon Lund Steffensen <jonlst@gmail.com>
Use struct timespec instead of time_t for increased time precision.
2009-12-26 Jon Lund Steffensen <jonlst@gmail.com>
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 <jonlst@gmail.com>
Allow compile time selection of which method to compile in.
2009-12-25 Jon Lund Steffensen <jonlst@gmail.com>
Accept method names with different case.
2009-12-25 Jon Lund Steffensen <jonlst@gmail.com>
VidMode: Fix memory leak.
2009-12-25 Jon Lund Steffensen <jonlst@gmail.com>
Allow selection of X screen to apply adjustments to.
2009-12-25 Jon Lund Steffensen <jonlst@gmail.com>
RANDR: Adjust color temperature fro all CRTCs.
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
Increment version to 0.2
2009-12-23 Jon Lund Steffensen <jonlst@gmail.com>
Update ChangeLog, README and NEWS
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.
|