commit 9e7a1f88de66c65cca1eb732278f76dab125f30e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jun 29 21:18:23 2011 -0700

    xrandr 1.3.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a187677a93a215ccbba819f98425a6c682a50a6c
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Mon May 9 09:26:34 2011 -0700

    find_mode: Search for the mode closes to the specified rate
    
    This was the intention of d9aeb4a7544ad4a33f6f54bc46bff5cdf231a986, but
    find_mode was still picking the first string match rather than the
    match with the closest refresh rate.
    
    xrandr.c:740:3: warning: Value stored to 'bestDist' is never read
                   bestDist = dist;
                   ^          ~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 30e9137bf94f58f66cc6883b0a47eab3159c8be6
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sun May 8 16:42:50 2011 -0700

    Dead code removal
    
    xrandr.c:2978:33: warning: Value stored to 'first' is never read
                        if (!first) printf (" "); first = False;
                                                  ^       ~~~~~
    xrandr.c:2966:30: warning: Value stored to 'first' is never read
                            if (!first) printf (" "); first = False;
                                                      ^       ~~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 1e48aad532aa19a35efbee24cddca4c43e02afe7
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sun May 8 16:35:47 2011 -0700

    Dead code removal
    
    Removing the redundant setting of format = 32 in the XA_ATOM case.
    It was already set to that earlier whe it was assigned actual_format.
    
    xrandr.c:2770:3: warning: Value stored to 'format' is never read
                    format=0;
                    ^      ~
    xrandr.c:2782:7: warning: Value stored to 'format' is never read
                        format = actual_format;
                        ^        ~~~~~~~~~~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit dd2a2e7dc918c57aae3df57118042e4362377243
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sun May 8 16:29:51 2011 -0700

    Mark usage, fatal, and panic as _X_NORETURN
    
    xrandr.c:634:13: warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'output')
        output->next = NULL;
        ~~~~~~  ^
    xrandr.c:1214:6: warning: Access to field 'mode' results in a dereference of a null pointer (loaded from variable 'crtc_info')
            if (crtc_info->mode == None)
                ^~~~~~~~~
    xrandr.c:1252:5: warning: Array access (via field 'outputs') results in a null pointer dereference
        crtc->outputs[crtc->noutput++] = output;
        ^     ~~~~~~~
    xrandr.c:1638:33: warning: Access to field 'name' results in a dereference of a null pointer (loaded from variable 'output_info')
            set_name_string (&output_name, output_info->name);
                                           ^~~~~~~~~~~
    xrandr.c:1725:10: warning: Access to field 'changes' results in a dereference of a null pointer (loaded from variable 'output')
                if (output->changes)
                    ^~~~~~
    xrandr.c:1848:10: warning: Access to field 'mode_info' results in a dereference of a null pointer (loaded from variable 'relation')
                if (relation->mode_info == NULL)
                    ^~~~~~~~
    xrandr.c:3194:11: warning: Array access (from variable 'mode_shown') results in a null pointer dereference
                        if (mode_shown[j]) continue;
                            ^~~~~~~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit d58d70f6781308de2f905b71a0bfcea1506b0008
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 19 10:06:56 2011 -0500

    config: move man pages into their own directory
    
    Use services provided by XORG_MANPAGE_SECTIONS.
    Use standard Makefile for man pages.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 3b18de7f030b89bcbaa54686490c406f73f824d0
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 17:15:36 2011 -0500

    man: replace hard coded man page section with substitution strings
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 7c3b0664e6ee3c3e43724c3922257e1138accd7c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 11:15:48 2011 -0500

    man: remove trailing spaces and tabs
    
    Using s/[ \t]*$//
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit b94179dd0538c73ff4628d43f4b8f492351ddd9c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 16:28:02 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    This silences an Autoconf warning

commit 275249f6d162c8ce8a080bef8a2955fd8e72b67c
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Jan 10 17:56:16 2011 +0100

    Add --current to usage.

