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

Jeremy Huddleston jeremyhu at freedesktop.org
Wed Dec 8 19:40:11 PST 2010


Tag 'xorg-server-1.9.2.902' created by Jeremy Huddleston <jeremyhu at apple.com> at 2010-12-04 19:24 -0800

xorg-server-1.9.2.902
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)

iD8DBQBM+pV7jC1Anjf1NmMRAnt0AJ9076/PD8pC57DJtZCiuIai/HtP2wCfVYov
7pMJsjOnzl34uT0fQv/PnAc=
=Ofdq
-----END PGP SIGNATURE-----

Changes since xorg-server-1.9.2.901:
Aaron Plattner (1):
      xfree86: Fix rotation of 2-color non-interleaved cursor images

Adam Jackson (3):
      ddc: Don't probe for DDC/CI or EEPROM
      edid: Fix the HDTV sync pulse adjustment
      xfree86: apply gamma settings on EnterVT.

Adam Tkac (1):
      Return Success from generate_modkeymap() when max_keys_per_mod is zero

Andrea Canciani (1):
      render: Fix byteswapping of gradient stops

Bill Nottingham (1):
      xfree86: store the screen's gamma information on init.

Chase Douglas (1):
      test: input - set valuators mask for event to core conversion

Cyril Brulebois (1):
      Fix screen number checks.

Ferry Huberts (1):
      dix: do not use bit-wise operators on the boolean result of BitIsOn

Jeremy Huddleston (9):
      XQuartz: Don't use bashism in uninstall-hook
      XQuartz dri: Don't check CoreGraphics version
      XQuartz: Remove existing localization files on install to avoid conflicts
      XQuartz: Localization Updates
      include: let BitIsOn() return a boolean value.
      XQuartz: Disable the Mac OS X screensaver when in full screen mode
      XQuartz: Cleanup some compiler warnings
      XQuartz: RandR: Fix mode changing for multi-monitor configurations.
      Version bumped to 1.9.2.902 (1.9.3 RC2)

Julien Cristau (1):
      DGA: fix screen number check

Linus Arver (1):
      Xext: panoramiXprocs: fix typo

Luc Verhaegen (1):
      x86emu: fix jump_near_IMM to handle DATA: flag correctly.

Nicolas Peninguy (1):
      Fix Xdmx and Xephyr build when DTrace support is enabled

Olivier Fourdan (1):
      modes: improve aspect ratio match for classic drivers

Pauli Nieminen (1):
      DRI2: Avoid call to NULL pointer

Peter Hutterer (3):
      Xi: move property reset from extension shutdown to init.
      xfree86: add missing linebreak in error message.
      dix: remove now unnecessary !! before BitIsOn()

Samuel Thibault (1):
      Do not trap access to timer and keyboard

---
 Xext/panoramiXprocs.c                                               |    2 
 Xi/extinit.c                                                        |    4 
 configure.ac                                                        |    8 
 dix/getevents.c                                                     |   12 -
 dix/inpututils.c                                                    |   24 +-
 hw/dmx/glxProxy/glxcmds.c                                           |    6 
 hw/dmx/glxProxy/glxcmdsswap.c                                       |    2 
 hw/kdrive/ephyr/ephyrdriext.c                                       |    2 
 hw/xfree86/common/xf86Mode.c                                        |   64 +++++
 hw/xfree86/common/xf86Xinput.c                                      |    2 
 hw/xfree86/ddc/ddc.c                                                |    4 
 hw/xfree86/dixmods/extmod/xf86dga2.c                                |   46 ++--
 hw/xfree86/dri2/dri2.c                                              |   11 
 hw/xfree86/modes/xf86Cursors.c                                      |   62 +++--
 hw/xfree86/modes/xf86EdidModes.c                                    |    4 
 hw/xfree86/modes/xf86RandR12.c                                      |   10 
 hw/xfree86/os-support/hurd/hurd_video.c                             |    9 
 hw/xfree86/os-support/linux/lnx_video.c                             |    2 
 hw/xfree86/x86emu/ops.c                                             |   20 +
 hw/xquartz/bundle/Makefile.am                                       |    4 
 hw/xquartz/bundle/Resources/Spanish.lproj/locversion.plist          |    4 
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/designable.nib   |   52 ++--
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/keyedobjects.nib |binary
 hw/xquartz/bundle/Resources/ar.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/designable.nib        |   44 +--
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/da.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib        |   21 +
 hw/xquartz/bundle/Resources/da.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/pl.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/designable.nib        |   23 +-
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/pt.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/designable.nib        |   97 +++++---
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/sv.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/designable.nib        |   42 +--
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/designable.nib     |    2 
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/mk_bundke.sh                                      |    3 
 hw/xquartz/mach-startup/bundle-main.c                               |    2 
 hw/xquartz/quartz.c                                                 |   37 +++
 hw/xquartz/quartzRandR.c                                            |   23 +-
 hw/xquartz/xpr/dri.c                                                |  112 ----------
 include/inputstr.h                                                  |    2 
 os/log.c                                                            |    2 
 render/render.c                                                     |    4 
 test/input.c                                                        |    2 
 49 files changed, 427 insertions(+), 363 deletions(-)
---


More information about the Xquartz-changes mailing list