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

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


Tag 'xorg-server-1.4.0.90' created by Daniel Stone <daniel at fooishbar.org> at 2007-12-12 20:44 -0800

First 1.4.1 pre-release

Changes since xorg-server-1.4:
Aaron Plattner (2):
      Don't segfault on shutdown if we never managed to connect to dbus.
      Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).

Alan Coopersmith (1):
      Actually build Secure RPC authentication support (missed in modularization)

Bartosz Fabianowski (1):
      Input: Fix proximity events with valuators

Daniel Stone (17):
      configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriate
      Xi: Include XI protocol header in exevents.h
      XKB: Add more bits to xkbsrv.h
      XFree86: Remove ridiculous SIGIO debugging
      XKB: Don't update indicators on all devices, add missing include file
      XKB: Cope with all events in XkbProcessKeyboardEvent
      Input: Generate XKB mapping changes for all core-sending devices (bug #12523)
      DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)
      .gitignore: Ignore build directories
      XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
      GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)
      XKB: Don't ring the bell when we don't have a BellProc (bug #13246)
      ProcessOtherEvent: Don't do double translation of button events
      WaitForSomething: Ignore EAGAIN
      XKB: Actions: Don't run certain actions on the core keyboard
      KDrive: Xephyr: Fix non-GLX builds
      Bump to 1.4.0.90

Dodji Seketeli (1):
      Xephyr: don't initialise the GLX extension

Elvis Pranskevichus (1):
      Config: D-Bus: Fix dbus_bus_request_name failure check

Kanru Chen (1):
      Config: HAL: Fix XKB option parsing

Keith Packard (1):
      Screen size changing should leave FB alone when X is inactive.

Mark Vytlacil (1):
      XFree86: Input: Save/restore errno around SIGIO (bug #10683)

Markku Vire (1):
      Config: HAL: Touchpads are pointers too

Matthias Hopf (1):
      Prefer configured DisplaySize to probed DDC data, if available.

Michel Dänzer (3):
      EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
      EXA: Make sure tile offsets passed to drivers are never negative.
      EXA: Don't attempt to move in pixmaps that can't be accelerated.

Naoki Hamada (1):
      Input: Fix key down test (bug #12858)

Peter Harris (1):
      Add missing swaps in panoramiXSwap.c

Peter Hutterer (11):
      config: return BadValue to caller if add/remove doesn't have parameters.
      config: Use [config/dbus] consistently for error messages.
      xkb: Store the action filters per device in the XkbSrvInfoRec.
      Save processInputProc before wrapping it and restore it later, instead of
      xkb: enable XI event processing for xkb.
      dix: add XI event support to FixKeyState.
      dix: don't compress motion events from different devices (EventEnqueue)
      xkb: xkbHandleActions: let wrapping take care of event delivery.
      xkb: Unwrap properly in ProcessPointerEvent.
      xfree86: wrap keyboard devices for XKB.
      XKB: Generate correct key repeat events (bug #13114)

Rich Coe (2):
      OS: Connection: Don't shut down disappeared clients (bug #7876)
      OS: Connection: Keep trying select while it gets interrupted (bug #9240)

---
 .gitignore                            |    4 
 Xext/panoramiXSwap.c                  |    4 
 Xi/exevents.c                         |   17 ++-
 Xi/setbmap.c                          |    2 
 Xi/setmmap.c                          |    2 
 composite/compext.c                   |    6 +
 config/dbus-core.c                    |    3 
 config/dbus.c                         |   22 ++--
 config/hal.c                          |    8 -
 configure.ac                          |    7 -
 dix/devices.c                         |   26 +++-
 dix/events.c                          |   24 ++--
 dix/getevents.c                       |   22 +++-
 exa/exa_accel.c                       |    9 +
 exa/exa_migration.c                   |    4 
 hw/kdrive/ephyr/ephyrinit.c           |    3 
 hw/xfree86/common/xf86Events.c        |    2 
 hw/xfree86/common/xf86MiscExt.c       |   20 ---
 hw/xfree86/common/xf86VidMode.c       |   46 --------
 hw/xfree86/common/xf86Xinput.c        |    5 
 hw/xfree86/dixmods/extmod/Makefile.am |   14 +-
 hw/xfree86/dixmods/xkbKillSrv.c       |    4 
 hw/xfree86/modes/xf86RandR12.c        |   18 ++-
 hw/xfree86/os-support/shared/sigio.c  |    6 -
 include/dix-config.h.in               |    3 
 include/exevents.h                    |    3 
 include/xkbsrv.h                      |   30 +++++
 mi/mieq.c                             |    4 
 os/Makefile.am                        |    6 -
 os/WaitFor.c                          |    2 
 os/connection.c                       |   16 ++-
 os/rpcauth.c                          |   16 +--
 xkb/ddxKillSrv.c                      |    4 
 xkb/xkbAccessX.c                      |   38 ++++++-
 xkb/xkbActions.c                      |  179 ++++++++++++++++------------------
 xkb/xkbEvents.c                       |   42 ++++++-
 xkb/xkbPrKeyEv.c                      |  110 +++++++++++++++-----
 37 files changed, 442 insertions(+), 289 deletions(-)
---


More information about the Xquartz-changes mailing list