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
...
*
|
|
randr: Enable preserve by default
Jon Lund Steffensen
2017-08-31
1
-1
/
+1
*
|
|
quartz: Enable preserve by default
Jon Lund Steffensen
2017-08-31
1
-1
/
+1
*
|
|
redshift: Improve fade implementation
Jon Lund Steffensen
2017-08-30
1
-117
/
+164
*
|
|
Merge pull request #507 from jonls/fade-term
Jon Lund Steffensen
2017-08-30
1
-20
/
+19
|
\
\
\
|
*
|
|
Change term transition to fade
Jon Lund Steffensen
2017-08-30
1
-20
/
+19
*
|
|
|
geoclue2: Show explanation of access denied error
Jon Lund Steffensen
2017-08-19
1
-0
/
+22
*
|
|
|
geoclue2: Use existing connection object
Jon Lund Steffensen
2017-08-19
1
-6
/
+6
|
/
/
/
*
|
|
geoclue2: Update continuously
Jon Lund Steffensen
2017-08-17
3
-100
/
+209
*
|
|
corelocation: Update continuously
Jon Lund Steffensen
2017-08-17
3
-61
/
+172
*
|
|
pipeutils: Add utils for pipe signals
Jon Lund Steffensen
2017-08-17
3
-0
/
+127
*
|
|
Change location providers to allow updates
Jon Lund Steffensen
2017-08-17
8
-182
/
+382
*
|
|
Remove deprecated geoclue 1 location provider
Jon Lund Steffensen
2017-08-16
4
-301
/
+7
*
|
|
Fix #492: Correctly import xdg modules
Jon Lund Steffensen
2017-08-07
1
-9
/
+11
*
|
|
Merge pull request #490 from jonls/windows-resources
Jon Lund Steffensen
2017-08-01
4
-2
/
+34
|
\
\
\
|
*
|
|
Add Windows resources
Jon Lund Steffensen
2017-07-30
4
-2
/
+34
*
|
|
|
statusicon: Use GtkWindow to avoid warnings
Jon Lund Steffensen
2017-07-30
1
-12
/
+20
*
|
|
|
statusicon: Only add autostart control when supported
Jon Lund Steffensen
2017-07-30
1
-10
/
+11
*
|
|
|
controller: Emit signal when stopped
Jon Lund Steffensen
2017-07-30
2
-2
/
+9
*
|
|
|
utils: Make xdg module optional
Jon Lund Steffensen
2017-07-30
1
-7
/
+25
*
|
|
|
Move RedshiftController to controller.py
Jon Lund Steffensen
2017-07-30
3
-251
/
+296
|
/
/
/
*
|
|
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
*
|
|
Merge pull request #420 from jonls/default-temperature
Jon Lund Steffensen
2017-01-14
1
-2
/
+2
|
\
\
\
|
*
|
|
redshift.c: Use 6500K and 4500K by default
Jon Lund Steffensen
2017-01-08
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #421 from jonls/randr-adjust-multiple
Jon Lund Steffensen
2017-01-14
2
-9
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
XRandR: Allow multiple but not all CRTCs to be redshifted
Lennart Sauerbeck
2017-01-08
2
-9
/
+59
*
|
|
Fix Windows build after e0a617fcada616a8112f7d9df51ac10bd58130af
Arne Janbu
2016-10-19
2
-2
/
+7
|
/
/
*
|
Merge pull request #383 from jonls/icon-tooltip
Jon Lund Steffensen
2016-10-15
1
-0
/
+8
|
\
\
|
*
|
add display of color temperature and period in the tooltip status icon
Andreev Alexander
2016-10-15
1
-0
/
+8
*
|
|
drm: Avoid using alloca()
Jon Lund Steffensen
2016-10-15
1
-2
/
+3
|
/
/
*
|
redshift-gtk: Make sure that child process is closed after signals
Jon Lund Steffensen
2016-01-02
1
-27
/
+30
*
|
Fix #213: Merge branch 'pull-213'
Jon Lund Steffensen
2015-12-28
4
-69
/
+149
|
\
\
|
*
|
Move signal processing functions and sigaction calls to signals from redshift.c
Mattias Andrée
2015-12-28
4
-72
/
+152
*
|
|
Merge pull request #244 from jubalh/master
Jon Lund Steffensen
2015-12-28
5
-8
/
+8
|
\
\
\
|
*
|
|
Remove trailing whitespaces
Michael Vetter
2015-08-04
5
-8
/
+8
|
|
/
/
*
|
|
Fallback if AppIndicator3 req. version unavailable
Javier Cantero
2015-11-15
1
-1
/
+1
*
|
|
Also specify required AppIndicator3 version
Javier Cantero
2015-11-14
1
-0
/
+1
*
|
|
Specify required Gtk version
Christian Stadelmann
2015-11-03
1
-0
/
+3
|
/
/
*
|
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
3
-6
/
+5
|
/
*
Fix #174: Use nanosleep() instead of usleep()
Jon Lund Steffensen
2015-02-22
1
-1
/
+5
*
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
*
w32gdi: Add preserve option to windows GDI method
Jon Lund Steffensen
2015-01-04
2
-7
/
+30
*
vidmode: Add preserve option to VidMode method
Jon Lund Steffensen
2015-01-04
2
-7
/
+22
*
quartz: Add preserve option to Quartz method
Jon Lund Steffensen
2015-01-04
2
-41
/
+133
*
randr: Add preserve option to RandR method
Jon Lund Steffensen
2015-01-04
2
-8
/
+22
*
colorramp: Use supplied gamma ramps as initial value
Jon Lund Steffensen
2015-01-04
6
-6
/
+51
[prev]
[next]