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

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:52:03 PST 2015


Tag 'xorg-server-1.6.99.903' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-09-28 12:16 -0700

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

iEYEABECAAYFAkrAmwAACgkQ4jt+cLRn8L/4oQCfbID5wtWML77FLvZBdUCbfYIP
nToAn1Eqpb9teAWobXkPvShgwjBhxVGF
=DDj8
-----END PGP SIGNATURE-----

Changes since xorg-server-1.6.99.902:
Ben Byer (1):
      Add (ok, fix) support for DTrace under OS X

Jeremy Huddleston (14):
      XQuartz: GLX capabilities: Allow 16bit accumulation buffers
      XQuartz: Use internal xshm header for new xextproto
      Xi: CopyKeyClass is not static for XQuartz
      XQuartz: Nuke duplicate locks that make painful headaches
      XQuartz: Fix a brain-o array indexing problem
      XQuartz: Add pressure/tilt property labels
      XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersionNumber is gimpish
      XQuartz: Transition from xEvent based mieq to InternalEvent
      XQuartz: Force a keymap resync on the first keypress to workaround XKB mucking with our keymap.
      XQuartz: Fix inverse map from mode_switch to alt
      XQuartz: Nuke TSM
      XQuartz: Fix a bunch of compilation warnings about style
      XQuartz: Fix QuartzSetCursor to match the expected prototype.
      Rootless: Correct border rendering on parent-relative windows

Kevin E Martin (2):
      dmx: reshuffle linker order to avoid errors when MITSHM is undefined.
      dmx: undefine MITSHM, move undefs to miinitext.c.

Michel Dänzer (4):
      EXA: Fix some issues pointed out by clang.
      render: Don't add b8g8r8x8 format for depth 24.
      EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
      EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook.

Peter Hutterer (12):
      configure: fix up tslib check once again.
      Xi: fix length calculation for ValuatorState in QueryDeviceState reply.
      dix: plug memory leak in DeviceEnterLeaveEvents.
      kdrive: plug two memory leaks when freeing the KdKeyboard/Pointer.
      Require libXext >= 1.0.99.4
      configure: Unify all library defines that require a specific version.
      Xi: update axisVals with the right subpixel data.
      dmx: core events are always in screen coordinates when passed to GPE.
      Merge remote branch 'origin/xorg-server-1.7-apple' into server-1.7-branch
      Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"
      Merge remote branch 'origin/xorg-server-1.7-apple' into server-1.7-branch
      xserver 1.6.99.903 (xserver 1.7 RC3)

Samuel Thibault (1):
      xfree86: Hurd fix

Simon Thum (1):
      dix: move bounds check before access

Thomas Jaeger (1):
      dix: report XI1 axis values correctly if first_valuator != 0

Tilman Sauerbeck (1):
      configure: make XNEST default to auto.

---
 .gitignore                               |    1 
 Xi/exevents.c                            |    4 
 Xi/queryst.c                             |    2 
 configure.ac                             |   64 ++++----
 dix/Makefile.am                          |    2 
 dix/Xserver.d                            |    7 
 dix/eventconvert.c                       |   12 -
 dix/events.c                             |    4 
 dix/getevents.c                          |    5 
 exa/exa.c                                |   78 +++------
 exa/exa_glyphs.c                         |    2 
 exa/exa_migration_classic.c              |   56 ++++---
 exa/exa_migration_mixed.c                |  179 ++++++++++++----------
 exa/exa_mixed.c                          |   91 ++++-------
 exa/exa_priv.h                           |   22 ++
 exa/exa_render.c                         |   12 -
 exa/exa_unaccel.c                        |   52 +++---
 hw/dmx/Makefile.am                       |    5 
 hw/dmx/dmx-config.h                      |   13 -
 hw/dmx/input/dmxevents.c                 |    8 -
 hw/kdrive/ephyr/ephyr.c                  |    4 
 hw/kdrive/src/kinfo.c                    |    6 
 hw/xfree86/common/compiler.h             |   16 ++
 hw/xfree86/os-support/hurd/hurd_video.c  |    2 
 hw/xfree86/os-support/misc/SlowBcopy.c   |   52 ++++++
 hw/xfree86/os-support/shared/bios_mmap.c |    2 
 hw/xfree86/vgahw/vgaHW.c                 |   16 +-
 hw/xquartz/GL/capabilities.c             |   14 +
 hw/xquartz/GL/visualConfigs.c            |    2 
 hw/xquartz/Makefile.am                   |    2 
 hw/xquartz/X11Application.m              |   44 ++---
 hw/xquartz/X11Controller.m               |    4 
 hw/xquartz/applewm.c                     |   19 --
 hw/xquartz/darwin.c                      |   12 -
 hw/xquartz/darwinEvents.c                |  246 ++++++++++++++-----------------
 hw/xquartz/darwinEvents.h                |    7 
 hw/xquartz/mach-startup/bundle-main.c    |   15 +
 hw/xquartz/mach-startup/launchd_fd.c     |    2 
 hw/xquartz/mach-startup/stub.c           |   30 +--
 hw/xquartz/quartz.c                      |   17 --
 hw/xquartz/quartz.h                      |   10 -
 hw/xquartz/quartzAudio.c                 |    2 
 hw/xquartz/quartzCocoa.m                 |   57 -------
 hw/xquartz/quartzKeyboard.c              |    8 -
 hw/xquartz/quartzKeyboard.h              |    2 
 hw/xquartz/quartzPasteboard.c            |  147 ------------------
 hw/xquartz/quartzPasteboard.h            |   44 -----
 hw/xquartz/xpr/appledri.c                |    2 
 hw/xquartz/xpr/x-hash.h                  |    2 
 hw/xquartz/xpr/xpr.h                     |    2 
 hw/xquartz/xpr/xprCursor.c               |    4 
 hw/xquartz/xpr/xprEvent.c                |   49 ++----
 hw/xquartz/xpr/xprEvent.h                |    2 
 hw/xquartz/xpr/xprFrame.c                |    8 -
 hw/xquartz/xpr/xprScreen.c               |    4 
 include/dix.h                            |    1 
 include/events.h                         |    3 
 include/eventstr.h                       |   18 ++
 mi/mieq.c                                |    3 
 mi/miexpose.c                            |   21 ++
 mi/miinitext.c                           |   12 +
 mi/miwindow.c                            |    1 
 miext/rootless/rootlessWindow.c          |   26 +++
 os/Makefile.am                           |    2 
 render/picture.c                         |    5 
 65 files changed, 722 insertions(+), 844 deletions(-)
---


More information about the Xquartz-changes mailing list