summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix 'distcheck' to use host xkb files but install to build dirKeith Packard2009-10-212-2/+12
|/ /
* | Remove unused LinuxFindPci and LinuxGetPciCfgMikhail Gusarov2009-10-203-138/+0
* | Fix make dist after 78c87bdad1feab91c2a39e01513b4b0826665f06Yaakov Selkowitz2009-10-191-1/+0
* | Fix segfault when -extension XKEYBOARD is passed on the command lineAlan Coopersmith2009-10-181-5/+23
* | kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer2009-10-181-135/+2
* | Remove CopyISOLatin1LoweredYaakov Selkowitz2009-10-152-15/+0
* | Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz2009-10-155-0/+30
* | Remove duplicates from Xfake_LDADDYaakov Selkowitz2009-10-151-2/+1
* | Fix XWIN_LIBS definitionYaakov Selkowitz2009-10-151-2/+2
* | Install SDK pkg-config and aclocal files only if XORGYaakov Selkowitz2009-10-151-0/+2
* | xselinux: Use the now-exported IsPointerDevice() instead of a copy.Eamon Walsh2009-10-141-11/+1
* | dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh2009-10-141-2/+2
* | xselinux: switch from x_device to separate x_pointer and x_keyboard classes.Eamon Walsh2009-10-142-9/+51
* | Remove some debug messages that trigger on XACE event delivery failure.Eamon Walsh2009-10-141-9/+3
* | xace: Relax permissions on XkbGetState from Read to Getattr.Eamon Walsh2009-10-141-1/+1
* | xselinux: Stop special-casing QueryPointer access checks.Eamon Walsh2009-10-141-11/+0
* | xace: Fake return values on denials in input polling requests.Eamon Walsh2009-10-145-24/+55
* | xselinux: Factor out some dynamic array code into common helpers.Eamon Walsh2009-10-141-78/+95
* | xselinux: refactor extension code into smaller files.Eamon Walsh2009-10-146-1465/+1642
* | Cygwin/X: Avoid a potential null pointer dereference before input initializationJon TURNEY2009-10-141-0/+4
* | Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY2009-10-141-1/+1
* | Xming: Fix various 'ISO C90 forbids mixed declarations and code' warningsColin Harrison2009-10-143-38/+40
* | Xming: Remove unused X-boxed icon resourceColin Harrison2009-10-143-2/+0
* | Xming: update .rc fileColin Harrison2009-10-141-6/+6
* | Cygwin/X: Don't build rootless extension code unless we need itJon TURNEY2009-10-141-2/+8
|/
* dolt: add Cygwin to supported platformsYaakov Selkowitz2009-10-131-0/+3
* Merge remote branch 'mattst88/master'Keith Packard2009-10-136-25/+111
|\
| * [alpha] assume we have __NR_pciconfig_iobaseMatt Turner2009-10-131-4/+0
| * [alpha] don't return from void functionsMatt Turner2009-10-131-6/+12
| * Fix undefined symbols on alphaMichael Cree2009-10-071-6/+6
| * Fix breakage on alpha caused by c7680befe5aeMatt Turner2009-10-061-23/+39
| * Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer2009-10-064-9/+77
* | Rootless: src drawable window can now be NULLJeremy Huddleston2009-10-131-2/+2
* | Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston2009-10-137-71/+76
* | dix: extend IsPointerDevice check to valuator-only devices.Peter Hutterer2009-10-131-1/+3
* | EXA: Fix exaTryDriverSolidFill() for solid source pictures.Michel Dänzer2009-10-091-13/+22
* | EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 pictureBen Skeggs2009-10-091-14/+20
* | composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer2009-10-091-3/+1
* | Fix make warning: overriding commands for target `dix.O'Alan Coopersmith2009-10-081-1/+2
* | Cast small-int values through intptr_t when passed as pointersJamey Sharp2009-10-086-12/+14
* | Fix GCC warnings in xorg_backtraceJamey Sharp2009-10-081-3/+3
* | Fix "possibly uninitialized" warnings in glxJamey Sharp2009-10-081-2/+2
* | Remove static MAXSCREENS limit from Xext/shm.cJamey Sharp2009-10-081-18/+61
* | Resource leakage: 0 is a valid file descriptorMartin Ettl2009-10-083-5/+5
* | dix: Fix a double free in dixFreePrivates.Francisco Jerez2009-10-071-0/+1
* | Fix overlay detection when matching Xv adaptors across screens.Jamey Sharp2009-10-071-1/+1
* | Merge remote branch 'alanc/master'Keith Packard2009-10-068-36/+42
|\ \ | |/ |/|
| * Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is activeAlan Coopersmith2009-10-064-11/+11
| * Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-061-17/+12
| * Add platform tests for Dtrace linker magicAlan Coopersmith2009-10-066-8/+18