[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'refs/tags/xorg-server-2_1.11.99.902-1'



Tag 'xorg-server-2_1.11.99.902-1' created by Cyril Brulebois <kibi@debian.org> at 2012-02-02 03:09 +0000

Tagging upload of xorg-server 2:1.11.99.902-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk8p/mIACgkQeGfVPHR5Nd24/wCdEn2xw0B48YjHGoQYVY06iYhZ
WkQAoLLXsjFYo390LJIXVE5s0/uqYtPv
=0jnf
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.11.99.901-1:
Adam Jackson (14):
      os: Repack ConnectionOutput for LP64
      dix: Repack ClientRec
      dix: Pull client-is-local flag up to the ClientRec
      dix: Extend initial connection handshake for forwarding proxies
      os: Hide the Connection{In,Out}put implementation details
      os: Minor header cleanup
      dix: Fix types in WindowOptRec
      xace: ricer tuning for XaceHook
      dix: Tune dtrace hooks around Dispatch
      dix: Tune dixLookupDrawable for success
      xfree86: Remove the pretense of EDID v2 support
      vgahw: Fix DACDelay() macro to use the driver's vtable
      Always install xaa sdk headers
      int10: Fix unmapping of the BIOS scratch area

Andreas Wettstein (1):
      xkb: Message actions suppress other key presses #28575

Arthur Taylor (1):
      linux: Use K_OFF VT KB mode over K_RAW if available.

Carlos Garnacho (1):
      dix: Set XITouchEmulatingPointer on events from the touch sequence emulating pointer events

Chase Douglas (6):
      Don't end touchpoint if owning client hasn't accepted/rejected
      Remove last listener on touch reject
      Use event time instead of CurrentTime for grab times
      Only scale direct device touch coordinates
      Only update pointer motion data for pointer emulated touch events
      Don't set X and Y valuators for indirect touch events

Chris Halse Rogers (2):
      dix: Return BadWindow rather than BadMatch from dixLookupWindow
      Revert "dix: don't return BadMatch from GetProperty (#23562)"

Colin Harrison (3):
      hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bpp
      hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()
      hw/xwin: Fix spelling of 'Canadian' in winkeybd.h

Cyril Brulebois (5):
      linux/ia64: Fix regression after domain I/O support code removal.
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs.
      Bump x11proto-input-dev build-dep.
      Upload to experimental.

Daniel Stone (1):
      UngrabAllDevices: Don't kill clients if not told to

Jeremy Huddleston (7):
      XQuartz: GL: Buildfix for recent GLX changes
      Revert "glx: don't leak fbconfigs"
      test: Fix linking issues when building unit tests without the Xorg DDX
      sdksyms.sh: Exit on error rather than building an empty symbol table
      xfree86: Don't link libxorgxkb against libdix.la
      configure.ac: Remove MIEXT_SHADOW_LIB from XORG_LIBS
      XQuartz: Bump bundle version to 2.7.2

Jon TURNEY (9):
      Xext: Warning fix for shm.c
      hw/xwin: Give the X window for the clipboard integration client a name
      hw/xwin: Chain IOError handlers to avoid longjmp across threads
      hw/xwin: Remove some redundant OS version reporting
      hw/xwin: In multiwindow mode, don't grab native input focus for new windows which hint they don't want it
      hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reported
      hw/xwin: Handle the virtual key code generated by the Fn key on IBM Lenovo laptops
      hw/xwin: Handle more motif window decoration hinting
      hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destruction

Julien Cristau (1):
      os: don't ignore failure from dladdr

Keith Packard (12):
      Merge remote-tracking branch 'kibi/master'
      Merge remote-tracking branch 'whot/for-keith'
      Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
      Merge remote-tracking branch 'whot/multitouch'
      Merge remote-tracking branch 'jturney/rpavlik-xwin-fixes'
      Revert "dix: Fix types in WindowOptRec"
      Revert "os: Hide the Connection{In,Out}put implementation details"
      Revert "dix: Extend initial connection handshake for forwarding proxies"
      Revert "dix: Pull client-is-local flag up to the ClientRec"
      Revert "dix: Repack ClientRec"
      Revert "os: Repack ConnectionOutput for LP64"
      Bump version to 1.11.99.902 (1.12 RC2)

Matthieu Herrb (2):
      UnloadSubModule(): accept pointer value '1' and ignore it.
      Add OpenBSD support to DetermineClientCmd()

Michel Hummel (3):
      hw/xwin: Automatically restart clipboard thread
      hw/xwin: Remove no-longer needed tricks used to prevent the clipboard client from being killed
      hw/xwin: Mitigate a race condition in clipboard thread initialization

Oliver Schmidt (1):
      hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L key

Peter Hutterer (12):
      xfree86: split warning about missing identifier or input driver
      dix: send focus events to the immediate parent (#44079)
      dix: on PointerRootWin send a FocusIn to the sprite window too
      dix: fix wrong condition checking for attached slave (#44003)
      Require inputproto 2.1.99.5
      Xi: change XIChangeDeviceProperty from const pointer to const void *
      dix: Update pointer limits for floating devices too (#43635)
      render: don't bother with animated cursors on floating slaves (#39989)
      include: prettify BUG_WARN output
      os: prettify backtrace output
      xfree86: mention udev in the xorg.conf manpage AutoAddDevices section
      include: Fix comment typo

Roland Cassard (1):
      hw/xwin: Don't assume we'll always have converted the clipboard selection after 2 attempts

Ryan Pavlik (11):
      hw/xwin: Fix a memory leak in error path in winInitWM()
      hw/xwin: Fix double-free in error path in winQueryRGBBitsAndMasks()
      hw/xwin: Remove an empty #if 0/#endif
      hw/xwin: Fix rrScreenSetSize function pointer mismatch
      hw/xwin: Clarify an if statement mixed with ifdef in winSetEngine()
      hw/xwin: Fix possible null ptr deref in winActivateAppNativeGDI()
      hw/xwin: Fix possible null ptr deref in winActivateAppPrimaryDD()
      hw/xwin: Fix possible null ptr deref in winMWExtWMRestackFrame()
      hw/xwin: Fix possible null ptr deref in winMWExtWMDecorateWindow()
      hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGW
      hw/xwin: Include manifest file in the dist tarball

Yaakov Selkowitz (1):
      hw/xwin: Improve XWinrc loading and error recovery

Zhigang Gong (1):
      mi/mibitblt: Fix an overflow bug of bit shift.

---
 ChangeLog                              | 1229 +++++++++++++++++++++++++++++++++
 Xext/shm.c                             |    2 
 Xext/xace.c                            |    4 
 Xi/exevents.c                          |   20 
 Xi/xiproperty.c                        |    2 
 configure.ac                           |   15 
 debian/changelog                       |    8 
 debian/control                         |    2 
 dix/dispatch.c                         |   14 
 dix/dixutils.c                         |   17 
 dix/enterleave.c                       |    9 
 dix/eventconvert.c                     |    4 
 dix/events.c                           |    5 
 dix/getevents.c                        |   19 
 dix/grabs.c                            |    3 
 dix/property.c                         |    2 
 glx/glxscreens.c                       |    9 
 hw/xfree86/Makefile.am                 |    2 
 hw/xfree86/common/compiler.h           |   19 
 hw/xfree86/common/xf86Xinput.c         |   11 
 hw/xfree86/ddc/ddcProperty.c           |   47 -
 hw/xfree86/dixmods/Makefile.am         |    1 
 hw/xfree86/int10/helper_exec.c         |    2 
 hw/xfree86/loader/loadmod.c            |    3 
 hw/xfree86/man/xorg.conf.man           |    8 
 hw/xfree86/os-support/linux/lnx_init.c |   19 
 hw/xfree86/sdksyms.sh                  |    1 
 hw/xfree86/vgahw/vgaHW.h               |    8 
 hw/xfree86/xaa/Makefile.am             |    4 
 hw/xquartz/GL/indirect.c               |    3 
 hw/xquartz/bundle/Info.plist.cpp       |    8 
 hw/xwin/InitInput.c                    |    6 
 hw/xwin/InitOutput.c                   |   31 
 hw/xwin/Makefile.am                    |    3 
 hw/xwin/man/XWin.man                   |    3 
 hw/xwin/win.h                          |    2 
 hw/xwin/winclipboard.h                 |    3 
 hw/xwin/winclipboardthread.c           |   95 ++
 hw/xwin/winclipboardunicode.c          |    4 
 hw/xwin/winclipboardwndproc.c          |   23 
 hw/xwin/winclipboardwrappers.c         |  122 ---
 hw/xwin/winengine.c                    |   21 
 hw/xwin/winglobals.c                   |    2 
 hw/xwin/winkeybd.c                     |   95 +-
 hw/xwin/winkeybd.h                     |    6 
 hw/xwin/winkeynames.h                  |    2 
 hw/xwin/winmouse.c                     |    5 
 hw/xwin/winmultiwindowclass.h          |   10 
 hw/xwin/winmultiwindowwindow.c         |    2 
 hw/xwin/winmultiwindowwm.c             |   84 +-
 hw/xwin/winmultiwindowwndproc.c        |   25 
 hw/xwin/winnativegdi.c                 |    7 
 hw/xwin/winpfbdd.c                     |    6 
 hw/xwin/winprefs.c                     |   74 +
 hw/xwin/winprefslex.l                  |   10 
 hw/xwin/winprocarg.c                   |   15 
 hw/xwin/winrandr.c                     |    2 
 hw/xwin/winshadgdi.c                   |    1 
 hw/xwin/winwin32rootless.c             |    4 
 hw/xwin/winwin32rootlesswindow.c       |    3 
 hw/xwin/winwindow.h                    |   11 
 hw/xwin/winwndproc.c                   |   12 
 include/exevents.h                     |    2 
 include/inputstr.h                     |    2 
 include/misc.h                         |    3 
 mi/mibitblt.c                          |    2 
 os/backtrace.c                         |   14 
 os/client.c                            |   43 +
 os/connection.c                        |    2 
 os/io.c                                |    2 
 os/osdep.h                             |    4 
 render/animcur.c                       |    3 
 test/Makefile.am                       |   57 +
 test/ddxstubs.c                        |   91 ++
 xkb/xkbActions.c                       |    2 
 75 files changed, 1954 insertions(+), 462 deletions(-)
---


Reply to: