summaryrefslogtreecommitdiff
path: root/xrandr.c
AgeCommit message (Expand)AuthorFilesLines
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 outputtransform-proposalKeith 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
2008-03-18Eliminate inverse matrix from randr transform protocolKeith Packard1-23/+4
2008-03-17Transform mode bounds when computing sizes.Keith Packard1-13/+115
2008-03-15Manage transform filters. Use bilinear for non-identity scale.Keith Packard1-46/+113
2008-03-10Add output scaling using the 1.3 transform requestsKeith Packard1-4/+124
2008-03-10Move outputs among crtcs as necessary. Fixes 14570Hong Liu1-3/+6
2007-12-15Allow the same output to be specified several times on the command lineBrice Goglin1-2/+5
2007-11-12Always reset other outputs using the best crtc.Matthias Hopf1-5/+4
2007-11-12Verify crtc against previous config.Matthias Hopf1-4/+25
2007-08-09Add *current and +preferred to the --verbose outputBrice Goglin1-0/+4
2007-07-04Print out mode flags in --verbose modeKeith Packard1-16/+24
2007-07-04Document 1.2.1 optionsKeith Packard1-2/+2
2007-06-30When simple CRTC allocation fails, search all available configs.Keith Packard1-4/+104
2007-06-30Clean up code structure a bitKeith Packard1-44/+72
2007-04-25Fix bugs found by compiling with -Wall.Aaron Plattner1-31/+19
2007-04-25Fix a typo. Make mode flags case insensitive. Improve error messages.Aaron Plattner1-7/+7
2007-04-06Skip relative positions for outputs without modes.Keith Packard1-0/+2
2007-03-25Support XA_ATOM properties (like TV_FORMAT).Keith Packard1-2/+54
2007-03-23Add --set option to set output properties.Keith Packard1-0/+72
2007-03-15Bounds check -s <index> argument to be 0 <= index < nsizeKeith Packard1-0/+6
2007-03-15Make --q1 output RandR 1.1 query information.Keith Packard1-1/+1
2007-03-15Make --auto after --output only affect the output.Keith Packard1-1/+2
2007-03-12Add --addmode and --delmode commands to edit list of modes per output.Keith Packard1-18/+80
2007-03-12Add --newmode/--rmmode to create/destroy user modes.Keith Packard1-0/+141