summaryrefslogtreecommitdiff
path: root/xrandr.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-18set_gamma_info: remove unnecessary round-trip to serverHEADmasterAlan Coopersmith1-6/+1
2022-10-28Constify array argument to find_last_non_clamped()Alan Coopersmith1-1/+1
2022-10-28Remove unused definition of rectangle_tAlan Coopersmith1-4/+0
2022-10-28Remove unused macros left over from original RandR 1.2 codeAlan Coopersmith1-13/+0
2022-10-28Fix a -Wsign-compare warningAlan Coopersmith1-1/+1
2022-10-28Variable scope reductions as suggested by cppcheckAlan Coopersmith1-173/+101
2022-01-09Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-08-12xrandr: Fix deleting inactive monitorsVladimir Panteleev1-1/+1
2019-03-03xrandr: fix crash if some modes cannot be foundAdam Simpkins1-2/+15
2018-09-13init the name to 0Peter Hutterer1-0/+2
2018-02-27xrandr: gamma and scaling factors must be positiveGiuseppe Bilotta1-0/+5
2018-02-27xrandr: allow single value for --gammaGiuseppe Bilotta1-4/+11
2018-02-27xrandr: stricter --scale argument parsingGiuseppe Bilotta1-2/+3
2018-02-27xrandr: allow a single value for --scaleGiuseppe Bilotta1-2/+6
2017-06-01xrandr: Add a "--filter" flagPablo De La Garza1-0/+33
2017-03-24xrandr: suppress misleading indentation warningGiuseppe Bilotta1-2/+4
2015-10-20Only use the current information when setting modesChris Wilson1-6/+6
2015-07-01Mark all CRTC as currently unused for second picking CRTC passChris Wilson1-0/+13
2015-07-01Mark disabling an output as a change in its CRTCChris Wilson1-1/+1
2015-04-22Split verbose mode printing into a helper functionAaron Plattner1-32/+30
2015-03-31Add monitor support (v2)Keith Packard1-3/+221
2015-03-31xrandr: don't return NULL from a voidDave Airlie1-1/+1
2015-03-30xrandr: parse property returns correctly.Dave Airlie1-29/+54
2014-08-01Merge commit '193a358'Aaron Plattner1-0/+1
2014-08-01Mention of --brightness with -h optionStéphane Aulery1-0/+1
2014-06-25Allow -x and -y switches to undo themselvesConnor Behan1-2/+7
2014-06-25Remove duplicate printing of the axisConnor Behan1-4/+0
2014-04-30xrandr: use full range for gamma table generationDominik Behr1-18/+7
2014-03-29Remove unnecessary parentheses.Thomas Klausner1-2/+2
2014-03-12xrandr: allow disconnecting of offload and outputsDave Airlie1-2/+4
2014-02-19xrandr: Use floating point for VTotal when calculating refresh rateVille Syrjälä1-1/+1
2014-02-19xrandr: Use more decimal places when printing various ratesVille Syrjälä1-9/+9
2014-01-07Special-case printing of the GUID propertyAaron Plattner1-0/+25
2014-01-07Move EDID printing into a helper functionAaron Plattner1-21/+33
2014-01-07Split output property printing into a helper functionAaron Plattner1-27/+39
2013-07-13Combine usage message stringsAlan Coopersmith1-56/+56
2013-07-13Declare capability_name() as returning const char *Alan Coopersmith1-1/+1
2013-07-13Bug 56923 - Make command line options consistent (single vs double dash)Thomas1-2/+3
2013-06-02Protect config.h like usual.Thomas Klausner1-0/+2
2013-05-06xrandr: calloc XRRModeInfo's passed to libXrandr.Andy Ritger1-4/+4
2013-02-28Print spaces between XA_ATOM property valuesAaron Plattner1-0/+4
2013-02-12Merge branch 'fixes'Aaron Plattner1-147/+168
2013-02-12Cast XID to unsigned int to suppress a printf warningAaron Plattner1-1/+1
2013-02-12Bug #37043: adjust refresh rates for doublescan and interlaceAaron Plattner1-2/+14
2013-02-12Bug #14118: print usage() to stdout, proper errors for bad argumentsAaron Plattner1-144/+153
2013-02-12Bug #11397: check that numeric --orientation arguments are in rangeAaron Plattner1-1/+1
2013-02-12xrandr: Fix variable declaration warningsAaron Plattner1-198/+210
2013-02-06xrandr: look for providers by name or xidAaron Plattner1-20/+79
2013-02-06xrandr: make providers a first-class citizenAaron Plattner1-11/+51
2013-01-20Fix -Wformat warnings about passing longs where ints were expectedAlan Coopersmith1-9/+9