aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add gettext support in redshift.Jon Lund Steffensen2010-02-021-8/+17
|
* Save and restore ramps with VidMode.Jon Lund Steffensen2010-01-011-21/+60
|
* Reuse X connection when adjusting gamma ramps.Jon Lund Steffensen2010-01-011-37/+38
| | | | | | 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.
* VidMode: Fix memory leak.Jon Lund Steffensen2009-12-251-1/+3
|
* Allow selection of X screen to apply adjustments to.Jon Lund Steffensen2009-12-251-4/+7
|
* Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen2009-12-231-0/+109
Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.