Tag 'xorg-server-2_1.5.99.902-1' created by Julien Cristau <jcris...@debian.org> at 2009-01-31 19:26 +0000
Tagging upload of xorg-server 2:1.5.99.902-1 to experimental. Changes since xorg-server-2_1.5.99.901-2: 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 Julien Cristau (5): xserver-xorg-core.install: there are no more font modules. Merge tag 'xorg-server-1.5.99.902' into debian-experimental Update changelogs Fix a crash with some multimedia keyboards (closes: #513384). Prepare changelog for upload 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. --- ChangeLog | 336 ++ Xext/xtest.c | 2 Xi/exevents.c | 20 Xi/queryst.c | 3 configure.ac | 5 debian/changelog | 9 debian/patches/0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch | 37 debian/patches/series | 1 debian/xserver-xorg-core.install | 1 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 41 files changed, 1052 insertions(+), 1060 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org