aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify header files (so far most)Mattias Andrée2025-03-051-27/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Move module structures out of headersJon Lund Steffensen2017-10-131-28/+1
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-10/+1
|
* XRandR: Allow multiple but not all CRTCs to be redshiftedLennart Sauerbeck2017-01-081-1/+2
| | | | | | | | | | | | Previously only one CRTC could be set in the configuration file for redshifting when XRandR mechanism was being used. That is fine for a setup with two displays but breaks when three or more displays are in use and one of those shouldn't be redshifted (e.g. two computer displays and one TV connected to the computer). The config value 'crtc' for method xrandr can now be entered as comma separated list of multiple CRTCs. All CRTCs in the list will be redshifted while all those not in the list will not be touched.
* randr: Add preserve option to RandR methodJon Lund Steffensen2015-01-041-0/+1
|
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-3/+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.
* Fix #22: remove initial underscore from include guardsJon Lund Steffensen2014-03-231-3/+3
|
* 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-1/+2
|
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-1/+7
| | | | | 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/+2
|
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-0/+52