[PULL] hw/xwin patches

Jon TURNEY jon.turney at dronecode.org.uk
Tue Nov 27 08:32:36 PST 2012


Hi Keith,

Please consider pulling into master.

Thanks.

The following changes since commit 6a6c3afe71ac82a93d9fd0034dd5bbdcf0eae1ea:

  Merge remote-tracking branch 'whot/for-keith' (2012-11-18 21:50:20 -0800)

are available in the git repository at:


  git://people.freedesktop.org/~jturney/xserver master

for you to fetch changes up to 87b60efb859d86fd9e96306112bc5453a549fa69:

  hw/xwin: Don't spam MotionNotify events when the mouse hasn't moved
(2012-11-27 16:26:37 +0000)

----------------------------------------------------------------
Colin Harrison (2):
      hw/xwin: Disable minimize button on window with skip-taskbar state
      hw/xwin: Don't spam MotionNotify events when the mouse hasn't moved

Jon TURNEY (12):
      hw/xwin: Show any fatal error message
      hw/xwin: Report which drawing engines are being enabled when checking
for support
      hw/xwin: Avoid logging an extra blank line if BUILDERSTRING is empty
      hw/xwin: Allow XScreenSaverSuspend() to effect Windows screen saver or
monitor power off
      hw/xwin: Fix function name in log message
      hw/xwin: Give our logical xor operator a more logical name
      hw/xwin: Enable RANDR resize by default
      hw/xwin: Add a simple interface to the ITaskbarList COM interface
      hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.
      hw/xwin: Ensure we own the clipboard before checking the format of it's
contents
      hw/xwin: Use pre-computed extent of damage for creating GDI region
      hw/xwin: Don't log all fbConfigs and GL/WGL extensions

Oliver Schmidt (1):
      hw/xwin: Restore non-latching modifier key state when an X window gains
focus

Tobias Häußler (1):
      hw/xwin: Add correct taskbar grouping of X windows on Windows 7

Yaakov Selkowitz (1):
      hw/xwin: Enable AIGLX by default

 hw/xwin/InitOutput.c            |   11 +++-
 hw/xwin/Makefile.am             |    8 ++-
 hw/xwin/glx/indirect.c          |   22 +++++---
 hw/xwin/man/XWin.man            |   12 +++--
 hw/xwin/propertystore.h         |   83 +++++++++++++++++++++++++++++
 hw/xwin/win.h                   |    3 -
 hw/xwin/winSetAppUserModelID.c  |  109 +++++++++++++++++++++++++++++++++++++++
 hw/xwin/winblock.c              |    9 +++
 hw/xwin/winclipboardxevents.c   |   36 ++++++------
 hw/xwin/winengine.c             |    6 +-
 hw/xwin/winerror.c              |   32 +++++++++--
 hw/xwin/winglobals.c            |    2 +-
 hw/xwin/winkeybd.c              |   47 ++++++++++++-----
 hw/xwin/winmultiwindowwm.c      |   55 +++++++++++++++++---
 hw/xwin/winmultiwindowwndproc.c |    2 +
 hw/xwin/winprocarg.c            |    6 ++-
 hw/xwin/winshaddd.c             |   14 ++----
 hw/xwin/winshadddnl.c           |   14 ++----
 hw/xwin/winshadgdi.c            |   15 ++----
 hw/xwin/wintaskbar.c            |   92 +++++++++++++++++++++++++++++++++
 hw/xwin/winwin32rootless.c      |    2 +-
 hw/xwin/winwindow.h             |   12 ++++
 hw/xwin/winwndproc.c            |    9 +++-
 23 files changed, 499 insertions(+), 102 deletions(-)
 create mode 100644 hw/xwin/propertystore.h
 create mode 100644 hw/xwin/winSetAppUserModelID.c
 create mode 100644 hw/xwin/wintaskbar.c


More information about the xorg-devel mailing list