summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-31xkb: remove unused label "out", clean up program flow.Peter Hutterer1-3/+1
2008-10-31dix: FreeDeviceClass() and friends can be static.Peter Hutterer2-26/+25
2008-10-31include: remove unused declaration for RegisterPairingClient().Peter Hutterer1-2/+0
2008-10-31dix: remove unused GuessFreePointerDevice().Peter Hutterer2-42/+0
2008-10-31dix: NextFreePointerDevice() can be static.Peter Hutterer2-12/+14
2008-10-31dix: SwitchCorePointer is long gone, bury it.Peter Hutterer2-18/+0
2008-10-31dix: PairDevices() can be static, remove from input.Peter Hutterer2-36/+32
2008-10-31Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.Peter Hutterer6-7/+3
2008-10-31Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.Peter Hutterer8-28/+27
2008-10-31xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs.Peter Hutterer1-2/+2
2008-10-30Refactor Solaris mapping code to work with standard shared/vidmem.cAlan Coopersmith3-232/+202
2008-10-30xace: Fix an incorrect call to the RECEIVE_ACCESS hook.Eamon Walsh1-3/+2
2008-10-30xselinux: send more specific message types to libaudit.Eamon Walsh1-1/+13
2008-10-30xfree86: fix xf86ScaleAxis once again.Peter Hutterer1-2/+2
2008-10-28XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.appJeremy Huddleston4-36/+27
2008-10-28XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.George Peter Staplin1-13/+21
2008-10-28XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.George Peter Staplin1-10/+37
2008-10-28XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.George Peter Staplin2-69/+141
2008-10-28XQuartz: pbproxy: fixed blockingJeremy Huddleston1-5/+6
2008-10-28Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam...Jeremy Huddleston1-0/+5
2008-10-28XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions,...George Peter Staplin1-3/+3
2008-10-28XQuartz: GL: Add feature detection of color sizes, and accum sizes.George Peter Staplin4-103/+530
2008-10-29xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer2-2/+38
2008-10-29config: don't add duplicate devices through HAL.Peter Hutterer1-0/+27
2008-10-26x86emu: fix sparse warningsJulien Cristau1-2/+2
2008-10-26xfree86: fix compiler warnings in DoModalias()Julien Cristau1-3/+3
2008-10-26xfree86: Silence compiler warnings about function prototypesJulien Cristau1-3/+3
2008-10-26Nuke unused miBankNewSerialNumberJulien Cristau1-12/+0
2008-10-26Ansify declaration of FontToXError()Julien Cristau1-2/+1
2008-10-26Nuke prototype for nonexistent functionJulien Cristau1-4/+0
2008-10-26Add prototypes for strlcpy/strlcatJulien Cristau4-0/+10
2008-10-26xaa: Fix compiler warning (implicit declaration)Julien Cristau2-1/+4
2008-10-26xfree86: Fix compiler warnings (implicit declarations)Julien Cristau2-0/+6
2008-10-26Nuke unused variablesJulien Cristau5-5/+1
2008-10-26Xext: Fix compiler warningsJulien Cristau1-1/+2
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link3-14/+80
2008-10-25Bug#5851: Document the "Log" option in xorg.conf(5)Julien Cristau1-0/+9
2008-10-23XQuartz: Do check_xinitrc() later to avoid possible deadlock.Jeremy Huddleston2-13/+16
2008-10-23XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, ...George Peter Staplin1-1/+0
2008-10-23XQuartz: Remove the enable_stereo default. We now use feature detection to e...George Peter Staplin3-8/+2
2008-10-23Allow non-gcc compilers to build xf86Xinput.cAlan Coopersmith2-0/+6
2008-10-23miext/rootless: Silence some warnings by using proper C prototypes.Jeremy Huddleston2-38/+65
2008-10-23miext/rootless: Fix the usage of DeleteProperty so that this builds again.George Peter Staplin1-7/+17
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston4-11/+7
2008-10-23Argh, macros.Adam Jackson1-8/+8
2008-10-23Rootless: Properly typed expose_1Jeremy Huddleston1-2/+1
2008-10-23XQuartz: Honor the Spaces preference for "When switching to an application, s...Jeremy Huddleston1-1/+9
2008-10-23XQuartz: Added missing semicolons to Localizable.stringsJeremy Huddleston1-0/+0
2008-10-23XQuartz: Default dpi to 96 instead of 75Jeremy Huddleston1-1/+1
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston5-20/+41