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
*
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
*
|
|
Merge pull request #673 from clefebvre/symbolic-status-icons
Jon Lund Steffensen
2018-10-20
1
-10
/
+21
|
\
\
\
|
*
|
|
Status icon: Prefer symbolic icons when available
Clement Lefebvre
2018-10-02
1
-10
/
+21
*
|
|
|
Fix "Some translated strings are still in English" issue
Masanori Kakura
2018-08-29
8
-0
/
+31
|
/
/
/
*
|
|
Fix issue where quartz did not mark as unavailable
Jon Lund Steffensen
2018-05-20
1
-1
/
+16
*
|
|
config-ini: Properly respect XDG_CONFIG_HOME base directory specification
Masanori Kakura
2018-05-04
1
-5
/
+29
*
|
|
Fix #335: Set period to none when disabled
Matt Stobo
2017-10-30
1
-0
/
+1
*
|
|
options: Split parse functions
Jon Lund Steffensen
2017-10-19
1
-276
/
+277
*
|
|
Change preserve option to command line switch
Jon Lund Steffensen
2017-10-13
10
-66
/
+67
*
|
|
Add function for resetting color_setting_t
Jon Lund Steffensen
2017-10-13
1
-11
/
+20
*
|
|
Move options handling to separate file
Jon Lund Steffensen
2017-10-13
5
-715
/
+869
*
|
|
Move module structures out of headers
Jon Lund Steffensen
2017-10-13
17
-161
/
+109
*
|
|
Allocate module data in init functions
Jon Lund Steffensen
2017-10-13
11
-121
/
+138
*
|
|
Move module struct definitions to separate files
Jon Lund Steffensen
2017-10-13
19
-305
/
+237
*
|
|
add help message to redshift-gtk
Samuel Walladge
2017-10-13
1
-0
/
+5
*
|
|
quartz: Fix incorrect use of display identifier
Jon Lund Steffensen
2017-10-12
1
-3
/
+4
*
|
|
Fix bug where error code was not handled
Jon Lund Steffensen
2017-10-12
1
-1
/
+1
*
|
|
Fix missing checks and verbose output
Jon Lund Steffensen
2017-10-12
1
-12
/
+17
[next]