aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-28redshift: Move period_t to headerJon Lund Steffensen2-8/+9
2014-12-28redshift: Add enum member for unknown period_t (PERIOD_NONE)Jon Lund Steffensen1-2/+5
2014-12-28redshift: Properly handle errors in sigactionJon Lund Steffensen1-4/+19
2014-12-27redshift: Fix translation of period namesJon Lund Steffensen1-5/+9
2014-12-27redshift: Only print period information when it changesJon Lund Steffensen1-9/+65
2014-12-27redshift: Be less verbose when color values did not changeJon Lund Steffensen1-2/+20
2014-12-27redshift: Change duration of sleep to macroJon Lund Steffensen1-5/+8
2014-12-27redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen16-70/+77
2014-12-27redshift: Add config setting to set gamma separately for day/nightJon Lund Steffensen1-1/+25
2014-12-27redshift: Move color settings into struct for periodJon Lund Steffensen2-70/+127
2014-12-27redshift: Use double for interpolation functionJon Lund Steffensen1-4/+4
2014-12-21redshift-gtk: Split status icon into controller and interfaceJon Lund Steffensen1-169/+259
2014-12-18redshift-gtk: Add docstrings in statusicon moduleJon Lund Steffensen1-2/+46
2014-12-18redshift-gtk: Ignore exception in termwait when child is goneJon Lund Steffensen1-2/+6
2014-12-18redshift-gtk: Remove unnecessary semi-colons at end-of-lineJon Lund Steffensen1-4/+4
2014-12-18redshift-gtk: Show errors from child process in a dialogJon Lund Steffensen1-4/+19
2014-12-15Add CoreLocation (OSX) location providerJon Lund Steffensen4-0/+234
2014-12-15Add Quartz (OSX) gamma adjustment methodJon Lund Steffensen4-0/+217
2014-12-15colorramp: Add float-typed colorramp_fill() equivalentJon Lund Steffensen2-4/+29
2014-12-15Fix #80: Add Geoclue2 location providerJon Lund Steffensen4-1/+346
2014-12-15systemtime: Use gettimeofday if POSIX timers not availableJon Lund Steffensen1-12/+25
2014-12-06redshift-gtk: Relay USR1 signal to redshift processJon Lund Steffensen1-1/+8
2014-11-04redshift-gtk: Forward errors from child to stderrJon Lund Steffensen1-2/+13
2014-11-03Fix #112: Do not buffer lines from child indefinitelyJon Lund Steffensen1-2/+3
2014-08-16Fix #105: Limit decimals in displayed location to twoJon Lund Steffensen1-1/+1
2014-08-16Fix #90: Print N/S and E/W in the locationMattias Andrée2-3/+5
2014-05-13Check for strdup failure in location-geoclueMattias Andrée1-0/+8
2014-05-08redshift-gtk: Notify desktop about startup completionJon Lund Steffensen1-1/+4
2014-05-07Add support for custom transition start and end elevationMattias Andrée1-9/+30
2014-05-07Fix #41: Do not jump to 0 % or 100 % when changing direction of transitionMattias Andrée1-55/+26
2014-04-20Fix line splitting logic.Maks Verver1-3/+4
2014-04-20Try to use DISPLAY=:0 if not in XMattias Andrée1-0/+4
2014-04-20Do not segfault just because an error has not been givenMattias Andrée1-6/+14
2014-04-20Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-04-20Fix #67: Geoclue should pull in Glib as dependencyJon Lund Steffensen1-1/+4
2014-04-20redshift-gtk: Fix crash when toggling state using the status iconJon Lund Steffensen1-1/+5
2014-04-19Fix line splitting logic.Maks Verver1-3/+4
2014-04-13Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-04-13Fix #67: Geoclue should pull in Glib as dependencyJon Lund Steffensen1-1/+4
2014-04-11Try to use DISPLAY=:0 if not in XMattias Andrée1-0/+4
2014-04-11Do not segfault just because an error has not been givenMattias Andrée1-6/+14
2014-04-11redshift-gtk: Fix crash when toggling state using the status iconJon Lund Steffensen1-1/+5
2014-03-23Fix #22: remove initial underscore from include guardsJon Lund Steffensen12-36/+36
2014-03-23[redshift-gtk] Add BSD support to proc title settingPhilipp Hagemeister1-9/+20
2014-03-23Fix #40: redshift-gtk: toggle_item is checkbox that follows the iconMattias Andrée1-6/+8
2014-03-22Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée5-1/+366
2014-03-22Makefile.am: Substitute AM_CPPFLAGS for deprecated INCLUDESJon Lund Steffensen1-1/+1
2014-03-18Apply gamma after brightness and termperatureMattias Andrée1-6/+5
2014-03-17[gtk] Set proc titlePhilipp Hagemeister2-0/+17
2014-03-13config-ini: Simplify file path construction for XDG_CONFIG_DIRSJon Lund Steffensen1-17/+29