[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxrandr: Changes to 'upstream-unstable'



New branch 'upstream-unstable' available with the following commits:
commit 382b7a3cfabdd37a6231e18a2ac92bc8a3722b79
Author: Eric Anholt <eric@anholt.net>
Date:   Tue Jan 16 13:10:49 2007 -0800

    Return a valid property info even if we lack valid value sets.
    
    Previously, XRRQueryOutputProperty90 would return an uninitialized pointer if
    num_values was 0.

commit 36a4a633a93a89bd854f49e670777925c9751de3
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Sat Jan 6 12:42:47 2007 -0800

    Avoid nested LockDisplay calls.
    
    XRRFindDisplay must make extension requests that use LockDisplay, so don't
    call it with the display locked, instead pass the info around to the
    internal functions that were calling it themselves, having acquired the info
    before the outer LockDisplay is called.

commit d70a3e7f111cb65c37edfa78ca66449338d3bb8f
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Sat Dec 30 13:11:10 2006 -0800

    Failed to copy rotations from reply to XRRCrtcInfo.
    
    XRRGetCrtcInfo was not moving the rotations value from the wire reply
    structure to the XRRCrtcInfo being returned, leaving the value uninitialized.

commit bc75a92cac23dad4a661a13e6af121f6072cecc8
Merge: 7fcdcbb0f9c4736bd678be7f9bf76d472293233f 370fa28a6afd70ec91411edf1413c0e448ae45b6
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Dec 2 11:27:36 2006 +1100

    Merge branch 'randr-1.2'

commit 370fa28a6afd70ec91411edf1413c0e448ae45b6
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Nov 30 21:56:59 2006 -0800

    Add initial implementation of crtc gamma and mode adding requests.
    
    They build. More testing seems indicated.

commit 7fcdcbb0f9c4736bd678be7f9bf76d472293233f
Merge: 875867f275803682e58f0649f054a83293c6e02c 0dba1be7969aa56f934d93889cbd589b3dafd3d4
Author: Eric Anholt <eric@anholt.net>
Date:   Mon Nov 27 15:41:03 2006 -0800

    Merge branch 'randr-1.2'
    
    Conflicts:
    
    	configure.ac

commit 0dba1be7969aa56f934d93889cbd589b3dafd3d4
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Mon Nov 20 20:59:18 2006 -0800

    Change properties to have a pending value and report valid values.
    
    Pending values are transferred to current values at mode set, allowing a
    queue of values to accrue in preparation for the modeset operation while
    still reporting valid 'current' values for applications.
    
    The set of valid values is also available so applications can present
    a reasonable list to the user during configuration.

commit 8edabfeba65562f026111b35ec14a9801b4b6a5c
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Nov 16 13:35:46 2006 -0800

    Remove RandR output options.
    
    Options are to be implemented as properties instead.

commit 7ac8dba76fe33b13620e023699bf971fe8c99fb2
Author: Eric Anholt <eric@anholt.net>
Date:   Thu Nov 9 20:26:33 2006 -0800

    Return the right actual property type for XRRGetOutputProperty.

commit b49342b58d17267fae81205f1a89263ec4d3d114
Author: Eric Anholt <eric@anholt.net>
Date:   Thu Nov 9 17:07:55 2006 -0800

    Add support for various output property requests.
    
    These should be reviewed by someone with proto clue, which I'm generally
    lacking.

commit 6676505b6012c97d2f711a84237fa14a62d1d33d
Author: Keith Packard <keithp@mandolin.keithp.com>
Date:   Wed Nov 1 00:25:45 2006 -0800

    Moving physical size from mode to output.
    
    Follows protocol change which places physical size
    information in the output rather than (inappropriately)
    in each mode line.

commit 875867f275803682e58f0649f054a83293c6e02c
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 17:09:57 2006 -0400

    Bump to 1.1.2

commit 6eacf491a094add48363d530357dce0d25b8f244
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 16:25:00 2006 -0400

    Bump to 1.1.1

commit d914d05d34991b4cfa3af411fd2a3e281ea0e73b
Author: Jamey Sharp <jamey@minilop.net>
Date:   Thu Oct 12 17:42:48 2006 -0700

    Do not call UnlockDisplay without calling LockDisplay.
    
    Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this
    bug and a correct fix.

commit ab4207db14d70384f017cc2a22379d7c358b60e0
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Wed Oct 4 20:04:09 2006 -0700

    Remove mode origins. Add preferred mode count.

commit dd0fb435a0168d4041ecd81024d6493295651c61
Author: Keith Packard <keithp@guitar.keithp.com>
Date:   Tue Oct 3 21:03:10 2006 -0700

    Add mode origins and output options.

commit cb1dbb7c2446ddf514ee709fba940cc4e75438a0
Author: Keith Packard <keithp@guitar.keithp.com>
Date:   Wed Sep 20 20:00:57 2006 -0700

    XRRGetScreenSizeRange returns Status. Lots more requests added.
    
    XRRGetCrtcInfo
    XRRSetCrtcConfig
    XRRGetScreenSizeRange
    XRRSetScreenSize
    
    properties still to do.

commit c712df73eeb0cb84aad6a0bec2be0f480418c217
Author: Keith Packard <keithp@guitar.keithp.com>
Date:   Tue Sep 19 00:42:49 2006 -0700

    Start update to 1.2, splitting code across multiple files.

commit a8abbe92f0486f174fb89ca2c81eabede646bf32
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 14:59:05 2006 -0700

    renamed: .cvsignore -> .gitignore

commit 88f4e37d937f171352dc0089a0903c0a3d9487d8
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Feb 12 18:19:22 2006 +0000

    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
        not created correctly when MANDIR & MANSUFFIX don't match.

commit c6541af3ef1cfaba57a73369090b6ac1a38b9b1e
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:33 2005 +0000

    Update package version number for final X11R7 release candidate.

commit be2b102d0ce89f4ac2eb2c2aad5b2e3af947abba
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:44 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 8f9937022d259917ea7f1a3fefab58607300756a
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:45 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 127ec4993118efe56caef761febef86eae2b7300
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 04:41:50 2005 +0000

    Add check and cflags for malloc(0) returning NULL.

commit 89f4aca8d76806edf51d4999223011cbff1c3f55
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:03:06 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit bf2fcad15b7bf2c505f5478648bf6ecbc0be701a
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Nov 19 07:15:43 2005 +0000

    Update pkgconfig files to separate library build-time dependencies from
        application build-time dependencies, and update package deps to work
        with separate build roots.

commit a27c3d61d107fe4af33181a63f8ea951367ff418
Author: Kevin E Martin <kem@kem.org>
Date:   Mon Nov 14 22:02:13 2005 +0000

    Fix pkgconfig deps for separate build roots.

commit 1d690983d20e3d874b7f0e7f430e3d0cf2710c53
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:19:13 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 090314b101b9d3626dc0dc970be68aec7e382d0f
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:11:51 2005 +0000

    Update pkgcheck dependencies to work with separate build roots.

commit 2deac5f213ee0a1cedccc721cd015691661b8002
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:11 2005 +0000

    Update package version number for RC1 release.

commit 33d17445401ec09bb0c2305d477b00c3abc2182a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:00:09 2005 +0000

    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit a42c72fe8924e98f0794e37dec8e5ef49fd7423c
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 21:13:22 2005 +0000

    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
        suffix rule (reported by Matthieu Herrb)

commit 13ec5d5d689bb03e01d8f269d2c7a72e4cf0b5f1
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Oct 13 05:06:10 2005 +0000

    [lib/Xrandr]
    Use sed to fill in variables in man page Add shadow man pages for man pages
        that document multiple functions.

commit 544ec9ae021fecc6001df97a6000095f294b7422
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Oct 13 02:56:42 2005 +0000

    Fix troff macros from last commit to not generate cpp warnings

commit f678f6cc9b73960c3ad61cc93fc61acefbe40ef5
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Oct 12 23:45:05 2005 +0000

    Use troff macros to prevent cpp eating C comments & #defines that are
        supposed to appear in man page output.

commit a42516d3a5aa532ed7c19fa128afd63d159676f8
Author: Aaron Plattner <aplattner@nvidia.com>
Date:   Fri Sep 30 04:25:14 2005 +0000

    Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994
        <https://bugs.freedesktop.org/attachment.cgi?id=2994> Swap the screen
        dimensions when handling XRRScreenChangeNotify events for 90- and
        270-degree rotations. This fixes KDE's panel placement for rotated
        screens.

commit f9c9043f2a6787cdb6ab130f66fd39b29e7f2506
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:52 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit 6fd64a5c552ce5f0559838b2b4ae5a27b40e52f1
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Jul 23 05:27:00 2005 +0000

    Fix distchecks

commit bceba127b9b671e378030b348f36602eb44278af
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sat Jul 16 07:34:59 2005 +0000

    Set soversion to 2.0.0 with -version-number.

commit 63538e6c68e1697e027e55a5015791de3af7bc8c
Author: Keith Packard <keithp@keithp.com>
Date:   Sat Jul 9 06:48:05 2005 +0000

    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

commit 3f5e389cb5bd5305cc45aca522086d3b92506265
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Jul 2 06:35:03 2005 +0000

    Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems

commit 48a3a08206e827a5af88d6a2d8ac62aa3bbbe122
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Jun 10 14:10:29 2005 +0000

    Bug #1976: Fix deadlock when attempting to initialise with threads.

commit 1279a7f95e654bb33c9057e25a291e2a093f2dee
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date:   Thu Jun 9 12:52:44 2005 +0000

    Require renderproto instead of render for pkgconfig

commit 9c36643810a7e837f325970ddd5964bbff4971b6
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jun 8 20:22:47 2005 +0000

    - Don't search for non-autoconf'ed X libs in Xrandr
    - Rename man page Xrandr.3

commit 73b3dff9d12d417716c19a33a95eac5f73e5da13
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jun 8 19:19:31 2005 +0000

    Add Xcursor
    conditionally include config.h

commit 32107cdd57b4796c3f41ac56c9ba683be3d894af
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jun 8 17:48:03 2005 +0000

    Check in build system for Xrandr

commit 84264cf7a9ce88850f3bc18428e2c046ff0251ed
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date:   Sat Dec 4 00:42:48 2004 +0000

    Encoding of numerous files changed to UTF-8

commit a9b18ca5a13816d4ffbbd00d3fc80a048e84e94f
Author: Egbert Eich <eich@suse.de>
Date:   Mon May 24 19:06:58 2004 +0000

    Fix build glitches when building modules independently using Imake.

commit 76f134caf8da6a08f0fb3587868efaec401c7e74
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 18:43:47 2004 +0000

    Merging XORG-CURRENT into trunk

commit 634976e69c2d0cd014ac537acb1e52884c1d89b2
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:32:25 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit f07005c663731709ec6c5d7f36492ff3ac253845
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:11:30 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit e61377128a66342b8e39a4c5b7e2acd34f38799f
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:35:33 2004 +0000

    readding XFree86's cvs IDs

commit 696a58bfcb75b56cad6e5994f8c974ac4bb884da
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:22:44 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 731775dea70f37fd41e4a384d484236e9d0ce4ef
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Thu Dec 4 22:02:57 2003 +0000

    XFree86 4.3.99.901 (RC 1)

commit 35eca17cac066690575683bc1367b1fdaba1f4cc
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:28:15 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 8a8b419755dd3c815cc70265ed0d44e5f31028cc
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:49 2003 +0000

    XFree86 4.3.0.1

commit 52d0891b9e3c51d43fd13d0b2680b7e24b2f2e2d
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:49 2003 +0000

    Initial revision



Reply to: