Update keystone program to run with new nichrome bits
[xorg/xrandr] / xrandr.c
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
2007-06-30  Keith PackardWhen simple CRTC allocation fails, search all available...
2007-06-30  Keith PackardClean up code structure a bit
2007-04-25  Aaron PlattnerFix bugs found by compiling with -Wall.
2007-04-25  Aaron PlattnerFix a typo. Make mode flags case insensitive. Improve...
2007-04-06  Keith PackardSkip relative positions for outputs without modes.
2007-03-26  Keith PackardSupport XA_ATOM properties (like TV_FORMAT).
2007-03-23  Keith PackardAdd --set option to set output properties.
2007-03-16  Keith PackardBounds check -s <index> argument to be 0 <= index ...
2007-03-16  Keith PackardMake --q1 output RandR 1.1 query information.
2007-03-16  Keith PackardMake --auto after --output only affect the output.
2007-03-13  Keith PackardAdd --addmode and --delmode commands to edit list of...
2007-03-13  Keith PackardAdd --newmode/--rmmode to create/destroy user modes.
2007-03-09  Tilman SauerbeckFixed alignment of the clones list.
2007-02-21  Keith PackardAdd --same-as option to match output positions.
2007-02-19  Keith PackardMerge branch 'origin'
2007-02-16  Keith PackardSelect crtc which can be cloned to outputs which will...
2007-02-11  Keith PackardSelecting a crtc by index was failing to match a crtc.
2007-02-11  Keith PackardDisplay set of available CRTCs per output in --verbose...
2007-01-31  Keith PackardMerge branch 'randr-1.2'
2007-01-31  Keith PackardUpdate documentation to include all RandR 1.2 options.
2007-01-31  Keith PackardMissing return statement from output_rotation.
2007-01-30  Keith PackardAdd --reflect option for RandR 1.2 reflection selection.
2007-01-16  Eric AnholtAdd display for 32-bit integer properties, such as...
2007-01-02  Keith PackardMode on CRTC may not be present for any output.
2007-01-01  Keith PackardUsing %lf to read float overwrote adjacent variable.
2006-12-31  Keith PackardAdd rotation/reflection status to 1.2 query output.
2006-12-31  Keith PackardClean up RandR 1.2 query output.
2006-12-31  Keith PackardAdd --rate support to RandR 1.2 mode selection.
2006-12-31  Keith PackardGrab server while applying changes.
2006-12-31  Keith PackardEnable global --auto flag. Allow output name for -...
2006-12-31  Keith PackardUse Bool type. Position relative to disabled output...
2006-12-31  Keith PackardRestructure RandR 1.2 support to handle relative placement.
2006-12-29  Keith PackardMake query return 1.2 information if available
2006-12-22  Keith PackardAccept hex mode numbers as well as mode names.
2006-12-20  Keith PackardActually respect the --fb option
2006-12-19  Keith PackardMerge branch 'randr-1.2-origin' into randr-1.2
2006-12-19  Keith PackardCorrect format for sscanf to double variable "dpi"
2006-12-13  Keith PackardMerge branch 'randr-1.2-origin' into randr-1.2. Detect...
2006-12-13  Keith PackardName CRTCs by index or id. Use current CRTC to get...
next