aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-24Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen1-195/+0
2010-05-24Pass arguments as string to adjustment methods.Jon Lund Steffensen1-1/+29
2010-05-24Don't include gettext headers when NLS is disabled.Jon Lund Steffensen1-2/+6
2010-05-24Use gamma_method_spec_t struct to control and iterate through differentJon Lund Steffensen1-1/+1
gamma adjustment methods.
2010-02-02Add gettext support in redshift.Jon Lund Steffensen1-8/+17
2010-01-01Save and restore ramps with VidMode.Jon Lund Steffensen1-21/+60
2010-01-01Reuse X connection when adjusting gamma ramps.Jon Lund Steffensen1-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.
2009-12-25VidMode: Fix memory leak.Jon Lund Steffensen1-1/+3
2009-12-25Allow selection of X screen to apply adjustments to.Jon Lund Steffensen1-4/+7
2009-12-23Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen1-0/+109
Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.