2014-08-02 08:52:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.3:
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" \
messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.
Aaron Plattner (1):
xrandr 1.4.3
Connor Behan (2):
Remove duplicate printing of the axis
Allow -x and -y switches to undo themselves
Dominik Behr (1):
xrandr: use full range for gamma table generation
Stéphane Aulery (1):
Mention of --brightness with -h option
Thomas Klausner (1):
Remove unnecessary parentheses.
|
2014-03-31 10:34:55 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.2:
This minor bugfix release restores the ability to disconnect
providers from each other using "0x0" as the provider XID. For
example, to disconnect a display offload sink from its source,
use
xrandr --setprovideroutputsource <sink> 0x0
This release also formats the GUID provided by DisplayPort 1.2
displays in traditional GUID form.
Finally, this release increases the precision of refresh rate
calculations to disambiguate modes with very similar refresh
rates and to improve the accuracy for interlaced modes.
Aaron Plattner (5):
Split output property printing into a helper function
Move EDID printing into a helper function
Special-case printing of the GUID property
xrandr: document how to disconnect RandR 1.4 providers
xrandr 1.4.2
Dave Airlie (1):
xrandr: allow disconnecting of offload and outputs
Ville Syrjälä (2):
xrandr: Use more decimal places when printing various rates
xrandr: Use floating point for VTotal when calculating refresh rate
|
2014-02-05 10:44:18 by OBATA Akio | Files touched by this commit (1) |
Log message:
require libXrandr>=1.4, as PR pkg/48532.
also require xproto>=7.0.17.
|
2013-07-17 23:49:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.1:
This minor bugfix release makes the property list output more usable,
avoids passing uninitialized values to libXrandr, makes the handling
and documentation of --help and --version more consistent, and fixes
some compiler warnings.
Aaron Plattner (1):
Print spaces between XA_ATOM property values
Alan Coopersmith (3):
Declare capability_name() as returning const char *
Combine usage message strings
xrandr 1.4.1
Andy Ritger (1):
xrandr: calloc XRRModeInfo's passed to libXrandr.
Thomas (1):
Bug 56923 - Make command line options consistent (single vs double dash)
Thomas Klausner (1):
Protect config.h like usual.
|
2013-02-12 23:44:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.0:
New features:
* Support for RandR 1.4's provider objects. See the --listproviders,
--setprovideroutputsource, and --setprovideroffloadsink options for more
information.
* --set now allows a comma-separated list of values. This is useful with the
Border property to configure different border adjustments for different edges
of the screen.
* --scale-from, which specifies a scaling transform based on the desired
desktop size.
* --query now indicates which output, if any, is primary.
It also contains a number of bug fixes.
One notable behavior change is that the --gamma option now takes the actual
gamma value rather than the reciprocal of the gamma value. This matches the
behavior of other programs such as xgamma and the gamma configuration options in
xorg.conf.
Aaron Plattner (12):
Add a --scale-from option
xrandr: Fix string constness bugs
man: document provider options
xrandr: make providers a first-class citizen
xrandr: look for providers by name or xid
xrandr: Fix variable declaration warnings
Bug #11397: check that numeric --orientation arguments are in range
Bug #14118: print usage() to stdout, proper errors for bad arguments
Bug #29603: document that there might be multiple preferred modes
Bug #37043: adjust refresh rates for doublescan and interlace
Cast XID to unsigned int to suppress a printf warning
xrandr 1.4.0
Adam Jackson (2):
Document the rarer --newmode flags in --help output
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (3):
config: Add missing AC_CONFIG_SRCDIR
Mark fatal() and warning() as taking printf-style arguments
Fix -Wformat warnings about passing longs where ints were expected
Andy Ritger (5):
xrandr: use 1/gamma to compute gamma-correction
xrandr: fix gamma == 1.0 && sigbits != 8
xrandr: compute gamma-correction in [0,2^sigbits)
xrandr: extend '--set' syntax to allow a comma-separated list of values
xrandr: generalize output property printing
Colin Walters (1):
autogen.sh: Honor NOCONFIGURE=1
Dave Airlie (1):
xrandr: add provider interfaces
Eric S. Raymond (1):
Running text interspersed with options prevents DocBook translation; remove.
Jeremy Huddleston (1):
Include strings.h for strcasecmp
Keith Packard (3):
xrandr: Preserve current mode when switching crtcs
Update keystone program to run with new nichrome bits
keystone.5c: cairo-5 box semantics changed default layout
Pierre-Loup A. Griffais (2):
xrandr: move transform limit checking after scaling
xrandr: print primary output
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-23 12:28:48 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
|
2012-06-03 20:24:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.5.
1.3.5:
This minor bug fix release corrects several issues found by static
code analysis tools and cleans up some build configuration issues.
1.3.4:
This release corrects a mistake in the man page, and fixes the reporting
of missing RandR extension support when connecting to servers not supporting
it (such as Xorg releases with the Xinerama extension enabled).
|
2010-09-10 22:12:01 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to xrandr-1.3.3:
- allow getting gamma and brightness
- allow specifying maximum gamma
- remove --clone / --extend support
- fix some segfaults on bad command line
|
2009-11-09 19:27:53 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to xrandr-1.3.2. Changes:
Warn if one of the outputs given did not exist
changed a bunch of string to number conversions for reliability
Add missing 'static's to get rid of warnings.
|