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

Jeremy Huddleston jeremyhu at freedesktop.org
Fri Sep 21 00:23:39 PDT 2012


Tag 'xorg-server-1.12.99.904' created by Keith Packard <keithp at keithp.com> at 2012-08-08 01:55 -0700

xorg-server-1.12.99.904

Changes since xorg-server-1.12.99.903:
Adam Jackson (3):
      ephyr: Fix up some bizarre formatting
      randr: Fix up yet another corner case in preferred mode selection
      sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b

Alan Coopersmith (6):
      XIChangeDeviceProperty: free newly allocated prop when SetProperty fails
      rrproviderproperty.c: free newly allocated prop in more error paths
      rrproperty.c: free newly allocated prop in more error paths
      RRModeCreate: plug memory leak of newModes if AddResource fails
      Fix up formatting of initializers for arrays of structs
      Make indentation of dix/tables.c much more consistent and readable

Colin Harrison (1):
      os: Fix TMP fall-back in Win32TempDir()

Daniel d'Andrada (1):
      Do sent TouchEnd to listeners that don't own an accepted touch

Dave Airlie (6):
      glx: drop GLX_LIBS from X server and workaround sdksyms.
      kinput: allocate enough space for null character.
      pixmap: have slave pixmap take a reference on master pixmap
      dri2: free slave pixmap on app exit
      dri2: fix master pixmap free and reset pointer
      randr: fix xinerama output for output slaves

Jeremy Huddleston Sequoia (2):
      pbproxy: Fix a warning about a bad method prototype
      XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older libXplugin

Jon TURNEY (10):
      hw/xquartz: Various fixes for pseudoramiX.c
      Fix pseudoramiX.c compilation without darwin.h
      hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separate utility function
      hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENT
      hw/xwin: Also update icon when _NET_WM_ICON property changes
      hw/xwin: Make winOverrideIcon() thread-safe for icon data access
      hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW style
      hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of a second
      glx: Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.
      glx: Do not report the GLX_INTEL_swap_event extension for indirect swrast

Julien Cristau (1):
      Bump glproto requirement to 1.4.16

Keith Packard (9):
      xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are gone
      Merge remote-tracking branch 'jeremyhu/master'
      Merge remote-tracking branch 'jturney/master'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'alanc/master'
      Merge remote-tracking branch 'airlied/for-keithp'
      Merge remote-tracking branch 'whot/for-keith'
      Distribute include/glx_extinit.h
      Release 1.12.99.904

Marc Haesen (1):
      hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL mode

Peter Hutterer (3):
      test: always add DIX_LIB and OS_LIB on XORG builds
      dix: make sure the mask is set for emulated scroll events (#52508)
      os: don't unconditionally unblock SIGIO in OsReleaseSignals()

Rui Matos (1):
      xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabled

Vic Lee (1):
      ephyr: Resize screen automatically when parent window is resized

---
 Xext/sync.c                                |   24 
 Xi/exevents.c                              |    6 
 Xi/extinit.c                               |   38 -
 Xi/xiproperty.c                            |  253 +++----
 config/wscons.c                            |    6 
 configure.ac                               |    9 
 dix/gc.c                                   |   10 
 dix/getevents.c                            |    2 
 dix/pixmap.c                               |    4 
 dix/tables.c                               |  955 +++++++++++++++++------------
 glx/extension_string.c                     |    2 
 glx/glxext.c                               |    1 
 glx/glxscreens.c                           |    2 
 hw/dmx/glxProxy/glxext.c                   |    1 
 hw/kdrive/ephyr/ephyr.c                    |   80 +-
 hw/kdrive/ephyr/hostx.c                    |   36 -
 hw/kdrive/ephyr/hostx.h                    |   10 
 hw/kdrive/src/kdrive.c                     |   20 
 hw/kdrive/src/kinput.c                     |    2 
 hw/xfree86/dixmods/glxmodule.c             |    1 
 hw/xfree86/dri2/dri2.c                     |    8 
 hw/xfree86/loader/loader.c                 |   13 
 hw/xfree86/modes/xf86Crtc.c                |   11 
 hw/xfree86/modes/xf86DisplayIDModes.c      |  171 ++---
 hw/xfree86/modes/xf86EdidModes.c           |  122 +--
 hw/xfree86/modes/xf86RandR12.c             |   38 +
 hw/xfree86/os-support/bsd/bsd_apm.c        |   26 
 hw/xfree86/os-support/bsd/bsd_kqueue_apm.c |   26 
 hw/xfree86/os-support/bus/Sbus.c           |   20 
 hw/xfree86/os-support/linux/lnx_apm.c      |   31 
 hw/xfree86/os-support/solaris/sun_apm.c    |   26 
 hw/xquartz/pbproxy/x-selection.m           |    2 
 hw/xquartz/pseudoramiX.c                   |   73 +-
 hw/xquartz/xpr/xprEvent.c                  |   34 -
 hw/xwin/InitOutput.c                       |    1 
 hw/xwin/glx/indirect.c                     |   70 +-
 hw/xwin/win.h                              |    9 
 hw/xwin/winclipboardwndproc.c              |   29 
 hw/xwin/winmultiwindowicons.c              |  392 +++++------
 hw/xwin/winmultiwindowicons.h              |   42 +
 hw/xwin/winmultiwindowwindow.c             |   18 
 hw/xwin/winmultiwindowwm.c                 |  202 +++---
 hw/xwin/winprefs.c                         |   48 -
 hw/xwin/winprefs.h                         |    2 
 hw/xwin/winwin32rootless.c                 |    2 
 hw/xwin/winwin32rootlesswindow.c           |   31 
 hw/xwin/winwindow.h                        |   15 
 hw/xwin/winwindowswm.c                     |    2 
 include/Makefile.am                        |    1 
 include/extinit.h                          |    1 
 include/glx_extinit.h                      |   34 +
 os/utils.c                                 |   15 
 randr/rrmode.c                             |    4 
 randr/rrproperty.c                         |   12 
 randr/rrproviderproperty.c                 |   12 
 randr/rrxinerama.c                         |   20 
 test/Makefile.am                           |    2 
 test/os.c                                  |   36 +
 58 files changed, 1757 insertions(+), 1306 deletions(-)
---


More information about the Xquartz-changes mailing list