aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | redshift: Add translation of Daytime/Night in new gamma stringJon Lund Steffensen2014-12-281-2/+4
* | redshift: Add translation comment to N,S,W,E stringsJon Lund Steffensen2014-12-281-3/+16
* | systemtime: Add function wrapping platform sleep functionJon Lund Steffensen2014-12-281-8/+5
|/
* redshift: Add enum member for unknown period_t (PERIOD_NONE)Jon Lund Steffensen2014-12-281-2/+5
* redshift: Properly handle errors in sigactionJon Lund Steffensen2014-12-281-4/+19
* redshift: Fix translation of period namesJon Lund Steffensen2014-12-271-5/+9
* redshift: Only print period information when it changesJon Lund Steffensen2014-12-271-9/+65
* redshift: Be less verbose when color values did not changeJon Lund Steffensen2014-12-271-2/+20
* redshift: Change duration of sleep to macroJon Lund Steffensen2014-12-271-5/+8
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-10/+8
* redshift: Add config setting to set gamma separately for day/nightJon Lund Steffensen2014-12-271-1/+25
* redshift: Move color settings into struct for periodJon Lund Steffensen2014-12-271-70/+119
* redshift: Use double for interpolation functionJon Lund Steffensen2014-12-271-4/+4
* Add CoreLocation (OSX) location providerJon Lund Steffensen2014-12-151-0/+18
* Add Quartz (OSX) gamma adjustment methodJon Lund Steffensen2014-12-151-0/+19
* Fix #80: Add Geoclue2 location providerJon Lund Steffensen2014-12-151-1/+19
* Fix #105: Limit decimals in displayed location to twoJon Lund Steffensen2014-08-161-1/+1
* Fix #90: Print N/S and E/W in the locationMattias Andrée2014-08-161-2/+4
* Add support for custom transition start and end elevationMattias Andrée2014-05-071-9/+30
* Fix #41: Do not jump to 0 % or 100 % when changing direction of transitionMattias Andrée2014-05-071-55/+26
* Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée2014-03-221-0/+19
* Free resources from config-ini.c on exitMattias Andrée2014-03-131-0/+2
* Only start "dummy" gamma method if explicitly requestedJon Lund Steffensen2013-12-091-4/+6
* Remove Gnome Clock location providerJon Lund Steffensen2013-12-091-21/+0
* Do not allow NULL keys when setting optionsJon Lund Steffensen2013-12-091-10/+25
* When in print mode do not start a gamma methodJon Lund Steffensen2013-12-091-27/+31
* Add dummy gamma adjustment methodJon Lund Steffensen2013-12-091-5/+11
* Fix newline in help output textJon Lund Steffensen2013-12-081-1/+1
* colorramp: Use new color ramp table provided by Ingo Thies.Jon Lund Steffensen2013-10-211-6/+6
* Fix typos (Benjamin Kerensa)Jon Lund Steffensen2013-10-211-2/+2
* Fix slight wobble in temperature caused by float.Jon Lund Steffensen2013-10-211-1/+1
* Also print status on start up.Jon Lund Steffensen2012-02-021-0/+4
* Print status message when redshift is enabled/disabled by SIGUSR1.Jon Lund Steffensen2011-12-041-6/+10
* add -p option for print mode.Vincent Breitmoser2011-11-271-2/+11
* Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen2011-10-181-1/+6
* Set buffering on stdout and stderr to line-buffered.Jon Lund Steffensen2011-10-181-0/+7
* Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson).Jon Lund Steffensen2011-10-181-30/+87
* Fix build on windows platform.Jon Lund Steffensen2011-07-051-6/+6
* Document brightness (-b) option switch.Jon Lund Steffensen2011-07-041-1/+2
* Add option to show program version (-V).Jon Lund Steffensen2011-07-041-3/+8
* Use signal.h instead of sys/signal.h for POSIX compliance.Albert Lee2011-07-041-7/+7
* Merge manual mode from Joe Hillenbrand with some modifications.Jon Lund Steffensen2011-06-071-40/+70
|\
| * Added feature to manually set temperature without needing location data.Joe Hillenbrand2011-02-251-42/+78
* | Allow brightness to be adjusted (between 10% and 100%, the latter being the default).Jon Lund Steffensen2011-04-211-4/+30
* | Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks.Jon Lund Steffensen2011-03-281-0/+21
|\ \
| * | Add first pass of Geoclue location provider.Mathieu Trudel-Lapierre2011-02-091-0/+21
| |/
* / Fix: return 0 in parse_gamma_string() on success.Jon Lund Steffensen2011-03-271-0/+2
|/
* Allow user to specify a configuration file on the command line that willJon Lund Steffensen2010-10-181-5/+14
* Add configuration file support.Jon Lund Steffensen2010-10-151-58/+215
* Minor optimizations in selection of location provider and adjustmentJon Lund Steffensen2010-10-151-2/+4