summaryrefslogtreecommitdiff
path: root/app/xrandr/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-07-31 07:46:52 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-07-31 07:46:52 +0000
commitf67249be770df88e74b7fa8cdde9ab4d356dcb13 (patch)
tree78c0856f8c73862161ad751084ff35a297c31ad7 /app/xrandr/ChangeLog
parent456f7ec0f6c92c1b3d3b836e94bfbec72035c9b9 (diff)
Update to xrandr 1.3.3
Diffstat (limited to 'app/xrandr/ChangeLog')
-rw-r--r--app/xrandr/ChangeLog288
1 files changed, 283 insertions, 5 deletions
diff --git a/app/xrandr/ChangeLog b/app/xrandr/ChangeLog
index ddcf1538f..d1c184e0b 100644
--- a/app/xrandr/ChangeLog
+++ b/app/xrandr/ChangeLog
@@ -1,3 +1,281 @@
+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
@@ -298,7 +576,7 @@ Date: Mon Dec 1 21:45:47 2008 +0100
Fix build outside of the source dir
commit 63ba316bcbe8ad61ba63d9fe62c82e7d56dcc399
-Merge: a813c4d... 1b95e32...
+Merge: a813c4d 1b95e32
Author: Julien Cristau <jcristau@debian.org>
Date: Mon Dec 1 21:33:35 2008 +0100
@@ -776,7 +1054,7 @@ Date: Sun Feb 18 21:27:55 2007 -0800
Update version number to 1.2.0 for release.
commit 13cef2baa884039e96f5dfd9245bb949aed99448
-Merge: 065f09c... a175972...
+Merge: 065f09c a175972
Author: Keith Packard <keithp@neko.keithp.com>
Date: Sun Feb 18 21:26:50 2007 -0800
@@ -818,7 +1096,7 @@ Date: Sat Feb 10 16:14:58 2007 -0800
Display set of available CRTCs per output in --verbose mode.
commit 067cafb5cda0aa6e34773e888fd469ff657760c2
-Merge: 7c25c24... b0a00df...
+Merge: 7c25c24 b0a00df
Author: Keith Packard <keithp@guitar.keithp.com>
Date: Wed Jan 31 15:25:35 2007 -0800
@@ -977,7 +1255,7 @@ Date: Tue Dec 19 16:27:46 2006 -0800
Actually respect the --fb option
commit 7b32611632ab08b6a123db5df1c2b919b3a12104
-Merge: a0df3aa... 4bb1a9c...
+Merge: a0df3aa 4bb1a9c
Author: Keith Packard <keithp@guitar.keithp.com>
Date: Tue Dec 19 15:58:38 2006 -0800
@@ -990,7 +1268,7 @@ Date: Tue Dec 19 15:58:21 2006 -0800
Correct format for sscanf to double variable "dpi"
commit 4bb1a9cd6f9cc3ed61d7913528afa3f573092833
-Merge: b6c0382... 6ef400f...
+Merge: b6c0382 6ef400f
Author: Keith Packard <keithp@bouzouki.jf.intel.com>
Date: Wed Dec 13 11:36:36 2006 -0800