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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-08
misc
Mattias Andrée
9
-96
/
+141
2025-03-08
Use eprintf rather than deferring exit
Mattias Andrée
1
-51
/
+25
2025-03-08
Misc improvements
Mattias Andrée
6
-108
/
+121
2025-03-07
Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.c
Mattias Andrée
3
-14
/
+14
2025-03-07
Use libred to calculate the solar elevation
Mattias Andrée
6
-248
/
+13
2025-03-07
Remove unused code
Mattias Andrée
2
-134
/
+0
2025-03-07
misc minor improvements
Mattias Andrée
2
-31
/
+33
2025-03-07
Misc improvements
Mattias Andrée
21
-742
/
+784
2025-03-06
style
Mattias Andrée
3
-187
/
+105
2025-03-06
Update redshift to redshift-ng
Mattias Andrée
21
-84
/
+84
2025-03-06
style and some minor fixes
Mattias Andrée
18
-656
/
+481
2025-03-06
Style
Mattias Andrée
18
-890
/
+554
2025-03-05
Fix warning
Mattias Andrée
1
-0
/
+1
2025-03-05
Fix warnings
Mattias Andrée
12
-22
/
+79
2025-03-05
Mention after fork that SIGCHLD is ignored
Mattias Andrée
1
-0
/
+1
2025-03-05
Style and warnings
Mattias Andrée
10
-215
/
+285
2025-03-05
Just use double, no mixing in float
Mattias Andrée
6
-37
/
+32
2025-03-05
Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32
Mattias Andrée
5
-12
/
+12
2025-03-05
Merge config-ini.h and options.h into common.h
Mattias Andrée
7
-116
/
+61
2025-03-05
cleanup + cast + use pipe2 on linux
Mattias Andrée
4
-46
/
+52
2025-03-05
Nicer X macros
Mattias Andrée
3
-16
/
+15
2025-03-05
Cleanup and style update (avoid typedef)
Mattias Andrée
24
-718
/
+450
2025-03-05
Merge redshift.h into common.h
Mattias Andrée
6
-162
/
+131
2025-03-05
Remove old #include
Mattias Andrée
1
-2
/
+0
2025-03-05
Move redshift-gtk/ to root
Mattias Andrée
7
-812
/
+0
2025-03-05
Unify header files (so far most)
Mattias Andrée
28
-516
/
+138
2025-03-05
Use colour temperature table from libred
Mattias Andrée
3
-276
/
+13
2025-03-05
Resolve redshift/issues/223: redshift-gtk: fix title of window to Redshift
Mattias Andrée
1
-1
/
+1
2025-03-05
Update my e-mail address
Mattias Andrée
4
-4
/
+4
2025-03-05
config.mk: make pkg-config replacable and list all pkg-config covered libraries in on macro
Mattias Andrée
1
-2
/
+8
2025-03-04
add definitions needed to enable operation
Mattias Andrée
1
-1
/
+2
2025-03-04
Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng
Mattias Andrée
4
-108
/
+66
2021-06-23
Add signal exit handler for SIGQUIT
Webkadiz
1
-0
/
+6
2020-12-11
src/redshift.c: Fix typo in error message
nicoo
1
-1
/
+1
2020-06-13
src/redshift.c: Use localtime_s() on Windows
Masanori Kakura
1
-0
/
+5
2019-10-02
src/redshift.c: Use localtime_s() on Windows
Masanori Kakura
1
-0
/
+5
2019-04-29
Add preserve-gamma configuration option
Matúš Honěk
1
-0
/
+4
2019-03-03
Fix #386: added more suspend durations as requested
hubvu
1
-1
/
+3
2018-10-20
Fixes #578: Allow hash as comment character
Jon Lund Steffensen
1
-2
/
+2
2018-10-02
Status icon: Prefer symbolic icons when available
Clement Lefebvre
1
-10
/
+21
2018-08-29
Fix "Some translated strings are still in English" issue
Masanori Kakura
8
-0
/
+31
2018-05-20
Fix issue where quartz did not mark as unavailable
Jon Lund Steffensen
1
-1
/
+16
2018-05-04
config-ini: Properly respect XDG_CONFIG_HOME base directory specification
Masanori Kakura
1
-5
/
+29
2017-10-30
Fix #335: Set period to none when disabled
Matt Stobo
1
-0
/
+1
2017-10-19
options: Split parse functions
Jon Lund Steffensen
1
-276
/
+277
2017-10-13
Change preserve option to command line switch
Jon Lund Steffensen
10
-66
/
+67
2017-10-13
Add function for resetting color_setting_t
Jon Lund Steffensen
1
-11
/
+20
2017-10-13
Move options handling to separate file
Jon Lund Steffensen
5
-715
/
+869
2017-10-13
Move module structures out of headers
Jon Lund Steffensen
17
-161
/
+109
2017-10-13
Allocate module data in init functions
Jon Lund Steffensen
11
-121
/
+138
[next]