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

Jeremy Huddleston jeremyhu at freedesktop.org
Fri Sep 21 00:23:49 PDT 2012


Tag 'xorg-server-1.13.0' created by Keith Packard <keithp at keithp.com> at 2012-09-05 22:47 -0700

xorg-server-1.13.0

Changes since xorg-server-1.12.99.905:
Dave Airlie (5):
      xf86/crtc: don't free config->name
      dix: free default colormap before screen deletion
      config/udev: add wrapper around check if server is not seat 0
      config/udev: respect seat for hotplugged video devices.
      xf86: call enter/leave VT for gpu screens as well

Jeremy Huddleston Sequoia (4):
      test: Make os test more compliant
      XQuartz: Bump Info.plist version to 2.7.4
      test/list: Fix test_xorg_list_del test
      list: Use offsetof() and typeof() to determine member offsets within a structure

Keith Packard (3):
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'jeremyhu/master'
      Version bumped to 1.13

Peter Hutterer (9):
      test: assert from signal-safe number conversion
      test: add a few tests for signal-safe logging
      Add FormatInt64 to convert signed integers in signal-safe manner
      os: add support for %d and %i to pnprintf
      os: don't block signal-unsafe logging, merely warn about it.
      dix: work around scaling issues during WarpPointer (#53037)
      mi: don't check for core events in miPointerSetPosition (#53568)
      os: fix typo, fsync when WIN32 is _not_ defined
      tests: move GCC diagnostics pragma outside of function

---
 config/udev.c                    |    8 +
 configure.ac                     |    7 -
 dix/dispatch.c                   |    4 
 dix/getevents.c                  |   18 +++
 hw/xfree86/common/xf86Events.c   |   11 ++
 hw/xfree86/modes/xf86Crtc.c      |    2 
 hw/xquartz/bundle/Info.plist.cpp |    4 
 include/dix-config.h.in          |    3 
 include/hotplug.h                |    2 
 include/list.h                   |   21 +++
 include/misc.h                   |    1 
 mi/mipointer.c                   |    2 
 os/log.c                         |   50 ++++++---
 os/utils.c                       |   14 ++
 test/list.c                      |    4 
 test/os.c                        |    2 
 test/signal-logging.c            |  210 +++++++++++++++++++++++++++++++++++++--
 17 files changed, 322 insertions(+), 41 deletions(-)
---


More information about the Xquartz-changes mailing list