[Xquartz-changes] xserver: Changes to 'refs/tags/xorg-server-1.14.1.901'

Jeremy Huddleston jeremyhu at freedesktop.org
Sat Nov 2 11:09:45 PDT 2013


Tag 'xorg-server-1.14.1.901' created by Matt Dew <marcoz at osource.org> at 2013-05-31 07:09 -0700

xorg-server-1.14.1.901

Changes since xorg-server-1.14.1:
Andreas Müller (1):
      dixstruct.h: fix segfaults - char is unsigned for ARM and PowerPC architectures

Chris Wilson (1):
      hw/xfree86: Only report SetDesiredModes() failed if at least one modeset fails

Daniel Martin (1):
      ephyr: Fix crash on 24bpp host framebuffer

Dave Airlie (3):
      xfree86: add VT owner interface
      xf86: use new xf86VTOwner interface in a few places
      xf86: don't hotplug output devices while VT switched.

Keith Packard (1):
      Xi: Use correct destination when swapping barrier events

Knut Petersen (1):
      Never try to execute BellProcPtr NULL.

Maarten Lankhorst (2):
      Xi: Do not handle ET_TouchOwnership in ProcessTouchEvent
      dix: copy event in TouchConvertToPointerEvent correctly

Matt Dew (4):
      Merge commit 'c760fb0154848d47438908ba8b3da2fffc68a460' into server-1.14-branch
      Merge branch 'server-1.14-branch' of git://people.freedesktop.org/~whot/xserver into server-1.14-branch
      bump release info to 1.14.2-rc1 (from 1.14.1)
      bah,  fixed release version: changed from rc1 to 1.901

Peter Hutterer (10):
      dix: don't set non-exisiting flags on touch events
      xfree86: change a log message
      dix: send the current axis value in DeviceChangedEvents (#62321)
      If neither HAL nor udev backends are enabled, warn the user
      os: document pnprintf as sigsafe snprintf
      os: support pnprintf length modifiers for integers
      os: support %% in pnprintf
      os: support %c in pnprintf
      os: complain about unsupported pnprintf directives
      os: Use ErrorFSigSafe from FatalError and it's friends

Rui Matos (1):
      Xi: fix swapped grab mode args for keyboard devices in XIGrabDevice

---
 Xi/devbell.c                               |    3 
 Xi/exevents.c                              |   42 +++++-----
 Xi/extinit.c                               |   36 ++++-----
 Xi/xigrabdev.c                             |   15 +++
 configure.ac                               |   14 ++-
 dix/eventconvert.c                         |   23 ++---
 dix/getevents.c                            |    1 
 dix/touch.c                                |    4 -
 glx/glxdri.c                               |    2 
 glx/glxdri2.c                              |    2 
 hw/kdrive/ephyr/ephyr.c                    |    6 -
 hw/kdrive/ephyr/hostx.c                    |    6 +
 hw/kdrive/ephyr/hostx.h                    |    3 
 hw/xfree86/common/xf86.h                   |    1 
 hw/xfree86/common/xf86Events.c             |   15 +++
 hw/xfree86/common/xf86Init.c               |    2 
 hw/xfree86/common/xf86Xinput.c             |    2 
 hw/xfree86/common/xf86platformBus.c        |   19 ++++
 hw/xfree86/common/xf86platformBus.h        |    4 +
 hw/xfree86/modes/xf86Crtc.c                |    5 -
 hw/xfree86/os-support/linux/lnx_platform.c |   48 ++++++++++--
 hw/xfree86/os-support/solaris/sun_init.c   |    2 
 hw/xfree86/os-support/xf86_OSproc.h        |    3 
 include/dixstruct.h                        |    2 
 include/eventstr.h                         |    1 
 include/hotplug.h                          |    1 
 os/log.c                                   |  115 ++++++++++++++++++++++++++---
 test/signal-logging.c                      |   95 +++++++++++++++++++++--
 28 files changed, 374 insertions(+), 98 deletions(-)
---


More information about the Xquartz-changes mailing list