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

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:52:00 PST 2015


Tag 'xorg-server-1.5.99.902' created by Keith Packard <keithp at keithp.com> at 2009-01-31 05:19 -0800

Xorg Server Version 1.5.99.902

Changes since xorg-server-1.5.99.901:
Eric Anholt (2):
      Move the apple fat binary hacks back to a header file, and make it apple-only.
      randr: Avoid re-querying the configuration on everything but GetScreenResources.

George Staplin (5):
      XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.
      XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
      XQuartz: GL: Make indirect.c build and work in the 1.6 branch.
      XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixmap problem.
      XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.

Jeremy Huddleston (4):
      XQuartz: Only call DarwinUpdateModKeys when needed
      XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate on fat binary compilation
      XQuartz: mieq: Wait for the server to finish initializing before letting other threads mieqEnqueue
      XQuartz: SnowLeopard: Help system book name changed in 10.6

Keith Packard (4):
      Make RandR CRTC info report panning area instead of just crtc area
      RandR SetOutputPrimary should work with or without a crtc connected
      RandR crtcs not fetched correctly when primary output is set.
      Version to 1.5.99.902

Maarten Maathuis (1):
      randr: Consider panned crtc's when calculating xinerama screen sizes.

Michel Dänzer (1):
      EXA: Declare glyph cache picture as component-alpha when necessary.

Peter Hutterer (5):
      dix: EnqueueEvent and PlayReleasedEvent need to handle DeviceMotionNotifies
      dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)
      Xi: fix use of button->down - bitflags instead of int arrays.
      xkb: fix typo - missing negation when checking button state.
      mi: ensure chained button mappings from SD -> MD (#19282)

Thomas Jaeger (4):
      Xext: Send out correct events in ProcXTestFakeInput
      Don't alter device button maps in DoSetPointerMapping
      Count the number of logically down buttons in buttonsDown
      Don't release grabs unless all buttons are up

Xiang, Haihao (1):
      avoid a potential endless loop.

---
 Xext/xtest.c                        |    2 
 Xi/exevents.c                       |   20 
 Xi/queryst.c                        |    3 
 configure.ac                        |    5 
 dix/devices.c                       |   32 -
 dix/events.c                        |   29 
 dix/getevents.c                     |   14 
 dix/main.c                          |   14 
 exa/exa_glyphs.c                    |    9 
 hw/xfree86/modes/xf86Rotate.c       |    8 
 hw/xquartz/GL/indirect.c            | 1122 +++++++++---------------------------
 hw/xquartz/X11Application.m         |   12 
 hw/xquartz/X11Controller.m          |   17 
 hw/xquartz/bundle/Makefile.am       |    5 
 hw/xquartz/bundle/mk_bundke.sh      |   16 
 hw/xquartz/darwinEvents.c           |    4 
 hw/xquartz/darwinEvents.h           |    3 
 hw/xquartz/mach-startup/Makefile.am |    4 
 hw/xquartz/xpr/dri.c                |  207 ++++--
 include/Makefile.am                 |    2 
 include/dix-config-apple-verbatim.h |    8 
 include/dix-config.h.in             |    6 
 include/input.h                     |    1 
 include/inputstr.h                  |    9 
 mi/mi.h                             |    4 
 mi/mieq.c                           |   51 +
 mi/mipointer.c                      |    2 
 randr/randr.c                       |    2 
 randr/randrstr.h                    |    2 
 randr/rrcrtc.c                      |   23 
 randr/rrinfo.c                      |   10 
 randr/rroutput.c                    |    5 
 randr/rrscreen.c                    |   21 
 randr/rrxinerama.c                  |   50 +
 xkb/ddxDevBtn.c                     |    2 
 xkb/xkbActions.c                    |    4 
 36 files changed, 669 insertions(+), 1059 deletions(-)
---


More information about the Xquartz-changes mailing list