xrandr: parse property returns correctly.
[xorg/xrandr] / xrandr.c
2015-03-30  Dave Airliexrandr: parse property returns correctly.
2014-08-02  Aaron PlattnerMerge commit '193a358'
2014-08-02  Stéphane AuleryMention of --brightness with -h option
2014-06-25  Connor BehanAllow -x and -y switches to undo themselves
2014-06-25  Connor BehanRemove duplicate printing of the axis
2014-04-30  Dominik Behrxrandr: use full range for gamma table generation
2014-03-29  Thomas KlausnerRemove unnecessary parentheses.
2014-03-12  Dave Airliexrandr: allow disconnecting of offload and outputs
2014-02-20  Ville Syrjäläxrandr: Use floating point for VTotal when calculating...
2014-02-20  Ville Syrjäläxrandr: Use more decimal places when printing various...
2014-01-07  Aaron PlattnerSpecial-case printing of the GUID property
2014-01-07  Aaron PlattnerMove EDID printing into a helper function
2014-01-07  Aaron PlattnerSplit output property printing into a helper function
2013-07-13  Alan CoopersmithCombine usage message strings
2013-07-13  Alan CoopersmithDeclare capability_name() as returning const char *
2013-07-13  ThomasBug 56923 - Make command line options consistent (singl...
2013-06-02  Thomas KlausnerProtect config.h like usual.
2013-05-06  Andy Ritgerxrandr: calloc XRRModeInfo's passed to libXrandr.
2013-02-28  Aaron PlattnerPrint spaces between XA_ATOM property values
2013-02-12  Aaron PlattnerMerge branch 'fixes'
2013-02-12  Aaron PlattnerCast XID to unsigned int to suppress a printf warning
2013-02-12  Aaron PlattnerBug #37043: adjust refresh rates for doublescan and...
2013-02-12  Aaron PlattnerBug #14118: print usage() to stdout, proper errors...
2013-02-12  Aaron PlattnerBug #11397: check that numeric --orientation arguments...
2013-02-12  Aaron Plattnerxrandr: Fix variable declaration warnings
2013-02-06  Aaron Plattnerxrandr: look for providers by name or xid
2013-02-06  Aaron Plattnerxrandr: make providers a first-class citizen
2013-01-20  Alan CoopersmithFix -Wformat warnings about passing longs where ints...
2013-01-20  Alan CoopersmithMark fatal() and warning() as taking printf-style arguments
2013-01-02  Pierre-Loup A. Gri... xrandr: print primary output
2012-12-11  Andy Ritgerxrandr: generalize output property printing
2012-12-11  Andy Ritgerxrandr: extend '--set' syntax to allow a comma-separate...
2012-09-03  Dave Airliexrandr: add provider interfaces
2012-08-28  Aaron Plattnerxrandr: Fix string constness bugs
2012-08-25  Andy Ritgerxrandr: compute gamma-correction in [0,2^sigbits)
2012-08-25  Andy Ritgerxrandr: fix gamma == 1.0 && sigbits != 8
2012-08-25  Andy Ritgerxrandr: use 1/gamma to compute gamma-correction
2012-04-26  Aaron PlattnerAdd a --scale-from option
2012-03-26  Pierre-Loup A. Gri... xrandr: move transform limit checking after scaling
2011-11-11  Jeremy HuddlestonInclude strings.h for strcasecmp
2011-08-07  Keith Packardxrandr: Preserve current mode when switching crtcs
2011-07-20  Adam JacksonDocument the rarer --newmode flags in --help output
2011-05-30  Jeremy Huddlestonfind_mode: Search for the mode closes to the specified...
2011-05-08  Jeremy HuddlestonDead code removal
2011-05-08  Jeremy HuddlestonDead code removal
2011-05-08  Jeremy HuddlestonMark usage, fatal, and panic as _X_NORETURN
2011-01-10  Matthias HopfAdd --current to usage.
2010-10-13  Julien CristauCall QueryExtension before any other RandR function...
2010-04-07  Eric Pielxrandr: get gamma and brightness
2010-04-06  Eric Pielxrandr: fix maximum gamma set
2010-01-12  Éric Pielxrandr: fix brightness to prevent gamma to overflow...
2010-01-08  Yann Droneaudxrandr: Remove --clone / --extend support code
2010-01-04  Yann Droneaudxrandr: Use a prefix for enum type _policy and _relatio...
2010-01-04  Mikhail GusarovAdd --brightness for CRTC
2009-12-22  Dominik Jasiokxrandr: check_strtod should return double, not int
2009-11-17  Yann Droneaudxrandr: Remove test against RANDR_MAJOR/RANDR_MINOR
2009-11-10  Éric Pielxrandr: do not segfault when "--scale" or "--transform...
2009-11-10  Éric Pielxrandr: make --query really the default option
2009-09-10  Matthias HopfAdd missing 'static's to get rid of warnings.
2009-09-07  Bart Masseychanged a bunch of string to number conversions for...
2009-09-04  Bart MasseyWarn if one of the outputs given did not exist
2009-07-20  Federico Mena Quinterobfo#22864 - grab the server around all modifications...
2009-07-06  Matthias HopfFix missing prototype warning.
2009-07-06  Matthias HopfReport program version as well with --version.
2009-04-01  Adam JacksonAllow zero replies from GetPanning to mean panning...
2009-03-06  Aaron PlattnerSet the screen config on the correct screen.
2009-03-06  Matthias HopfRevert "Move outputs among crtcs as necessary. Fixes...
2009-01-31  Keith PackardAdd --noprimary option
2009-01-31  Keith PackardAdd --primary option
2009-01-31  Keith PackardAdd --nograb option
2009-01-31  Keith PackardAdd --current option to use new XRRGetScreenResourcesCu...
2009-01-30  Matthias HopfSeveral fatal() were missing \n.
2009-01-26  Paulo Cesar Pereir... Correct make distcheck and gcc/sparse warnings.
2009-01-05  Maarten MaathuisStay away from doublescan modes unless a refresh rate...
2008-12-22  Maarten MaathuisFix gamma computation.
2008-12-18  Matthias HopfPrint multiple Atom and INT32 properties.
2008-12-17  Maarten Maathuisrandr-1.2: support gamma changes.
2008-12-15  Matthias HopfDon't trash panning area, except if --panning or -...
2008-12-11  Matthias HopfPanning tracking areas describe full screen if set...
2008-12-08  Adam JacksonAccept --props synonym for --prop
2008-12-08  Matthias HopfOnly set transforms if actually changed.
2008-12-08  Matthias HopfAdd panning support.
2008-12-01  Julien CristauMerge branch 'transform-proposal' of git.freedesktop...
2008-11-14  Keith PackardAdd --scale and --transform to --help output
2008-11-14  Keith PackardCheck return value from XRRGetCrtcTransform
2008-08-03  Egbert EichFix for 64bit: feed a pointer to the right size variabl...
2008-03-31  Keith Packardadd --transform none to reset to identity
2008-03-21  Keith PackardMake screen undersize a warning instead of an error
2008-03-18  Keith PackardAdd --transform to pass arbitrary transforms to the...
2008-03-18  Keith PackardEliminate inverse matrix from randr transform protocol
2008-03-17  Keith PackardTransform mode bounds when computing sizes.
2008-03-15  Keith PackardManage transform filters. Use bilinear for non-identity...
2008-03-11  Keith PackardAdd output scaling using the 1.3 transform requests
2008-03-11  Hong LiuMove outputs among crtcs as necessary. Fixes 14570
2007-12-14  Brice GoglinAllow the same output to be specified several times...
2007-11-12  Matthias HopfAlways reset other outputs using the best crtc.
2007-11-12  Matthias HopfVerify crtc against previous config.
2007-08-09  Brice GoglinAdd *current and +preferred to the --verbose output
2007-07-05  Keith PackardPrint out mode flags in --verbose mode
2007-07-05  Keith PackardDocument 1.2.1 options
next