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

Jeremy Huddleston jeremyhu at freedesktop.org
Fri Apr 2 02:13:11 PDT 2010


Tag 'xorg-server-1.8.0' created by Keith Packard <keithp at keithp.com> at 2010-04-02 08:23 -0700

xserver 1.8.0

Changes since xorg-server-1.7.99.902:
Dan Nicholson (1):
      config/udev: Prefer product name from attribute rather than uevent

Fernando Carrijo (1):
      Cleanup some comments in SpriteRec

Jeremy Huddleston (13):
      Revert "XQuartz: Explicitly pass a bellProc to make XBell() work again."
      XQuartz: GLX: Fix Availability for Tiger ppc workaround
      XQuartz: Minor cleanup
      XQuartz: xpbproxy: Cleanup xpbproxy threading
      XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefix
      XQuartz: Constrain the pointer to the updated display bounds on display reconfigure.
      XKB: Fix garbage initialization
      XQuartz: Workaround weird key data reported on some layouts
      GLX: Remove a redundant initialization
      darwin: Generate crash reports on FatalError()
      XQuartz: Re-query dixScreenOrigins as the value could've changed.
      darwin: Correct inline assembly for  ___crashreporter_info__
      Bump bundle version to 2.5.1

Keith Packard (5):
      Merge remote branch 'jeremyhu/master'
      Merge remote branch 'whot/for-keith'
      Merge remote branch 'jeremyhu/master'
      Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udev
      xserver 1.8.0

Michel Dänzer (1):
      Xext: Fix cursor reference counting hazard.

Mikhail Gusarov (1):
      kdrive: Bump evdev maxKeycode

Peter Harris (1):
      Fix crash when all glyphs of a given depth are freed, but not all glyphsets

Peter Hutterer (4):
      configure: Always define XINPUT.
      xfree86: remove if 1 from the dawn of time.
      xfree86: merge driver from the input class into the options.
      configure: enable udev backend as "auto"

Rami Ylimaki (1):
      os: Prevent backtrace from being stopped in noreturn functions.

Ruediger Oertel (2):
      xfree86: Handle driver autoconfiguration when .conf files exist
      Remove now obsolete function chooseVideoDriver

Tiago Vignatti (1):
      xfree86: die gracefully in the vga arbiter if AddScreen fails

Tomas Carnecky (1):
      Fix typos in the swap functions

Yaakov Selkowitz (14):
      Cygwin/X: Fix make dist after 11252ed82e1f361b99e86521ac9314f868bd1a3a
      Cygwin/X: Fix windres rule for automake silent rules
      Rename xdmx client to dmxinfo
      Use libtool -export-dynamic flag for portability
      kdrive: Use $(MAKE) in relink rules
      Use EXEEXT in relink rules for portable DDXs
      Fix relink targets for silent rules
      Respect value of SED from configure
      Fix .man.N targets for AM_SILENT_RULES
      Catch errors in recursive relink targets
      mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
      Xext: fix old-style function definitions in xf86bigfont.c
      New header for XF86Bigfont server functions
      Cygwin/X: Make X -> XWin symlink during install

---
 Makefile.am                              |    2 
 Xext/Makefile.am                         |    2 
 Xext/saver.c                             |    2 
 Xext/xf86bigfont.c                       |    5 
 Xext/xf86bigfontsrv.h                    |   34 ++++
 config/10-evdev.conf                     |    8 +
 config/Makefile.am                       |    5 
 config/udev.c                            |    7 
 configure.ac                             |   35 ++--
 cpprules.in                              |    2 
 dix/dixfonts.c                           |    3 
 doc/Makefile.am                          |    4 
 glx/glxcmdsswap.c                        |    8 -
 glx/indirect_dispatch.c                  |    2 
 hw/Makefile.am                           |    2 
 hw/dmx/Makefile.am                       |    4 
 hw/dmx/config/Makefile.am                |    2 
 hw/dmx/examples/.gitignore               |    2 
 hw/dmx/examples/Makefile.am              |    8 -
 hw/dmx/examples/dmxinfo.c                |  239 +++++++++++++++++++++++++++++++
 hw/dmx/examples/xdmx.c                   |  239 -------------------------------
 hw/kdrive/Makefile.am                    |    2 
 hw/kdrive/ephyr/Makefile.am              |    6 
 hw/kdrive/fake/Makefile.am               |    2 
 hw/kdrive/fbdev/Makefile.am              |    2 
 hw/kdrive/linux/evdev.c                  |    2 
 hw/vfb/Makefile.am                       |    6 
 hw/xfree86/Makefile.am                   |    2 
 hw/xfree86/common/xf86AutoConfig.c       |   95 +++++++++---
 hw/xfree86/common/xf86Init.c             |    2 
 hw/xfree86/common/xf86Xinput.c           |    1 
 hw/xfree86/doc/man/Makefile.am           |    8 -
 hw/xfree86/exa/Makefile.am               |    4 
 hw/xfree86/fbdevhw/Makefile.am           |    4 
 hw/xfree86/os-support/shared/posix_tty.c |   10 -
 hw/xfree86/utils/gtf/Makefile.am         |    4 
 hw/xnest/Makefile.am                     |    6 
 hw/xquartz/GL/capabilities.c             |    3 
 hw/xquartz/GL/indirect.c                 |    2 
 hw/xquartz/X11Application.m              |   25 ++-
 hw/xquartz/bundle/Info.plist.cpp         |    4 
 hw/xquartz/darwin.c                      |   10 -
 hw/xquartz/doc/Makefile.am               |    2 
 hw/xquartz/mach-startup/bundle-main.c    |   11 -
 hw/xquartz/pbproxy/Makefile.am           |    6 
 hw/xquartz/pbproxy/app-main.m            |   12 -
 hw/xquartz/pbproxy/main.m                |   43 +----
 hw/xquartz/pbproxy/pbproxy.h             |    3 
 hw/xquartz/pbproxy/x-input.m             |  100 +++++-------
 hw/xquartz/quartz.c                      |   26 ++-
 hw/xquartz/quartzKeyboard.c              |   13 -
 hw/xwin/Makefile.am                      |   16 +-
 include/inputstr.h                       |   12 +
 mi/miinitext.c                           |    2 
 os/Makefile.am                           |   17 +-
 os/log.c                                 |   12 +
 os/utils.c                               |    2 
 render/glyph.c                           |    3 
 xkb/xkbUtils.c                           |    2 
 59 files changed, 606 insertions(+), 491 deletions(-)
---


More information about the Xquartz-changes mailing list