[PATCH 00/13] Cygwin/X,Xming: Various patches

Jon TURNEY jon.turney at dronecode.org.uk
Wed Jan 7 12:03:55 PST 2009


Various patches, mainly fixes to the internal WM which integrates with the
native Windows WM from Xming, but also some build, usability and cosmetic fixes.

Colin Harrison (7):
  Xming: Correct the way display and screen number is reported in
    window titles and tooltips
  Xming: Correctly parent XA_WM_TRANSIENT_FOR windows in -multiwindow
    mode when a windows window is created.
  Xming: Only allow WM_MOUSEWHEEL messages to act on the client area of
    a focused window.
  Xming: Notify X when the keyboard focus is lost to a pure Windows
    window in -multiwindow mode.
  Xming: Add styles keyword and attributes.
  Xming: Ensure we dont try to print a null value when displaying xkb
    configuration
  Xming: Update .rc file to tidy About and Exit dialogs

Jon TURNEY (5):
  Cygwin/X: should also use GetTickCount(), just like Xming
  Cygwin/X: Correctly allow for the native window frame width in
    ValidateSizing()
  Cygwin/X: When the style changes, adjust the window size so the
    client area remains the same.
  Cygwin/X: Check window placement to ensure window actually ends up
    somewhere visible
  Cygwin/X: Fix the keyboard mode key synchronization

Yaakov Selkowitz (1):
  Cygwin/X: Cygwin doesn't have RTLD_LOCAL

 configure.ac                    |    1 +
 glx/glxdriswrast.c              |    7 +++
 hw/xwin/XWin.rc                 |    8 ++--
 hw/xwin/XWinrc.man              |   77 ++++++++++++++++++++++++++++++++++++--
 hw/xwin/wincreatewnd.c          |    8 +++-
 hw/xwin/winkeybd.c              |   23 ++++-------
 hw/xwin/winmultiwindowwindow.c  |   22 ++++++++++-
 hw/xwin/winmultiwindowwndproc.c |   64 +++++++++++++++++++++++++------
 hw/xwin/winprefs.c              |   48 ++++++++++++++++++++++++
 hw/xwin/winprefs.h              |   24 ++++++++++++
 hw/xwin/winprefslex.l           |   10 +++++
 hw/xwin/winprefsyacc.y          |   78 ++++++++++++++++++++++++++++++++++++++-
 hw/xwin/wintrayicon.c           |    2 +-
 hw/xwin/winwindow.h             |    4 +-
 os/utils.c                      |    7 +++-
 15 files changed, 339 insertions(+), 44 deletions(-)




More information about the xorg mailing list