summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-26xace: add a new hook for checking property content after it has been set.Eamon Walsh1-10/+22
2009-06-26xselinux: ignore property hook calls with the new Post access mode bit set.Eamon Walsh1-0/+4
2009-06-26dix: add a new DixAccess bit, "DixPostAccess".Eamon Walsh1-0/+1
2009-06-24xfree86: DIST_SUBDIRS should not contain variablesRémi Cardona1-1/+1
2009-06-23Xi: check for GetAttr permission when listing or querying devices.Eamon Walsh2-52/+83
2009-06-23Xi: check for Use permission on the device in SetClientPointer().Eamon Walsh3-7/+12
2009-06-23Xi: fix up access modes for calls to dixLookupDevice().Eamon Walsh13-33/+33
2009-06-24dix/resource: fix use after free in resource code with DRIDave Airlie1-4/+8
2009-06-24GLX: make function static.Dave Airlie1-1/+1
2009-06-24GLX: note the implicit flushes with ReadPixels in indirect contexts.Dave Airlie2-0/+2
2009-06-24dix: update a commentThomas Jaeger1-1/+1
2009-06-24dix: do away with an instance of temporary in-place modificationThomas Jaeger1-10/+9
2009-06-24dix: deal with first_valuator > 0 correctly if POINTER_SCREEN is setThomas Jaeger1-5/+6
2009-06-24xorg-server.h.in: Export the X Access Control Extension (XACE), too.Oliver McFadden1-0/+3
2009-06-24configure: Provide the --enable/disable-xaa option.Tiago Vignatti2-2/+8
2009-06-24xf86Config: Avoid attempting to load non-compiled modules.Oliver McFadden1-0/+6
2009-06-23Cygwin/X: add hebrew to autodetected keyboard layoutsYaakov Selkowitz1-0/+1
2009-06-23Cygwin/X: more warnings fixesJon TURNEY4-32/+31
2009-06-23Cygwin/X: Remove an obsolete mention of xf86ConfigJon TURNEY1-1/+1
2009-06-23glx: Clean up more thoroughly if the drawable of a current context goes away.Michel Dänzer1-1/+24
2009-06-23dri2: Don't crash if pPriv is NULL.Michel Dänzer1-2/+10
2009-06-23quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)Ben Skeggs1-0/+5
2009-06-23Xi: Remove redundant and incorrect butmap range checkBen Gamari1-6/+0
2009-06-22dix: fix wrong indices in set_valuator.Peter Hutterer1-2/+2
2009-06-19XQuartz: More localization updatesJeremy Huddleston23-2456/+1709
2009-06-19Xi: fix 2 memory leaks.Eamon Walsh2-0/+2
2009-06-19pci: Dump vendor/devices ids in the printed device listAdam Jackson1-6/+4
2009-06-19Use pixman_version_string() instead of PIXMAN_VERSION_STRINGSøren Sandmann Pedersen1-1/+1
2009-06-19fbdev: make entity fail if PCI claimed already.Dave Airlie2-0/+10
2009-06-18xselinux: Add new device permissions for XI2.Eamon Walsh1-5/+5
2009-06-18xselinux: Move the security class mapping to the header file.Eamon Walsh2-26/+393
2009-06-18Clarify use of and need for mffs vs. ffsAlan Coopersmith3-4/+6
2009-06-18Fix miComputeCompositeRegion() to follow new clip rules.Søren Sandmann Pedersen1-24/+16
2009-06-18Fix clipping when windows are used as sourcesSøren Sandmann Pedersen4-25/+102
2009-06-18Print the current version of pixman.Søren Sandmann Pedersen1-0/+1
2009-06-18record: use dixLookupResourceByClass instead of LookupIDByClass.Peter Hutterer1-6/+10
2009-06-18xfree86: fix SWCursor check in xf86CursorSetCursor.Peter Hutterer1-3/+4
2009-06-18mi: ignore DGA events in ChangeDeviceIDDavid Miller1-0/+4
2009-06-17Cygwin/X: Fix permuted args to InitPointerDeviceStruct()Jon TURNEY1-1/+1
2009-06-17xfree86: correctly define barriers for FreeBSD amd64Benjamin Close1-1/+1
2009-06-18input: unify button numbers on master devices.Peter Hutterer3-6/+86
2009-06-18dix: reduce MDs and xtest pointers to 7 buttons by default.Peter Hutterer1-1/+1
2009-06-18Require inputproto 1.9.99.12Peter Hutterer1-1/+1
2009-06-18Xi: valuator/button labels are called labels now, not 'names'Peter Hutterer2-3/+3
2009-06-18Xi: copy the valuator mode from SD to MD.Peter Hutterer1-0/+1
2009-06-18Xi: copy the button and axes labels into the XIQueryDevice reply.Peter Hutterer1-3/+4
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer14-42/+201
2009-06-18input: bump to ints for deviceids - XI2 requires 16-bit deviceids.Peter Hutterer14-135/+3
2009-06-18Xi: return current valuator values in XIQueryDevice.Peter Hutterer1-0/+2
2009-06-18input: change axisVal from uint to double.Peter Hutterer4-6/+7