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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc minor improvements
Mattias Andrée
2025-03-07
1
-31
/
+10
*
Misc improvements
Mattias Andrée
2025-03-07
1
-164
/
+88
*
style
Mattias Andrée
2025-03-06
1
-160
/
+84
*
Update redshift to redshift-ng
Mattias Andrée
2025-03-06
1
-4
/
+4
*
style and some minor fixes
Mattias Andrée
2025-03-06
1
-4
/
+4
*
Style
Mattias Andrée
2025-03-06
1
-288
/
+147
*
Fix warnings
Mattias Andrée
2025-03-05
1
-7
/
+19
*
Style and warnings
Mattias Andrée
2025-03-05
1
-71
/
+90
*
Just use double, no mixing in float
Mattias Andrée
2025-03-05
1
-13
/
+10
*
Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32
Mattias Andrée
2025-03-05
1
-3
/
+3
*
Merge config-ini.h and options.h into common.h
Mattias Andrée
2025-03-05
1
-2
/
+0
*
Cleanup and style update (avoid typedef)
Mattias Andrée
2025-03-05
1
-88
/
+60
*
Unify header files (so far most)
Mattias Andrée
2025-03-05
1
-41
/
+1
*
Merge branch 'coopgamma' of https://github.com/maandree/redshift
Mattias Andrée
2025-03-05
1
-6
/
+12
|
\
|
*
Add coopgamma backend
Mattias Andrée
2016-12-19
1
-16
/
+27
*
|
src/redshift.c: Fix typo in error message
nicoo
2020-12-11
1
-1
/
+1
*
|
src/redshift.c: Use localtime_s() on Windows
Masanori Kakura
2020-06-13
1
-0
/
+5
*
|
Fix #335: Set period to none when disabled
Matt Stobo
2017-10-30
1
-0
/
+1
*
|
Change preserve option to command line switch
Jon Lund Steffensen
2017-10-13
1
-6
/
+9
*
|
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
1
-715
/
+103
*
|
Allocate module data in init functions
Jon Lund Steffensen
2017-10-13
1
-68
/
+38
*
|
Move module struct definitions to separate files
Jon Lund Steffensen
2017-10-13
1
-131
/
+46
*
|
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
*
|
Time-based configuration
Jon Lund Steffensen
2017-10-11
1
-78
/
+274
*
|
redshift: Improve fade implementation
Jon Lund Steffensen
2017-08-30
1
-117
/
+164
*
|
Change term transition to fade
Jon Lund Steffensen
2017-08-30
1
-20
/
+19
*
|
geoclue2: Update continuously
Jon Lund Steffensen
2017-08-17
1
-0
/
+3
*
|
corelocation: Update continuously
Jon Lund Steffensen
2017-08-17
1
-0
/
+3
*
|
Change location providers to allow updates
Jon Lund Steffensen
2017-08-17
1
-65
/
+233
*
|
Remove deprecated geoclue 1 location provider
Jon Lund Steffensen
2017-08-16
1
-21
/
+0
*
|
Limit lines to 80 chars
Faheel Ahmad
2017-07-29
1
-4
/
+4
*
|
Fix #474: Format help text paragraph to 80 chars max
Faheel Ahmad
2017-07-27
1
-4
/
+3
*
|
redshift.c: Use 6500K and 4500K by default
Jon Lund Steffensen
2017-01-08
1
-2
/
+2
|
/
*
Move signal processing functions and sigaction calls to signals from redshift.c
Mattias Andrée
2015-12-28
1
-72
/
+6
*
Merge pull request #197 from forivall/clamp-fix
Jon Lund Steffensen
2015-05-10
1
-7
/
+3
|
\
|
*
Fix CLAMP macro overwritten by glib headers
Jordan Klassen
2015-05-02
1
-7
/
+3
*
|
remove unnecessary null-checks, it is safe to pass NULL to free (per documentation)
Mattias Andrée
2015-05-07
1
-2
/
+2
|
/
*
Fix #162: Ensure that interpolation alpha is in [0;1]
Jon Lund Steffensen
2015-01-15
1
-3
/
+5
*
fixes jonls/redshift#157 introduced by jonls/redshift@f9c2a1568c308ec69970662a8f5ceb8726e8d8cc
Christian Burger
2015-01-10
1
-2
/
+2
*
redshift: Add print_location() function
Jon Lund Steffensen
2015-01-04
1
-17
/
+22
*
redshift: Add gamma_is_valid function to check gamma
Jon Lund Steffensen
2015-01-04
1
-12
/
+15
*
redshift: Add transition scheme type with color settings
Jon Lund Steffensen
2015-01-04
1
-125
/
+122
*
redshift: Make transition levels parameter to related functions
Jon Lund Steffensen
2015-01-04
1
-33
/
+56
*
redshift: Move continual loop mode to separate function
Jon Lund Steffensen
2015-01-04
1
-222
/
+241
*
Add location_t type with lat/lon fields
Jon Lund Steffensen
2015-01-04
1
-9
/
+11
*
redshift: Add noop pause() macro on windows platform
Jon Lund Steffensen
2015-01-04
1
-0
/
+5
*
Fix #152: redshift: Loop in reset/manual/one-shot mode with Quartz
Jon Lund Steffensen
2015-01-04
1
-0
/
+23
*
redshift: Fix untranslated status strings
Jon Lund Steffensen
2014-12-30
1
-3
/
+3
[next]