summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Remove unused LinuxFindPci and LinuxGetPciCfgHEADmasterMikhail Gusarov3-138/+0
2009-10-19Fix make dist after 78c87bdad1feab91c2a39e01513b4b0826665f06Yaakov Selkowitz1-1/+0
2009-10-18Fix segfault when -extension XKEYBOARD is passed on the command lineAlan Coopersmith1-5/+23
2009-10-18kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer1-135/+2
2009-10-15Remove CopyISOLatin1LoweredYaakov Selkowitz2-15/+0
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz5-0/+30
2009-10-15Remove duplicates from Xfake_LDADDYaakov Selkowitz1-2/+1
2009-10-15Fix XWIN_LIBS definitionYaakov Selkowitz1-2/+2
2009-10-15Install SDK pkg-config and aclocal files only if XORGYaakov Selkowitz1-0/+2
2009-10-14xselinux: Use the now-exported IsPointerDevice() instead of a copy.Eamon Walsh1-11/+1
2009-10-14dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-10-14xselinux: switch from x_device to separate x_pointer and x_keyboard classes.Eamon Walsh2-9/+51
2009-10-14Remove some debug messages that trigger on XACE event delivery failure.Eamon Walsh1-9/+3
2009-10-14xace: Relax permissions on XkbGetState from Read to Getattr.Eamon Walsh1-1/+1
2009-10-14xselinux: Stop special-casing QueryPointer access checks.Eamon Walsh1-11/+0
2009-10-14xace: Fake return values on denials in input polling requests.Eamon Walsh5-24/+55
2009-10-14xselinux: Factor out some dynamic array code into common helpers.Eamon Walsh1-78/+95
2009-10-14xselinux: refactor extension code into smaller files.Eamon Walsh6-1465/+1642
2009-10-14Cygwin/X: Avoid a potential null pointer dereference before input initializationJon TURNEY1-0/+4
2009-10-14Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-14Xming: Fix various 'ISO C90 forbids mixed declarations and code' warningsColin Harrison3-38/+40
2009-10-14Xming: Remove unused X-boxed icon resourceColin Harrison3-2/+0
2009-10-14Xming: update .rc fileColin Harrison1-6/+6
2009-10-14Cygwin/X: Don't build rootless extension code unless we need itJon TURNEY1-2/+8
2009-10-13dolt: add Cygwin to supported platformsYaakov Selkowitz1-0/+3
2009-10-13Merge remote branch 'mattst88/master'Keith Packard6-25/+111
2009-10-13[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-13[alpha] don't return from void functionsMatt Turner1-6/+12
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-13dix: extend IsPointerDevice check to valuator-only devices.Peter Hutterer1-1/+3
2009-10-09EXA: Fix exaTryDriverSolidFill() for solid source pictures.Michel Dänzer1-13/+22
2009-10-09EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 pictureBen Skeggs1-14/+20
2009-10-09composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer1-3/+1
2009-10-08Fix make warning: overriding commands for target `dix.O'Alan Coopersmith1-1/+2
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp6-12/+14
2009-10-08Fix GCC warnings in xorg_backtraceJamey Sharp1-3/+3
2009-10-08Fix "possibly uninitialized" warnings in glxJamey Sharp1-2/+2
2009-10-08Remove static MAXSCREENS limit from Xext/shm.cJamey Sharp1-18/+61
2009-10-08Resource leakage: 0 is a valid file descriptorMartin Ettl3-5/+5
2009-10-07dix: Fix a double free in dixFreePrivates.Francisco Jerez1-0/+1
2009-10-07Fix undefined symbols on alphaMichael Cree1-6/+6
2009-10-07Fix overlay detection when matching Xv adaptors across screens.Jamey Sharp1-1/+1
2009-10-06Merge remote branch 'alanc/master'Keith Packard8-36/+42
2009-10-06Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is activeAlan Coopersmith4-11/+11
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-17/+12
2009-10-06Add platform tests for Dtrace linker magicAlan Coopersmith6-8/+18
2009-10-06configure: quote argument to m4_pattern_forbidJulien Cristau1-1/+1
2009-10-06Remove shave now that automake-1.11 has AM_SILENT_RULESAlan Coopersmith5-237/+0
2009-10-06render: Fix clip region translation in miClipPictureSrc().Kim Woelders1-4/+4