summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-23DRI2: Report the correct extension minor versionserver-1.7-nominationsKeith Packard1-1/+1
2009-10-23Kill compilation warnings.Marcin Baczyński2-3/+11
2009-10-23dix: Fix up colormap fixup.Adam Jackson1-0/+3
2009-10-22Resolve an inconsistency between libX11 and Xserver over GetModifierMappingJon TURNEY1-5/+3
2009-10-22Merge branch 'server-1.7-branch' of git://anongit.freedesktop.org/~ewalsh/xse...Peter Hutterer9-74/+128
2009-10-21Don't print a failure message when XACE denies an input event delivery.Eamon Walsh1-25/+25
2009-10-21xselinux: Note something in the log if disabled by boolean.Eamon Walsh1-1/+3
2009-10-21xselinux: Use the now-exported IsPointerDevice() instead of a copy.Eamon Walsh1-11/+1
2009-10-21dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-10-21xselinux: Allow SetWindowCreateContext to be used for pixmaps as well.Eamon Walsh1-1/+1
2009-10-21xselinux: switch from x_device to separate x_pointer and x_keyboard classes.Eamon Walsh2-9/+51
2009-10-21xace: Relax permissions on XkbGetState from Read to Getattr.Eamon Walsh1-1/+1
2009-10-21xselinux: Stop special-casing QueryPointer access checks.Eamon Walsh1-11/+0
2009-10-21xace: Fake return values on denials in input polling requests.Eamon Walsh5-24/+55
2009-10-22dmxDestroyWindow() - must call the X's native DetroyWindow()Lee Leahu1-2/+1
2009-10-22dmx: when setting up device axis, use the correct counter numberLee Leahu1-11/+11
2009-10-22kdrive: silence tslib compiler warningsPeter Hutterer1-4/+0
2009-10-22Fix 'distcheck' to use host xkb files but install to build dirKeith Packard2-2/+12
2009-10-20Xming: Remove unused X-boxed icon resourceColin Harrison4-3/+0
2009-10-19XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-10-19XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-10-19xserver 1.7.0.902xorg-server-1.7.0.902Peter Hutterer1-2/+2
2009-10-19Revert "Xming: Remove unused X-boxed icon resource"Peter Hutterer3-0/+2
2009-10-19Fix segfault when -extension XKEYBOARD is passed on the command lineAlan Coopersmith1-5/+23
2009-10-19kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer1-135/+2
2009-10-19Remove duplicates from Xfake_LDADDYaakov Selkowitz1-2/+1
2009-10-19Fix XWIN_LIBS definitionYaakov Selkowitz1-2/+2
2009-10-19Install SDK pkg-config and aclocal files only if XORGYaakov Selkowitz1-0/+2
2009-10-19Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-19Xming: Remove unused X-boxed icon resourceColin Harrison3-2/+0
2009-10-19Xming: update .rc fileColin Harrison1-6/+6
2009-10-19Cygwin/X: Don't build rootless extension code unless we need itJon TURNEY1-2/+8
2009-10-19dolt: add Cygwin to supported platformsYaakov Selkowitz1-0/+3
2009-10-15[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-15[alpha] don't return from void functionsMatt Turner1-6/+12
2009-10-15Fix undefined symbols on alphaMichael Cree1-6/+6
2009-10-15Fix breakage on alpha caused by c7680befe5aeMatt Turner1-23/+39
2009-10-14dix: extend IsPointerDevice check to valuator-only devices.Peter Hutterer1-1/+3
2009-10-13Rootless: src drawable window can now be NULLJeremy Huddleston1-2/+2
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston7-71/+76
2009-10-12xserver 1.7.0.901xorg-server-1.7.0.901Peter Hutterer1-2/+2
2009-10-10EXA: Fix exaTryDriverSolidFill() for solid source pictures.Michel Dänzer1-13/+22
2009-10-10EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 pictureBen Skeggs1-14/+20
2009-10-10composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer1-3/+1
2009-10-09Fix make warning: overriding commands for target `dix.O'Alan Coopersmith1-1/+2
2009-10-07XQuartz: Send mouse location with scroll events.Jeremy Huddleston1-1/+1
2009-10-07Add platform tests for Dtrace linker magicAlan Coopersmith6-8/+18
2009-10-07Fix build of unit tests when dtrace probes are enabledAlan Coopersmith4-2/+12
2009-10-07Set XQUARTZ to no on non-Darwin OS'esAlan Coopersmith1-0/+1
2009-10-06render: Fix clip region translation in miClipPictureSrc().Kim Woelders1-4/+4