summaryrefslogtreecommitdiff
path: root/xrandr.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Include strings.h for strcasecmpHEADmasterJeremy Huddleston1-0/+1
2011-08-06xrandr: Preserve current mode when switching crtcsKeith Packard1-1/+7
2011-07-20Document the rarer --newmode flags in --help outputAdam Jackson1-1/+3
2011-05-30find_mode: Search for the mode closes to the specified rateJeremy Huddleston1-1/+0
2011-05-08Dead code removalJeremy Huddleston1-2/+1
2011-05-08Dead code removalJeremy Huddleston1-3/+1
2011-05-08Mark usage, fatal, and panic as _X_NORETURNJeremy Huddleston1-3/+3
2011-01-10Add --current to usage.Matthias Hopf1-0/+1
2010-10-13Call QueryExtension before any other RandR function (bug#30806)Julien Cristau1-3/+2
2010-04-07xrandr: get gamma and brightnessEric Piel1-0/+99
2010-04-06xrandr: fix maximum gamma setEric Piel1-9/+9
2010-01-12xrandr: fix brightness to prevent gamma to overflow and to allow 0Éric Piel1-9/+13
2010-01-08xrandr: Remove --clone / --extend support codeYann Droneaud1-22/+0
2010-01-04xrandr: Use a prefix for enum type _policy and _relation like other enums in ...Yann Droneaud1-15/+20
2010-01-04Add --brightness for CRTCMikhail Gusarov1-6/+26
2009-12-22xrandr: check_strtod should return double, not intDominik Jasiok1-1/+1
2009-11-17xrandr: Remove test against RANDR_MAJOR/RANDR_MINORYann Droneaud1-20/+0
2009-11-10xrandr: do not segfault when "--scale" or "--transform" have no outputÉric Piel1-1/+2
2009-11-10xrandr: make --query really the default optionÉric Piel1-4/+24
2009-09-10Add missing 'static's to get rid of warnings.Matthias Hopf1-2/+2
2009-09-07changed a bunch of string to number conversions for reliabilityBart Massey1-39/+59
2009-09-04Warn if one of the outputs given did not existBart Massey1-0/+13
2009-07-20bfo#22864 - grab the server around all modifications to CRTCsFederico Mena Quintero1-9/+9
2009-07-06Fix missing prototype warning.Matthias Hopf1-1/+1
2009-07-06Report program version as well with --version.Matthias Hopf1-0/+4
2009-04-01Allow zero replies from GetPanning to mean panning is unavailable.Adam Jackson1-1/+9
2009-03-06Set the screen config on the correct screen.Aaron Plattner1-1/+1
2009-03-06Revert "Move outputs among crtcs as necessary. Fixes 14570"Matthias Hopf1-7/+4
2009-01-30Add --noprimary optionKeith Packard1-5/+16
2009-01-30Add --primary optionKeith Packard1-0/+36
2009-01-30Add --nograb optionKeith Packard1-2/+13
2009-01-30Add --current option to use new XRRGetScreenResourcesCurrent APIKeith Packard1-7/+17
2009-01-30Several fatal() were missing \n.Matthias Hopf1-7/+7
2009-01-26Correct make distcheck and gcc/sparse warnings.Paulo Cesar Pereira de Andrade1-25/+30
2009-01-05Stay away from doublescan modes unless a refresh rate is specified.Maarten Maathuis1-2/+6
2008-12-22Fix gamma computation.Maarten Maathuis1-7/+6
2008-12-18Print multiple Atom and INT32 properties.Matthias Hopf1-9/+18
2008-12-17randr-1.2: support gamma changes.Maarten Maathuis1-2/+85
2008-12-15Don't trash panning area, except if --panning or --fb is given.Matthias Hopf1-41/+46
2008-12-11Panning tracking areas describe full screen if set to 0. Use it as default.Matthias Hopf1-10/+12
2008-12-08Accept --props synonym for --propAdam Jackson1-1/+4
2008-12-08Only set transforms if actually changed.Matthias Hopf1-2/+4
2008-12-08Add panning support.Matthias Hopf1-0/+110
2008-12-01Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/app/xrandrJulien Cristau1-21/+317
2008-11-14Add --scale and --transform to --help outputKeith Packard1-0/+2
2008-11-14Check return value from XRRGetCrtcTransformKeith Packard1-2/+1
2008-08-03Fix for 64bit: feed a pointer to the right size variable to scanf().Egbert Eich1-1/+2
2008-03-30add --transform none to reset to identityKeith Packard1-13/+17
2008-03-21Make screen undersize a warning instead of an errorKeith Packard1-2/+2
2008-03-18Add --transform to pass arbitrary transforms to the serverKeith Packard1-0/+21