aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-195/+0
|
* Pass arguments as string to adjustment methods.Jon Lund Steffensen2010-05-241-1/+29
|
* Don't include gettext headers when NLS is disabled.Jon Lund Steffensen2010-05-241-2/+6
|
* 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-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.