commit 2b67c3d80d1e7736cf4fe9f093ab604dc02ad7be
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:28:41 2010 -0700

    xrandr 1.3.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 46c3cb9103ecd6f73a2908bb93004658069639c5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:26:40 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 52016812038732a3aabc6dfb63ded9d07de703ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:25:53 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5b74ff83949432b8abb9453415426a515e45eb20
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Oct 30 11:24:14 2010 -0700

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c7b90939f0ffcad17a5cc6cf1e28f7b027feeba5
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Oct 12 21:20:18 2010 +0200

    Call QueryExtension before any other RandR function (bug#30806)
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 051f912f1c009a2c318214e6b3e86fa5f576d0ff
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Sep 22 19:39:27 2010 -0700

    Bug 29348 - dot clock parameter missing from --newmode in man page
    
    https://bugs.freedesktop.org/show_bug.cgi?id=29348
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Julien Cristau <jcristau@debian.org>

commit a06506ca5df0a69e0ca27845855187ff62b78a9d
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jul 19 18:07:56 2010 +0100

    Bump to 1.3.3

commit 2cc54b2f6280cc2e5519b572f960ecef36d750ac
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jul 19 18:06:56 2010 +0100

    Require xorg-macros 1.4 for XORG_INSTALL

commit 7e6b0adcbd6c9e691b538f99536dcd7106ed1f6a
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jul 19 18:05:37 2010 +0100

    Kill cvs keyword

commit 61fc9cc04e1ac179ac5e2cc4ff861bb362f0b801
Author: Eric Piel <eric@triangle.(none)>
Date:   Sun Jan 10 00:08:53 2010 +0100

    xrandr: get gamma and brightness
    
    Even in verbose query mode, gamma and brigthness were not displayed.
    That's because they are not stored in the server the same way they are
    specified on the command line: they are stored as 256 * 3 u16 while
    the command line is 3 + 1 floats.  Still, this is useful info for the
    users, and they don't care about how it's stored in the server.
    
    So we do a regression over the values stored to recover info in the same
    way as on the command line: gamma and brightness.
    
    Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
    Reviewed-By: Matthias Hopf <mhopf@suse.de>

commit b5627bb72b3ca2c7f5a702b7134a5c6dd4f83687
Author: Eric Piel <eric@triangle.(none)>
Date:   Sun Jan 10 00:08:53 2010 +0100

    xrandr: fix maximum gamma set
    
    Gamma is an array of 3 16-bit values. Currently, the maximum value assigned is
    255*256, which is only 65280. Make sure that when we set the gamma, the maximum
    value is 65535. It's slightly brighter but also helps to avoid kludges to
    detect clamped values when reading back the gamma.
    
    Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
    Reviewed-by: Matthias Hopf <mhopf@suse.de>

commit d138c73276226ce424d36e80ce745aa9461f110e
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Feb 11 10:08:07 2010 -0500

    config: move CWARNFLAGS from configure.ac to Makefile.am
    
    Compiler warning flags should be explicitly set in the makefile
    rather than being merged with other packages compiler flags.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit ac6606d8da914610446c5327813798bfbba4d6c2
Author: Éric Piel <eric.piel@tremplin-utc.net>
Date:   Wed Jan 6 14:42:15 2010 +0100

    xrandr: fix brightness to prevent gamma to overflow and to allow 0
    
    With the new brightness option, gamma would overflow with values > 1,
    leading to rainbow looking screen.
    
    In addition, have the brightness by default to 1, so that specifying 0
    actually does the expected behaviour of leading to a black screen.
    
    Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
    Reviewed-by: Matthias Hopf <mhopf@suse.de>
    Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>

commit ccb3f8a42b25819cd1812f179544b52c2f03d1aa
Author: Yann Droneaud <ydroneaud@mandriva.com>
Date:   Tue Nov 17 15:39:02 2009 +0100

    xrandr: Remove --clone / --extend support code
    
    Code handling --clone and --extend is not used.
    The usage message regarding those options was already commented out.
    
    Signed-off-by: Yann Droneaud <ydroneaud@mandriva.com>
    Acked-by: Matthias Hopf <mhopf@suse.de>

commit 1f8e27cd71560c154f6b1f7472ae2518f5df10e0
Author: Matthias Hopf <mhopf@suse.de>
Date:   Tue Jan 5 14:58:42 2010 +0100

    Language fixes.

commit 5f7d052d63875f059f5693c68ee9fdf559ad5300
Author: Yann Droneaud <ydroneaud@mandriva.com>
Date:   Tue Nov 17 15:39:01 2009 +0100

    xrandr: Use a prefix for enum type _policy and _relation like other enums in xrandr.c
    
    Try to apply the same coding style to enum _policy and enum _relation.
    
    This patch also workarounds bug #12958 .
    
    Signed-off-by: Yann Droneaud <ydroneaud@mandriva.com>
    Acked-by: Matthias Hopf <mhopf@suse.de>

commit b481bd0df87c6b474d8c443b6590bbafac482485
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
Date:   Sun Oct 25 03:41:05 2009 +0600

    Add --brightness for CRTC
    
    --brightness n.m adjusts gamma set for CRTC in order to compensate
    for overly bright or overly dark unmanageable outputs.
    
    Signed-off-by: Matthias Hopf <mhopf@suse.de>

commit 7d463218c584b683c9946cbff44bc69115eaa11b
Author: Matthias Hopf <mhopf@suse.de>
Date:   Sun Jan 3 00:40:19 2010 +0100

    xrandr: add more information about the transform option in the manpage
    
    Add information about the transformation, stating it's a homogeneous
    coordinate transformation and adding the (simplified) pixel calculation
    formula. Also and an example of keystone shaping generated using the algorithm
    found in xkeystone.
    
    Based on a patch by Eric Piel <eric.piel@tremplin-utc.net>
    
    Signed-off-by: Matthias Hopf <mhopf@suse.de>

commit 27f86db064a5ea60b942fd3d3ddeb462d980df9b
Author: Dominik Jasiok <yahoo.com.pl@gmail.com>
Date:   Tue Dec 22 10:48:04 2009 -0800

    xrandr: check_strtod should return double, not int
    
    check_strtod performs error checking around strtod to ensure that
    arguments are correctly processed. However, it also accidentally(?)
    cast the result to int, which was then universally cast back to double
    by all callers. Narrowing and re-widening the type doesn't make any sense.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit df254d851cae1dcd1032e307bc828a5800e7342c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:54 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 22c90544537e661b71705c59e35616abb5aa4e55
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:08 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit 35ffd6a8768e16d6fc7bc7c840e35a7802796b21
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:25 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit a397f434db4f30e22534b8fe684b8f67f493db40
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:39 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 436a873b54990b77ac8024e20284de53c58c7850
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:16 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit b81a4976701606d1406ff56b91f13331e5f35860
Author: Yann Droneaud <ydroneaud@mandriva.com>
Date:   Tue Nov 17 10:34:41 2009 +0100

    xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR
    
    xrandr.c uses structures defined in <X11/extensions/Xrandr.h>
    provided by 'libXrandr' package but tests structures availability
    through RANDR_MAJOR/RANDR_MINOR defined in <X11/extensions/randr.h>
    provided by 'randrproto' package.
    
    Sometimes they are not in sync so it's safer to rely on checks made
    by configure script through pkg-config.
    
    In my test case, XRRPanning structure is not defined in Xrandr.h,
    RANDR_MAJOR is 1 and RANDR_MINOR 2 but xrandr.c try to use it anyway.
    (for the record, XRRPanning was added in libXrandr-1.2.91).
    
    Signed-off-by: Yann Droneaud <ydroneaud@mandriva.com>
    Reviewed-by: Rémi Cardona <remi@gentoo.org>

commit b84560759141ed52b8779c184184f888e9be8b2f
Author: Éric Piel <eric.piel@tremplin-utc.net>
Date:   Mon Oct 26 14:11:02 2009 +0100

    xrandr: do not segfault when "--scale" or "--transform" have no output
    
    "xrandr --scale 2x2" segfaults, because the --scale (and --transform)
    options do not check for an existing output.
    
    Make sure there is an output specified (like every other options).
    
    Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
    Signed-off-by: Matthias Hopf <mhopf@suse.de>

commit 34829957441a10f6b6e31141aa1018f7a72aeaf9
Author: Éric Piel <eric.piel@tremplin-utc.net>
Date:   Mon Oct 26 13:57:10 2009 +0100

    xrandr: make --query really the default option
    
    The manpage states that "--query" is the default action when nothing
    specific is requested. However, some options such as "-display" or
    "--screen" lead to do nothing by default. This makes sure that unless
    something specific is requested, query is done.
    
    This also restores the behaviour of --q1 to the same one as the old
    xrandr: also display the info on rotation and reflection by default.
    
    Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
    Signed-off-by: Matthias Hopf <mhopf@suse.de>

commit 07bf47f32b1f4c256e32b5b47ab52ef55605370a
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Oct 21 12:47:21 2009 -0700

    This is not a GNU project, so declare it foreign.
    
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
    > > it and git wants to commit it.  Should these files even be in git?
    > > Can I nuke them for the betterment of humanity and since they get
    > > created by autoreconf anyways?
    >
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    of the INSTALL file. It is also part of the 24206 solution.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>

commit 8d2702cae3b6a78cfd8d480dfb8209091917af2a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:29 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 5da0cb3533aa829588b2e6d715d511691fa1e45f
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Sep 10 13:18:35 2009 +0200

    Bump to 1.3.2

commit e5861530a6c3bb6219217e5f3ddc71f13b9509c4
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Sep 10 13:17:56 2009 +0200

    Add missing 'static's to get rid of warnings.

commit ab875be43651befa654a24719f1ea365dde09073
Author: Bart Massey <bart@cs.pdx.edu>
Date:   Thu Feb 7 14:03:24 2008 -0800

    changed a bunch of string to number conversions for reliability

commit 25325aae2e80cb33af17682a6cd1bcd292a5f445
Author: Bart Massey <bart@cs.pdx.edu>
Date:   Fri Sep 4 15:36:51 2009 +0200

    Warn if one of the outputs given did not exist

commit 713a8ea5646f7c893b52afeb3c2443b21b837e46
Author: Matthias Hopf <mhopf@suse.de>
Date:   Tue Aug 11 16:11:39 2009 +0200

    Bump to 1.3.1
    
    Also finally bump xrandr requirement to 1.3

commit b9166441bdb08ef76b9c6712da5902b0dcbf03f3
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jul 20 16:44:52 2009 -0500

    bfo#22864 - grab the server around all modifications to CRTCs
    
    We were not grabbed while disabling the CRTCs that should be off, so other clients could think
    that there was an intermediate stage with no enabled outputs.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

commit 68d5134142e3c616f3996c7ea8d08c887ce56118
Author: Éric Piel <E.A.B.Piel@tudelft.nl>
Date:   Tue Jul 14 21:36:32 2009 +0200

    xrandr: Document --nograb option
    
    Op 08-07-09 15:19, Matthias Hopf schreef:
    > On Jul 07, 09 22:02:51 +0200, Éric Piel wrote:
    >> Op 21-05-09 13:23, Éric Piel schreef:
    >>> This documents the --nograb option with whichever I could understand of
    >>> the advantages and drawbacks of grabbing the screen.
    >>>
    >>> Also fixes the formatting in the xrandr 1.3 options.
    >> Please review and apply.
    >
    > Please resend as attachment.
    >
    Please find attached the git patch.
    
    Thanks,
    Eric
    
    >From 34e7c1036ba0e0d7827563deaffea9371031fa0b Mon Sep 17 00:00:00 2001
    From: Eric Piel <eric.piel@tremplin-utc.net>
    Date: Thu, 21 May 2009 13:01:52 +0200
    Subject: [PATCH] xrandr: Document --nograb option
    
    This documents the --nograb option with whichever I could understand of
    the advantages and drawback of grabbing the screen.
    
    Also fixes the formatting in the xrandr 1.3 options

commit 73e38a31e5b7c68f8f3227a47d98ec55097999c7
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Jul 6 18:30:05 2009 +0200

    Fix missing prototype warning.

commit 3408ca77af6a45b15b89bdd1ce9d5aac9646f6b8
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Jul 6 18:28:23 2009 +0200

    Report program version as well with --version.
    
    This has bitten us too often already (the infamous uncloning bug).

commit 47502f66f7c51ad575d63f28de49f285c4de7062
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Apr 1 11:03:10 2009 -0400

    xrandr 1.3.0

commit beb228842c77fab4a446e028dd501a01f0fb3fd3
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Feb 17 13:45:32 2009 -0500

    Allow zero replies from GetPanning to mean panning is unavailable.

commit 9418f5523bd923b122f6e67c33c40e0e9c29ab50
Author: Aaron Plattner <aplattner@nvidia.com>
Date:   Wed Mar 4 15:49:10 2009 -0800

    Set the screen config on the correct screen.
    
    Otherwise, "DISPLAY=:0.0 xrandr --screen 1 -s 1" fails.

commit 39a16783a3d1c0c722b4b18fab60a91b9f6ed578
Author: Matthias Hopf <mhopf@suse.de>
Date:   Fri Mar 6 14:49:43 2009 +0100

    Revert "Move outputs among crtcs as necessary. Fixes 14570"
    
    This reverts commit 4dcc8ae1a6903434def1a2706f7c68ff9e2a17c4.
    The commit broke uncloning completely again.
    
    Conflicts:
    
    	xrandr.c

commit 880f045202d1e70368b855c3783604e19be946b8
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Feb 1 14:39:30 2009 +0100

    Bump to 1.2.99.4

commit 010dfc4bdd309256aecd006bb2b5b6937c2a119c
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Feb 1 14:34:15 2009 +0100

    Document the --primary and --noprimary options

commit 48014498d275a9aab986b4bf295538a5b38ddfeb
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Feb 1 14:12:21 2009 +0100

    Document the --current option

commit 909defc8a2b009ab845d875ba10e1ca01fb9d648
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Jan 30 20:37:34 2009 -0800

    Add --noprimary option

commit 6c70e0ee693ea293e8674d049249b462f3d36855
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Jan 30 20:11:10 2009 -0800

    Add --primary option
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 77891e7900765a320ad3d43b56bbb1f3081b6582
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Jan 30 20:11:02 2009 -0800

    Add --nograb option
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 6f3e2bb207cff069791811ef2bbe7798759ed810
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Dec 9 21:26:50 2008 -0800

    Add --current option to use new XRRGetScreenResourcesCurrent API
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit d98d1f4055d8fbae1dc8d8c54467bfef21010694
Author: Matthias Hopf <mhopf@suse.de>
Date:   Fri Jan 30 17:46:05 2009 +0100

    Several fatal() were missing \n.

commit 9ea6e4210d49c13991a7d07e54f6f59e3dc8ce72
Author: Éric Piel <E.A.B.Piel@tudelft.nl>
Date:   Mon Jan 19 16:18:46 2009 +0100

    Add docs for --transform and --scale.
    
    The new --transform and --scale options were added, but not yet
    documented. This includes also an example of usage of panning and
    scaling at the same time.

commit 4d381d6a88fe147f8b6eabd765a2f42c6402d8c6
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 26 16:40:59 2009 -0200

    Correct make distcheck and gcc/sparse warnings.

commit 7509ecb290689e0b1d5e1000c9fbd312f1efb4ca
Author: Maarten Maathuis <madman2003@gmail.com>
Date:   Mon Jan 5 19:47:21 2009 +0100

    Stay away from doublescan modes unless a refresh rate is specified.

commit f77ad847c0d3f8f0c6e8ffbf0bec39e5e9c5ded0
Author: Maarten Maathuis <madman2003@gmail.com>
Date:   Mon Dec 22 19:46:24 2008 +0100

    Fix gamma computation.
    
    - The previous version sometimes overflowed.

commit 5ddde7151841a8db99a2f38689a176114b2a45e5
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Dec 18 16:09:39 2008 +0100

    Print multiple Atom and INT32 properties.
    
    Improve output formating of strings.

commit 96af64f0de71f4149740b486baaefca744bb1bc1
Author: Maarten Maathuis <madman2003@gmail.com>
Date:   Wed Dec 17 17:18:14 2008 +0100

    randr-1.2: support gamma changes.

commit 9b7a2a3d4ac7891bd5372a581e6a55a1c81497ef
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Dec 15 20:39:43 2008 +0100

    Bump to 1.2.99.3

commit e80add8a407a9327bda209ff11a97dc3336e0cab
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Dec 15 21:00:55 2008 +0100

    Add keystone.5c to EXTRA_DIST

commit c98591b0bf4753c4c075eccde6023ef644f8bf96
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Dec 15 20:36:40 2008 +0100

    Don't trash panning area, except if --panning or --fb is given.
    
    Almost anything used to reduce the screen size to the current mode size, which
    is counter-productive when panning is active.

commit 8cb63b6df9e46e8b06a57cb54ad460355b604399
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Dec 11 17:09:47 2008 +0100

    Panning tracking areas describe full screen if set to 0. Use it as default.
    
    Also improve reduced output on default tracking and borders.

commit b5efbb31ec7c27895507add4497dbfc87f930bb3
Author: Adam Jackson <ajax@redhat.com>
Date:   Mon Dec 8 16:37:59 2008 -0500

    Accept --props synonym for --prop

commit 57cabac91099a8abd5afad75de64e54930c078ec
Author: Matthias Hopf <mhopf@suse.de>
Date:   Mon Dec 8 12:24:37 2008 +0100

    Only set transforms if actually changed.
    
    Re-enables other crtc settings if transforms are not supported.

commit 970f689651fc86fa7a2ba24f0fab5f86f01af349
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Dec 4 17:47:05 2008 +0100

    Add manpage entry.

commit d030ae78e8516b916e9ea1ea81e3b4859bf35875
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Dec 4 15:57:22 2008 +0100

    Bump to 1.2.99.2, RandR requirements to 1.2.99.2

commit f6b5862f87ba7e1729c46136ef7754a06301853f
Author: Matthias Hopf <mhopf@suse.de>
Date:   Fri Nov 28 17:16:11 2008 +0100

    Add panning support.

commit 1dc67ca918446cb7db4819f60f36e7bc6f4c047b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Dec 6 11:40:53 2008 +0100

    Don't use GNU make only constructs.

commit 7963d4217c12d2e4b0c38ad4ff185462784609f7
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Dec 1 23:27:51 2008 +0100

    Require libXrandr 1.2.91

commit ba78e14c8c43a141fc5227e7bb75d6cfd0f70dba
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Dec 1 21:45:47 2008 +0100

    Fix build outside of the source dir

commit 63ba316bcbe8ad61ba63d9fe62c82e7d56dcc399
Merge: a813c4d 1b95e32
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Dec 1 21:33:35 2008 +0100

    Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/app/xrandr

commit 1b95e32b4b0a4a114e0fbebe8a18316d2f9010cf
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Nov 14 14:14:24 2008 -0800

    Add --scale and --transform to --help output

commit e9a5d1c598cd0440f062240430a9b86b4d514ada
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Nov 14 14:13:51 2008 -0800

    Check return value from XRRGetCrtcTransform
    
    XRRGetCrtcTransform will return 0 if the X server does not support this
    request.

commit a813c4da7f0b166ee9001fa97c5d8d64e5b5b560
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Aug 19 09:39:00 2008 -0700

    Man page typo fix

commit 8ef4595aef15b7326822849a50c273f2a2b4ba30
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Aug 15 21:23:13 2008 +0200

    Manpage typo fixes

commit 977275a13be0687efc3db1fd3763174ff1256210
Author: Eric Piel <E.A.B.Piel@tudelft.nl>
Date:   Sun Aug 10 23:28:25 2008 +0200

    update the manpage
    
    Describe all the options supported, including: --dryrun, -display,
    --q1, --q12, and --rate for 1.1
    Describe all short and long version of the option.
    Use the usual man style for the option arugments.
    Move the four --*mode options out of the output section as they are
    independant of an output.
    Mention cvt for computing modelines.
    Gives some examples.

commit 3046799a06ecb79211ef0f4a2db9de4eec7233fb
Author: Egbert Eich <eich@freedesktop.org>
Date:   Sun Aug 3 13:24:49 2008 +0200

    Fix for 64bit: feed a pointer to the right size variable to scanf().
    
    XID is unsigned long, however %x in scanf takes a pointer to an unsigned int.
    Thus with XID xid, a sscanf(..., "0x%x", &xid) will most likely produce the
    wrong results.

commit 0d2082e9eb25cb7410309eed908b7f95abb8da79
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Apr 1 23:46:02 2008 -0700

    Exit when select output is not available

commit 18a189993b3df8bc54a79e0d62240ef203d6f34f
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Apr 1 23:44:50 2008 -0700

    Fix up xkeystone to use current screen/output settings

commit 9e8860f9231926090462ea20132cc9e1d64e5fe4
Author: Keith Packard <keithp@keithp.com>
Date:   Sun Mar 30 19:03:53 2008 -0700

    Execute xrandr to set keystone correction

commit 206bfbea4ebe854fdfa66e8a6fbd9296b6004c0e
Author: Keith Packard <keithp@keithp.com>
Date:   Sun Mar 30 19:03:29 2008 -0700

    add --transform none to reset to identity

commit 443e1f80c885133ae6df590f1a7663833c76b7f3
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Mar 21 23:29:41 2008 -0700

    Build and install xkeystone program from keystone.5c

commit a7a7eea510b5a87c1e12516fadae4d13bd26e0a0
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Mar 21 23:26:30 2008 -0700

    Track toolkit name change (chrome->nichrome)

commit 74dae9d4b06369a1863e7a68b7b3772751e06ff1
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Mar 21 03:17:44 2008 -0700

    Add keystone.5c program to help compute transforms.

commit 46bd35dd9004c0f9f47dc44b77a8c28e3ab7ced1
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Mar 21 03:17:40 2008 -0700

    Make screen undersize a warning instead of an error

commit b816bf38b418618c2f1cb5ded09aa3b346f8eb15
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Mar 18 16:04:34 2008 -0700

    Add --transform to pass arbitrary transforms to the server

commit 3809884530223e32f7026ec987257cb91e2122a9
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Mar 18 16:04:22 2008 -0700

    Eliminate inverse matrix from randr transform protocol
    
    It is easier, and potentially more precise, to compute the inverse in the
    server where everything can eventually be kept in floating point form.

commit 854a7c2916455fec5ec1ba87576e26706d151381
Author: Keith Packard <keithp@keithp.com>
Date:   Mon Mar 17 13:59:40 2008 -0700

    Transform mode bounds when computing sizes.
    
    Ensure screen sizes are compared with projected mode image, including
    rotation and transformation.

commit bed3da4feaa505a5b50a4c94b0e6661bdac1fcbd
Author: Keith Packard <keithp@keithp.com>
Date:   Sat Mar 15 00:35:08 2008 -0700

    Manage transform filters. Use bilinear for non-identity scale.
    
    This involved creating a compound transform datatype to hold all of the
    relevant transform and filter information. Adding arbitrary transforms
    should be fairly easy at this point.

commit ba35bb5d306f4edf9a47b92f249132a0814f5db1
Author: Keith Packard <keithp@keithp.com>
Date:   Mon Mar 10 21:19:41 2008 -0700

    Add output scaling using the 1.3 transform requests

commit 4dcc8ae1a6903434def1a2706f7c68ff9e2a17c4
Author: Hong Liu <hong.liu@intel.com>
Date:   Mon Mar 10 21:37:09 2008 -0700

    Move outputs among crtcs as necessary. Fixes 14570
    
    This patch makes new requests override existing crtc allocations. Outputs
    with restricted crtc usage can now force existing outputs to switch
    automatcially.

commit 7465357396e2f32325791e27f28cbbe9753db3ab
Author: Adam Jackson <ajax@redhat.com>
Date:   Fri Mar 7 16:38:28 2008 -0500

    xrandr 1.2.3

commit 4450756d2d1d86f3c0bfaef81f6265f795468f32
Author: Brice Goglin <bgoglin@debian.org>
Date:   Sat Dec 15 00:59:00 2007 +0100

    Clarify the ability to manipulate multiple outputs in the manpage

commit 5c2a003adab4aaa979a095e18793b01cfa694bf4
Author: Brice Goglin <bgoglin@debian.org>
Date:   Sat Dec 15 00:49:35 2007 +0100

    Allow the same output to be specified several times on the command line
    
    Without this
      xrandr --output FOO --mode 1024x768 --output FOO --rotate left
    only changed the mode but did not apply the rotation.
    
    Reported by Marc Haber in
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455225

commit ab5e07fdd10f6340289b786414804a034ca98f0b
Author: Matthias Hopf <mhopf@suse.de>
Date:   Fri Nov 30 16:13:51 2007 +0100

    Add another test known to fail.

commit 4bc84c331f4f0f0658ad1f6c0107e3e6af2a7911
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Nov 29 19:54:34 2007 +0100

    Add informational output for known issues.

commit 3fb533ff896bd642200e7242c4d35a887faeca74
Author: Matthias Hopf <mhopf@suse.de>
Date:   Thu Nov 29 19:54:03 2007 +0100

    Add more tests, mostly regarding crtc switching and uncloning.

commit 20c8a60950cb5b4ddef305dc9822bec1c33e938c
Author: Matthias Hopf <mhopf@suse.de>
Date:   Wed Nov 21 16:48:23 2007 +0100

    Oops. Fix missing space introduced by last commit.

commit 3347c849462b737a873a279c24d17c873667c821
Author: Matthias Hopf <mhopf@suse.de>
Date:   Wed Nov 21 16:47:08 2007 +0100

    Be more robust in test case if mode database is borked.
    
    If modes are reported multiple times per output only bother for the last.

commit 81e8f2f5673befded3320424f4511e322d41c80b
Author: Matthias Hopf <mhopf@suse.de>
Date:   Wed Nov 21 16:41:33 2007 +0100
[--snip--]
