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

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


Tag 'xorg-server-1.13.2.901' created by Matt Dew <marcoz at osource.org> at 2013-02-16 07:13 -0800

xorg-server-1.13.2.901

Changes since xorg-server-1.13.2:
Andreas Wettstein (1):
      xkb: Do not use base group as an array index.

Carlos Garnacho (2):
      mi: Ensure pointer emulating touch events update the sprite
      render: Unwrap early on the animated cursor BlockHandler

Dave Airlie (2):
      xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637
      randr: bump advertised RandR version to 1.4

Jeremy Huddleston Sequoia (3):
      XQuartz: Ensure <dix-config.h> is included in capabilities.c
      os: Ensure <dix-config.h> is included in strndup.c
      XORG_TLS: Pick the first option that works (ie: prefer __thread)

Keith Packard (2):
      input: Pull TouchListener declaration to top-level
      input: Record grab pointer in TouchListener

Matt Dew (2):
      Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~whot/xserver into server-1.13-branch
      Update release to 1.13.3-rc1

Peter Hutterer (15):
      Xi: don't use devices after removing them
      dix: don't copy the wrong event mask when activating a passive grab
      dix: don't allow overriding a grab with a different type of grab (#58255)
      dix: don't call ProcessInputEvents() when accepting/rejecting touches
      dix: only reject active grabs on ungrab and do it before actually ungrabbing
      dix: when deactivating pointer-only grabs, don't emulate TouchEnd events
      Xi: if a TouchEnd appears on a actively grabbing client, always accept
      xfree86: print message to the log when zapping the server
      dix: don't filter RawEvents if the grab window is not the root window (#53897)
      xfree86: set event->detail for DGA pointer events
      xfree86: update the device state for all DGA events (#59100)
      dix: add resource type to touch listeners
      dix: check for the right device's xi2 mask
      dix: remove already-moved hunk
      xfree86: don't access the old input handler after freeing it

Yuly Novikov (1):
      dix: Save touchpoint last coordinates before transform. #49347

---
 Xi/exevents.c                  |   93 ++++++++++++++++++-----------------------
 Xi/xichangehierarchy.c         |    9 ++-
 configure.ac                   |    6 +-
 dix/events.c                   |   37 ++++++++++------
 dix/getevents.c                |   31 +++++--------
 dix/grabs.c                    |    5 +-
 dix/touch.c                    |   40 ++++++++++-------
 hw/xfree86/common/xf86DGA.c    |   10 +++-
 hw/xfree86/common/xf86Events.c |   11 +++-
 hw/xquartz/GL/capabilities.c   |    4 +
 include/input.h                |    4 -
 include/inputstr.h             |   24 +++++-----
 include/protocol-versions.h    |    2 
 m4/xorg-tls.m4                 |    2 
 mi/mieq.c                      |    6 ++
 os/strndup.c                   |    4 +
 randr/randrstr.h               |    2 
 render/animcur.c               |    3 -
 xkb/xkbUtils.c                 |   10 +++-
 19 files changed, 170 insertions(+), 133 deletions(-)
---


More information about the Xquartz-changes mailing list