aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-40/+0
|
* 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/+1
|
* Use gamma_method_spec_t struct to control and iterate through differentJon Lund Steffensen2010-05-241-1/+1
| | | | gamma adjustment methods.
* Add gettext support in redshift.Jon Lund Steffensen2010-02-021-1/+1
|
* Add include of stdint.h in header files.Jon Lund Steffensen2010-01-071-0/+2
|
* Save and restore ramps with VidMode.Jon Lund Steffensen2010-01-011-0/+2
|
* Reuse X connection when adjusting gamma ramps.Jon Lund Steffensen2010-01-011-2/+11
| | | | | | 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.
* Allow selection of X screen to apply adjustments to.Jon Lund Steffensen2009-12-251-1/+1
|
* Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen2009-12-231-0/+26
Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.