libXrandr: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Tue Nov 28 01:42:23 EET 2006


 configure.ac                    |    2 
 include/X11/extensions/Xrandr.h |  266 +++++++++++++++++++--
 src/.gitignore                  |    1 
 src/Makefile.am                 |   10 
 src/Xrandr.c                    |  506 +++++++---------------------------------
 src/Xrandrint.h                 |   16 +
 src/XrrConfig.c                 |  424 +++++++++++++++++++++++++++++++++
 src/XrrCrtc.c                   |  178 ++++++++++++++
 src/XrrMode.c                   |   63 ++++
 src/XrrOutput.c                 |  131 ++++++++++
 src/XrrProperty.c               |  344 +++++++++++++++++++++++++++
 src/XrrScreen.c                 |  246 +++++++++++++++++++
 12 files changed, 1760 insertions(+), 427 deletions(-)

New commits:
commit 7fcdcbb0f9c4736bd678be7f9bf76d472293233f
Merge: 875867f... 0dba1be...
Author: Eric Anholt <eric at 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 at 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 at 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 at 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 at 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 at 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 ab4207db14d70384f017cc2a22379d7c358b60e0
Author: Keith Packard <keithp at 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 at guitar.keithp.com>
Date:   Tue Oct 3 21:03:10 2006 -0700

    Add mode origins and output options.

commit cb1dbb7c2446ddf514ee709fba940cc4e75438a0
Author: Keith Packard <keithp at 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 at guitar.keithp.com>
Date:   Tue Sep 19 00:42:49 2006 -0700

    Start update to 1.2, splitting code across multiple files.




More information about the xorg-commit mailing list