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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
style
Mattias Andrée
2025-03-08
13
-90
/
+81
*
.lat{ => itude}, .lon{ => gitude}
Mattias Andrée
2025-03-08
4
-19
/
+19
*
minor misc improvements
Mattias Andrée
2025-03-08
3
-119
/
+157
*
Fix warnings
Mattias Andrée
2025-03-08
4
-7
/
+22
*
misc
Mattias Andrée
2025-03-08
9
-96
/
+141
*
Use eprintf rather than deferring exit
Mattias Andrée
2025-03-08
1
-51
/
+25
*
Misc improvements
Mattias Andrée
2025-03-08
6
-108
/
+121
*
Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.c
Mattias Andrée
2025-03-07
3
-15
/
+15
*
Use libred to calculate the solar elevation
Mattias Andrée
2025-03-07
6
-248
/
+13
*
Remove unused code
Mattias Andrée
2025-03-07
2
-134
/
+0
*
misc minor improvements
Mattias Andrée
2025-03-07
2
-31
/
+33
*
Misc improvements
Mattias Andrée
2025-03-07
21
-749
/
+791
*
style
Mattias Andrée
2025-03-06
3
-187
/
+105
*
Update redshift to redshift-ng
Mattias Andrée
2025-03-06
21
-84
/
+84
*
style and some minor fixes
Mattias Andrée
2025-03-06
18
-664
/
+489
*
Style
Mattias Andrée
2025-03-06
18
-892
/
+556
*
Fix warning
Mattias Andrée
2025-03-05
1
-0
/
+1
*
Fix warnings
Mattias Andrée
2025-03-05
12
-22
/
+79
*
Mention after fork that SIGCHLD is ignored
Mattias Andrée
2025-03-05
1
-0
/
+1
*
Style and warnings
Mattias Andrée
2025-03-05
10
-216
/
+286
*
Just use double, no mixing in float
Mattias Andrée
2025-03-05
6
-37
/
+32
*
Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32
Mattias Andrée
2025-03-05
5
-12
/
+12
*
Merge config-ini.h and options.h into common.h
Mattias Andrée
2025-03-05
7
-116
/
+61
*
cleanup + cast + use pipe2 on linux
Mattias Andrée
2025-03-05
4
-46
/
+52
*
Nicer X macros
Mattias Andrée
2025-03-05
3
-16
/
+15
*
Cleanup and style update (avoid typedef)
Mattias Andrée
2025-03-05
24
-720
/
+452
*
Merge redshift.h into common.h
Mattias Andrée
2025-03-05
6
-162
/
+131
*
Remove old #include
Mattias Andrée
2025-03-05
1
-2
/
+0
*
Move redshift-gtk/ to root
Mattias Andrée
2025-03-05
7
-812
/
+0
*
Unify header files (so far most)
Mattias Andrée
2025-03-05
28
-516
/
+138
*
Use colour temperature table from libred
Mattias Andrée
2025-03-05
3
-276
/
+13
*
Resolve redshift/issues/223: redshift-gtk: fix title of window to Redshift
Mattias Andrée
2025-03-05
1
-1
/
+1
*
Merge branch 'homeless-users-and-nonusers' of https://github.com/maandree/redshift
Mattias Andrée
2025-03-05
1
-9
/
+23
|
\
|
*
Improve error messages that are printed when the user's home directory cannot be determine
Mattias Andrée
2015-05-05
1
-2
/
+4
|
*
Support (but warn) that the user does not have an passwd entry or a home set in the passwd entry. Also, getpwent can fail: handle that.
Mattias Andrée
2015-05-05
1
-4
/
+16
*
|
Merge branch 'master' of https://github.com/webkadiz/redshift
Mattias Andrée
2025-03-05
1
-0
/
+6
|
\
\
|
*
|
Add signal exit handler for SIGQUIT
Webkadiz
2021-06-23
1
-0
/
+6
*
|
|
Merge branch 'add-preserve-gamma-config-option' of https://github.com/kenoh/redshift
Mattias Andrée
2025-03-05
1
-0
/
+4
|
\
\
\
|
*
|
|
Add preserve-gamma configuration option
Matúš Honěk
2019-04-29
1
-0
/
+4
*
|
|
|
Merge branch 'coopgamma' of https://github.com/maandree/redshift
Mattias Andrée
2025-03-05
14
-66
/
+671
|
\
\
\
\
|
*
|
|
|
Add coopgamma backend
Mattias Andrée
2016-12-19
19
-81
/
+697
*
|
|
|
|
Update my e-mail address
Mattias Andrée
2025-03-05
4
-4
/
+4
*
|
|
|
|
config.mk: make pkg-config replacable and list all pkg-config covered libraries in on macro
Mattias Andrée
2025-03-05
1
-2
/
+8
*
|
|
|
|
Merge branch 'typo'
Mattias Andrée
2025-03-04
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
src/redshift.c: Fix typo in error message
nicoo
2020-12-11
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
add definitions needed to enable operation
Mattias Andrée
2025-03-04
1
-1
/
+2
*
|
|
|
|
Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng
Mattias Andrée
2025-03-04
4
-108
/
+66
|
/
/
/
/
*
|
/
/
src/redshift.c: Use localtime_s() on Windows
Masanori Kakura
2020-06-13
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fix #386: added more suspend durations as requested
hubvu
2019-03-03
1
-1
/
+3
*
|
|
Fixes #578: Allow hash as comment character
Jon Lund Steffensen
2018-10-20
1
-2
/
+2
[next]