[PULL] More Cygwin/X & Xming patch backlog
Jon TURNEY
jon.turney at dronecode.org.uk
Mon Nov 9 08:58:11 PST 2009
Hi Keith,
Please consider pulling these into master.
Thanks.
The following changes since commit f4377afcf002be89632cbb0700f4d8e4ad7db45c:
Jeremy Huddleston (1):
XQuartz: Buildfix for Leopard and older
are available in the git repository at:
git://anongit.freedesktop.org/~jturney/xserver master
Colin Harrison (6):
Xming: Replace all the uses of deprecated functions in hw/xwin with
current ones
Xming: Add mouse motion events with flag POINTER_SCREEN in
winEnqueueMotion()
Xming: Add FORCEEXIT option to configuration file
Xming: Fix UT8String and CompoundText clipboard text sharing with
windows clipboard
Xming: Tidy up code for initial native window positioning
Xming: Make -auth option work in with -multiwindow
Jon TURNEY (8):
Cygwin/X: Remove a couple of extraneous '\n' in logged version info
Cygwin/X: Fix typo in g_fAnotherWMRunning and tidy up WM detection code
Cygwin/X: Add a workaround for a SWT/Motif bug to internal window manager
Cygwin/X: Clearly diagnose a timeout while waiting for SelectionNotify
event
Avoid a null dereference if IFF_BROADCAST is set but there is no
broadcast address
Cygwin/X: Always use an authorization cookie for internal clients
Cygwin/X: Setup screen layout in Xinerama mode
Cygwin/X: Ensure WM_STATE atom exists in multiwindow mode
Paul Loewenstein (1):
Cygwin/X: Handle fake keypresses generated by speech recognizers
Yaakov Selkowitz (4):
Set default font path with fontutil 1.1 and fontpath.d
Cygwin/X: Mount options have changed in cygwin-1.7
Cygwin/X: Allow composite to be enabled for Xwin
Cygwin/X: Enable clipboard integration by default
configure.ac | 36 +++++---
hw/xwin/InitOutput.c | 18 ++--
hw/xwin/XWin.man.pre | 7 +-
hw/xwin/XWinrc.man.pre | 7 ++-
hw/xwin/_usr_X11R6_lib_X11_system.XWinrc | 2 +-
hw/xwin/win.h | 3 +-
hw/xwin/winauth.c | 103 +++++++++++++++++++----
hw/xwin/winclipboardtextconv.c | 8 +--
hw/xwin/winclipboardthread.c | 19 +----
hw/xwin/winclipboardwndproc.c | 8 +-
hw/xwin/winclipboardwrappers.c | 49 ++++-------
hw/xwin/winclipboardxevents.c | 107 +++++++++--------------
hw/xwin/wincmap.c | 4 +-
hw/xwin/windialogs.c | 11 ++-
hw/xwin/winglobals.c | 5 +-
hw/xwin/winkeybd.c | 25 +++++-
hw/xwin/winkeybd.h | 15 ++--
hw/xwin/winmouse.c | 2 +-
hw/xwin/winmultiwindowicons.c | 8 +-
hw/xwin/winmultiwindowwindow.c | 39 +++------
hw/xwin/winmultiwindowwm.c | 139 ++++++++++++++++++++---------
hw/xwin/winprefs.h | 3 +
hw/xwin/winprefsyacc.y | 36 +++++++-
hw/xwin/winprocarg.c | 27 ++++++-
hw/xwin/winscrinit.c | 10 ++
hw/xwin/winwin32rootlesswindow.c | 2 +-
hw/xwin/winwindowswm.c | 9 +-
os/access.c | 3 +-
28 files changed, 437 insertions(+), 268 deletions(-)
More information about the xorg-devel
mailing list