- May 21, 2018
-
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
- May 06, 2018
-
-
Jon Lund Steffensen authored
Fix #606
-
- May 04, 2018
-
-
kakurasan authored
If redshift.conf is not found, fall back to formerly used path.
-
- Apr 26, 2018
-
-
Jon Lund Steffensen authored
Travis: Run "brew upgrade python" to install Python 3 on macOS
-
- Mar 23, 2018
-
-
kakurasan authored
As of March 2018, Travis CI fails on macOS: Error: python 2.7.14 is already installed To upgrade to 3.6.4_4, run `brew upgrade python` This commit fixes the issue.
-
- Dec 13, 2017
-
-
Jon Lund Steffensen authored
Fix #335: Set period to none when disabled
-
- Oct 30, 2017
-
-
Matt Stobo authored
This allows for hooks to be run when redshift is disabled
-
- Oct 20, 2017
-
-
Jon Lund Steffensen authored
options: Split up parse functions
-
- Oct 19, 2017
-
-
Jon Lund Steffensen authored
-
- Oct 18, 2017
-
-
Jon Lund Steffensen authored
Update translation files
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
Improve man page
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
- Oct 17, 2017
-
-
Jon Lund Steffensen authored
Preserve command-line option
-
- Oct 14, 2017
-
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
Changes each adjustment method to take a preserve parameter when setting the temperature instead of parsing the preserve option from the command line/configuration file. This helps resolve the issues around #513: - This allows the preserve option to be implemented as a command-line switch (-P). This switch _disables_ the preservation of existing gamma ramps. Having a command-line switch makes it easier to use directly with manual or one-shot mode. - The preserve options is on by default, so continual mode as well as other modes will default to applying the color adjustment on top of the current gamma ramps. - Preserve is always disabled in reset mode so resetting works as expected again.
-
Jon Lund Steffensen authored
Cleanup redshift.c modules options
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct.
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
Add help message to redshift-gtk
-
- Oct 13, 2017
-
-
-
Jon Lund Steffensen authored
Updated Swedish translation
-
Jon Lund Steffensen authored
quartz: Fix incorrect use of display identifier
-
Jon Lund Steffensen authored
The quartz (macOS) adjustment method incorrectly used the display index instead of the associated CGDirectDisplayID. Incidentally this happened to work too but was incorrect.
-
- Oct 12, 2017
-
-
Jon Lund Steffensen authored
Fix bug where error code was not handled
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
Fix missing checks and verbose output
-
Jon Lund Steffensen authored
Rearrange checks and verbose output in main() to bring back checks that were accidentally left out when time-based adjustments were enabled. This includes the output indicating the daytime/night temperatures and the check that the temperatures are valid.
-
Jon Lund Steffensen authored
Add documentation for time-based adjustment
-
Jon Lund Steffensen authored
Travis: Enable AppArmor install
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-
Jon Lund Steffensen authored
-