pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xrandr
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 12 22:44:58 UTC 2013
Modified Files:
pkgsrc/x11/xrandr: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xrandr/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xrandr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index