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

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:51:58 PST 2015


Tag 'xorg-server-1.5.0' created by Adam Jackson <ajax at redhat.com> at 2008-09-04 00:15 -0700

xorg-server 1.5.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAki/Gq0ACgkQW4otUKDs0NOORACaAx52BiakM7pfGwECpxIwq9id
W08AoNC2ttBusiYyElxQpmh59KLNhWx2
=5Lcz
-----END PGP SIGNATURE-----

Changes since xorg-server-1.4.99.906:
Adam Jackson (5):
      Reimplement ShmPutImage.
      Disable XTrap build by default.
      Disable DRI2 by default.
      Fix strict-aliasing silliness in XAA.
      xserver 1.5.0

Alan Coopersmith (2):
      Make xstrcasestr prototype return value match the implementation
      Fix --disable/--enable-kbd_mode configure flag

Daniel Drake (2):
      Don't abort if swrast library is not present
      Don't try to destroy a NULL pixmap.

Daniel Stone (6):
      Revert "Xi: event_{x,y} should refer to the extended device (bug #16289)"
      HAL: Remove grotesque open-coded strcasestr
      DIX: Add strncasecmp from FreeBSD, make strcasecmp args const
      strcasecmp: Actually use the right license
      dix: Actually build str(n)casecmp if we don't have it
      DIX: Add strcasestr from FreeBSD

Dave Miller (1):
      glx: fix crash in driGetConfigAttribIndex

Eamon Walsh (1):
      Attempt getpeercon() on remote sockets as well as local ones.

Fredrik Höglund (1):
      Fix the tile offset in miPaintWindow for ParentRelative windows.

Julien Cristau (3):
      xfree86: use xorg.conf input devices if there is no ServerLayout
      Add swapped dispatch for randr 1.2 requests
      Xevie: swap replies as necessary

Kristian Høgsberg (1):
      Fix driGetConfigAttribIndex unaligned access to GLboolean.

Maarten Maathuis (2):
      exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26
      xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.

Matthieu Herrb (1):
      Xserver.man: Typo (the the).

Peter Hutterer (15):
      xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.
      xfree86: warn some more about potential missing input devices.
      Require inputproto 1.4.4
      Xi: ChangeDeviceControl presence events should set the appropriate devchange.
      config: add parsing for input.x11_options.XkbOptions. #16874
      config: support type strlist for XkbOptions property.
      config: protect against potential out-of-bounds indexing.
      xkb: ProcXkbBell should work on all attached SDs.
      xkb: ProcXkbSetMap should work on all attached SDs.
      xkb: ProcXkbSetCompatMap should work on all attached SDs.
      xkb: ProcXkbSetIndicatorMap should work on all attached SDs.
      xkb: ProcXkbSetNamedIndicator should work on all attached SDs.
      xkb: ProcXkbSetNames should work on all attached SDs.
      xkb: ProcXkbSetGeometry should work on all attached SDs.
      xkb: ProcXkbSetDeviceInfo should work on all attached SDs.

Thomas Bodzar (1):
      Xorg.man: typo (the the).

Thorvald Natvig (1):
      Xevie: always initialize rep.length (bug#17394)

Xavier Bestel (1):
      Cosmetic fix to EDID decoding.

---
 Xext/shm.c                      |   94 --
 Xext/shmint.h                   |    3 
 Xext/xevie.c                    |   31 
 Xext/xselinux.c                 |   21 
 Xi/chgdctl.c                    |    2 
 Xi/exevents.c                   |   11 
 config/hal.c                    |   62 -
 configure.ac                    |   14 
 dix/Makefile.am                 |    3 
 dix/dispatch.c                  |    2 
 dix/strcasecmp.c                |   74 +
 dix/strcasestr.c                |   64 +
 doc/Xserver.man.pre             |    2 
 exa/exa.c                       |    9 
 exa/exa_accel.c                 |   92 -
 exa/exa_priv.h                  |    9 
 glx/glxcmds.c                   |    8 
 glx/glxdricommon.c              |   12 
 glx/glxdriswrast.c              |    2 
 glx/glxext.c                    |   37 
 glx/glxscreens.h                |    7 
 hw/xfree86/common/xf86Config.c  |   69 -
 hw/xfree86/ddc/print_edid.c     |    3 
 hw/xfree86/doc/man/Xorg.man.pre |    2 
 hw/xfree86/modes/xf86Crtc.c     |    2 
 hw/xfree86/xaa/xaaFillPoly.c    |    8 
 include/dix-config.h.in         |   12 
 include/dix.h                   |   12 
 mi/miexpose.c                   |    4 
 randr/rrcrtc.c                  |   11 
 randr/rrproperty.c              |   58 +
 randr/rrsdispatch.c             |  215 +++-
 xkb/xkb.c                       | 1864 +++++++++++++++++++++++++---------------
 33 files changed, 1751 insertions(+), 1068 deletions(-)
---


More information about the Xquartz-changes mailing list