index
:
redshift-ng
master
Automatically adjust display colour temperature according the Sun
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
redshift.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-06
systemtime.c: Portably read current time on posix and windows.
Jon Lund Steffensen
1
-24
/
+93
2010-05-06
Don't call setlocale if NLS was disabled.
Jon Lund Steffensen
1
-1
/
+1
2010-05-06
Disable signal support if sys/signal.h was not found.
Jon Lund Steffensen
1
-0
/
+11
2010-05-05
Restructure help text and add comments for easier translation.
Jon Lund Steffensen
1
-8
/
+8
2010-05-05
Show default temperature values in help output.
Jon Lund Steffensen
1
-0
/
+8
2010-04-24
Add support for changing the temperature of a specific CRTC (randr only).
Alexandros Frantzis
1
-2
/
+7
2010-02-10
redshift.c: Handle -? parameter. This is also used when a parameter is
Jon Lund Steffensen
1
-10
/
+7
2010-02-10
Update help strings: --help does not actually work, change to -h.
Jon Lund Steffensen
1
-10
/
+10
2010-02-10
redshift.c: Use LOCALEDIR define.
Jon Lund Steffensen
1
-2
/
+2
2010-02-02
Add gettext support in redshift.
Jon Lund Steffensen
1
-66
/
+113
2010-01-09
Add some comments in the redshift.c.
Jon Lund Steffensen
1
-0
/
+9
2010-01-09
Fix formating of help message.
Jon Lund Steffensen
1
-3
/
+5
2010-01-09
Switch between enabled and disabled on USR1 signal.
Jon Lund Steffensen
1
-39
/
+102
2010-01-07
Fix: Terminate loop immediately on second exit signal.
Jon Lund Steffensen
1
-10
/
+10
2010-01-07
Handle both INT and TERM signals as exit signals.
Jon Lund Steffensen
1
-1
/
+2
2010-01-01
Make a short transition back to 6500K on program exit.
Jon Lund Steffensen
1
-17
/
+76
2010-01-01
Reuse X connection when adjusting gamma ramps.
Jon Lund Steffensen
1
-64
/
+127
2009-12-28
Use clock_gettime() to read current time.
Jon Lund Steffensen
1
-10
/
+50
2009-12-26
Continously change color temperature (Add -o for one shot mode).
Jon Lund Steffensen
1
-66
/
+126
2009-12-25
Allow compile time selection of which method to compile in.
Jon Lund Steffensen
1
-17
/
+61
2009-12-25
Accept method names with different case.
Jon Lund Steffensen
1
-5
/
+10
2009-12-25
Allow selection of X screen to apply adjustments to.
Jon Lund Steffensen
1
-7
/
+14
2009-12-23
Add setting gamma ramps with the VidMode extension.
Jon Lund Steffensen
1
-12
/
+44
2009-12-23
Move source and headers to src dir.
Jon Lund Steffensen
1
-0
/
+0
2009-12-23
Move RandR code to separate file.
Jon Lund Steffensen
1
-3
/
+3
2009-11-04
Add COPYING file (GPLv3).
Jon Lund Steffensen
1
-2
/
+18
2009-11-04
Allow individual adjustment of each gamma channel.
Jon Lund Steffensen
1
-5
/
+28
2009-11-04
Make transition period a bit shorter.
Jon Lund Steffensen
1
-2
/
+4
2009-11-04
Have color temperature transition period be DEFINEd at the top.
Jon Lund Steffensen
1
-12
/
+38
2009-11-04
Use getopt() to parse arguments.
Jon Lund Steffensen
1
-31
/
+87
[prev]