aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-05Unify header files (so far most)Mattias Andrée1-27/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-10-13Move module structures out of headersJon Lund Steffensen1-28/+1
2017-10-13Move module struct definitions to separate filesJon Lund Steffensen1-10/+1
2017-01-08XRandR: Allow multiple but not all CRTCs to be redshiftedLennart Sauerbeck1-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.
2016-12-19Add coopgamma backendMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-01-04randr: Add preserve option to RandR methodJon Lund Steffensen1-0/+1
2014-12-27redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen1-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.
2014-03-23Fix #22: remove initial underscore from include guardsJon Lund Steffensen1-3/+3
2013-12-09Constify gamma parameter to set_temperature() methodsJon Lund Steffensen1-1/+1
2011-04-21Allow brightness to be adjusted (between 10% and 100%, the latter being the default).Jon Lund Steffensen1-1/+2
2010-05-27Split init function of methods and providers into init and start.Jon Lund Steffensen1-1/+7
The set_option function can be called to set options between init and start.
2010-05-27Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen1-0/+2
2010-05-24Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen1-4/+4
2010-05-24Pass arguments as string to adjustment methods.Jon Lund Steffensen1-1/+1
2010-05-24Move gamma method spec structs to redshift.hJon Lund Steffensen1-0/+4
2010-04-24Add support for changing the temperature of a specific CRTC (randr only).Alexandros Frantzis1-1/+2
2010-02-02Add gettext support in redshift.Jon Lund Steffensen1-1/+1
2010-01-07Add include of stdint.h in header files.Jon Lund Steffensen1-0/+2
2010-01-01Reuse X connection when adjusting gamma ramps.Jon Lund Steffensen1-2/+21
Save gamma ramps when program starts and restore them on exit (only RANDR). Try both RANDR and VidMode if nothing was specified, otherwise try only the specified method.
2009-12-25Allow selection of X screen to apply adjustments to.Jon Lund Steffensen1-1/+1
2009-12-23Move source and headers to src dir.Jon Lund Steffensen1-0/+0
2009-12-23Move RandR code to separate file.Jon Lund Steffensen1-6/+6
2009-11-04Add COPYING file (GPLv3).Jon Lund Steffensen1-1/+18
Add copyright and license in file headers.
2009-11-04Allow individual adjustment of each gamma channel.Jon Lund Steffensen1-1/+1