xserver: Changes to 'refs/tags/xorg-server-1.6.99.901'

Peter Hutterer whot at kemper.freedesktop.org
Mon Sep 14 03:27:03 PDT 2009


Tag 'xorg-server-1.6.99.901' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-09-14 08:05 -0700

XOrg Server Version 1.6.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqt608ACgkQ4jt+cLRn8L8FbACeMuYZG/NLOgpdXfR/qxequ61V
1+cAoJYI+s8uKo9UDgndOwm3TfygolS0
=i7aP
-----END PGP SIGNATURE-----

Changes since xorg-server-1.6.99.900:
Alan Coopersmith (3):
      compiler.h: include <string.h> before using memmove()
      xfree86: Change default font path to match configure.ac's --default-font-path.
      Update xorg.conf man page & sample for changes in Xorg 1.7

Daniel Stone (1):
      fbdevhw: Test for graphics:fb%d as well as graphics/fb%d

Eamon Walsh (1):
      Fix "warning: left-hand operand of comma expression has no effect"

Jeremy Huddleston (6):
      XQuartz: Use --with-launchd-id-prefix for consistency with xinit
      XQuartz: Check the DISPLAY environment variable to see if the socket at startup is ours.  If not, ignore it and fork/exec startx.
      XQuartz: Fix a strcpy/strcmp typo
      XQuartz: pbproxy: 64bit fixes: Properly process an array of Atoms
      XQuartz: Fix "warning: function declaration isn’t a prototype" noise
      XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket name

Kevin E Martin (2):
      dmx: Make description match default option.
      Include <X11/extensions/dmx.h> and remove _DMX_SERVER_ define.

Martin-Éric Racine (2):
      Added comment with the PCI device ID of Geode SCx200 series.
      Use lowercase PCI vendor ID for NSC.

Michel Dänzer (2):
      EXA: Stop hiding solid or gradient pictures from the driver.
      EXA: Only take special code path for 1x1 fill for pixmaps.

Peter Hutterer (32):
      dix: remove dixLookupResource - we don't have any users left.
      dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.
      kdrive: remove xkb member from KdKeyboardInfo
      dix: remove unused and half-broken code to restore original classes.
      kdrive: fix sdl build by removing old keySymsRec references.
      dix: auto-float SD's with SendCoreEvents "false"
      Xnest: set the default pointer accel to the host's values (#10013)
      kdrive: output meaningful error message for HAL devices.
      xfree86: remove now unused xf86CrtcShadowClear
      dix: Remove two _X_EXPORT defines from the function definition.
      Xext: don't try to initialize XTEST device properties if they failed.
      xkb: split effectiveGroup calculation into separate utility function.
      dmx: include xkbsrv.h to silence compiler.
      dmx: switch lnx-input and usb-input over to xkb-only.
      dmx: XkbComponentNamesRec doesn't have a keymap field anymore.
      dmx: fix two calls to InitKeyboardDeviceStruct.
      dmx: fix up dmxKeyCodeToKeySym for XKB-only.
      dmx: fix dmxKeySymToKeyCode to work with mandatory XKB.
      dmx: get the state from XKB for dmxCheckSpecialKeys
      dmx: compiler warning fix (mixed declarations + code)
      dmx: remove dmx-internal event queue.
      dmx: include xfixes lib, reshuffle include order to resolve linker errors.
      dmx: Default rules are now base, not xfree86
      dmx: formatting fix to improve readability
      dmx: purge DMX EQ leftovers
      dmx: Remove some dead code.
      configure: re-enable dmx build (default=auto)
      dix: FindChildForEvent needs init child to None.
      xfree86: fix VT_WAITACTIVE control flow (#11477)
      xkb: drop key presses for already repeating keys. (#23889)
      dmx: use top_builddir, not top_srcdir to get libxfixes.la
      xserver 1.6.99.901 (xserver 1.7 RC1)

Soeren Sandmann (1):
      Add xoff and yoff to drawable->x and drawable->y in create_bits_picture().

Tiago Vignatti (3):
      xfree86: vgaarb: close and cleanup vga arbiter
      Revert "Make sys.c use compiler.h unaligned access functions"
      shave: use CC tag variable on libtool

---
 Xext/xtest.c                           |   22 -
 configure.ac                           |   15 -
 cpprules.in                            |    2 
 dix/deprecated.c                       |   18 -
 dix/devices.c                          |   48 +---
 dix/events.c                           |    2 
 dix/getevents.c                        |    4 
 exa/exa_accel.c                        |    1 
 exa/exa_render.c                       |  383 +++++++++++++++++----------------
 fb/fb.h                                |   44 ++-
 fb/fbbltone.c                          |    2 
 fb/fbpict.c                            |    4 
 fb/fbstipple.c                         |    2 
 hw/dmx/Makefile.am                     |    3 
 hw/dmx/config/dmxconfig.h              |    2 
 hw/dmx/dmx.c                           |    4 
 hw/dmx/dmxcursor.c                     |    4 
 hw/dmx/dmxinput.c                      |    4 
 hw/dmx/dmxinput.h                      |    2 
 hw/dmx/input/Makefile.am               |    2 
 hw/dmx/input/dmxcommon.c               |    1 
 hw/dmx/input/dmxeq.c                   |  295 -------------------------
 hw/dmx/input/dmxeq.h                   |   43 ---
 hw/dmx/input/dmxevents.c               |  205 +++++++----------
 hw/dmx/input/dmxinputinit.c            |   31 +-
 hw/dmx/input/lnx-keyboard.c            |   17 -
 hw/dmx/input/usb-keyboard.c            |   13 -
 hw/kdrive/sdl/sdl.c                    |  119 ----------
 hw/kdrive/src/kdrive.h                 |    1 
 hw/kdrive/src/kinput.c                 |    9 
 hw/xfree86/Makefile.am                 |    7 
 hw/xfree86/common/compiler.h           |    2 
 hw/xfree86/common/xf86AutoConfig.c     |    4 
 hw/xfree86/common/xf86Init.c           |    2 
 hw/xfree86/doc/man/xorg.conf.man.pre   |  143 +++++-------
 hw/xfree86/fbdevhw/fbdevhw.c           |    8 
 hw/xfree86/modes/xf86Rotate.c          |   31 --
 hw/xfree86/os-support/linux/lnx_init.c |    2 
 hw/xfree86/x86emu/sys.c                |  183 +++++++++++++++
 hw/xfree86/xorgconf.cpp                |   47 +---
 hw/xnest/Pointer.c                     |    4 
 hw/xquartz/bundle/Info.plist.cpp       |    4 
 hw/xquartz/bundle/Makefile.am          |    2 
 hw/xquartz/mach-startup/Makefile.am    |    4 
 hw/xquartz/mach-startup/bundle-main.c  |   57 +++-
 hw/xquartz/mach-startup/launchd_fd.c   |   13 -
 hw/xquartz/mach-startup/stub.c         |   10 
 hw/xquartz/pbproxy/x-selection.h       |    1 
 hw/xquartz/pbproxy/x-selection.m       |   14 -
 include/dix-config.h.in                |    3 
 include/resource.h                     |    8 
 include/xkbsrv.h                       |    5 
 shave-libtool.in                       |    2 
 xkb/xkbAccessX.c                       |   12 -
 xkb/xkbActions.c                       |   29 --
 xkb/xkbUtils.c                         |   35 +++
 56 files changed, 814 insertions(+), 1120 deletions(-)
---


More information about the xorg-commit mailing list