aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge redshift.h into common.hMattias Andrée2025-03-051-153/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Merge branch 'coopgamma' of https://github.com/maandree/redshiftMattias Andrée2025-03-051-1/+1
|\
| * Add coopgamma backendMattias Andrée2016-12-191-1/+10
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Change preserve option to command line switchJon Lund Steffensen2017-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Move options handling to separate fileJon Lund Steffensen2017-10-131-0/+32
| | | | | | | | | | | | | | 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.
* | Allocate module data in init functionsJon Lund Steffensen2017-10-131-14/+18
| |
* | Change location providers to allow updatesJon Lund Steffensen2017-08-171-3/+6
|/ | | | | | | Change location provider implementations so it is possible for location providers to dynamically update the location. This commit adds the interfaces and infrastructure in redshift.c but none of the location provides are changed to become dynamic.
* Add location_t type with lat/lon fieldsJon Lund Steffensen2015-01-041-3/+7
|
* redshift: Move period_t to headerJon Lund Steffensen2014-12-281-0/+9
|
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-4/+3
| | | | | | | | Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct.
* redshift: Move color settings into struct for periodJon Lund Steffensen2014-12-271-0/+8
| | | | | | Move color settings (temperature, gamma and brightness) into a struct for each period (day, night). Change the interpolation function to interpolate all values between these structs.
* Fix #22: remove initial underscore from include guardsJon Lund Steffensen2014-03-231-3/+3
|
* Only start "dummy" gamma method if explicitly requestedJon Lund Steffensen2013-12-091-1/+4
|
* Constify gamma parameter to set_temperature() methodsJon Lund Steffensen2013-12-091-1/+1
|
* Allow brightness to be adjusted (between 10% and 100%, the latter being the default).Jon Lund Steffensen2011-04-211-0/+1
|
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-2/+31
| | | | | The set_option function can be called to set options between init and start.
* Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen2010-05-271-0/+7
|
* Provide fundament for more advanced location providers.Jon Lund Steffensen2010-05-251-0/+15
|
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-1/+1
|
* Pass arguments as string to adjustment methods.Jon Lund Steffensen2010-05-241-1/+1
|
* Move gamma method spec structs to redshift.hJon Lund Steffensen2010-05-241-0/+39