summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson5-232/+123
2008-08-18Remove ancient unused inline hack.Mathieu Bérard2-20/+1
2008-08-18Drop dead PowerPC PCI code.Adam Jackson4-99/+1
2008-08-17glx: avoid possible NULLptr deref, fix #16884Jie Luo1-4/+8
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis1-1/+1
2008-08-15Require inputproto 1.9.99.4Peter Hutterer1-1/+1
2008-08-15dix: stick a warning in about loss of subpixel precision.Peter Hutterer1-0/+1
2008-08-15Backport device properties to XI 1.5 instead of XI 2.0Peter Hutterer3-59/+72
2008-08-14XQuartz: Fixed a stuck modifier key bug.Jeremy Huddleston2-9/+13
2008-08-14XQuartz: Made 3-button mouse simulation a little more consistent.Jeremy Huddleston1-72/+30
2008-08-14XQuartz: Reverted "Control" text to be accurately "Command" in the input prefs.Jeremy Huddleston2-9/+14
2008-08-14Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ...Jeremy Huddleston1-0/+4
2008-08-14Xi: byte-swap device property requests.Peter Hutterer1-12/+32
2008-08-13Eviscerate save-under support.Adam Jackson14-545/+7
2008-08-13Build fix.Adam Jackson1-3/+3
2008-08-13Sledgehammer off the DRI2 build system.Adam Jackson1-7/+7
2008-08-13Remove xf86Version.h and related API.Adam Jackson7-68/+1
2008-08-12Xi: return the state from the correct keyboard in QueryDevicePointer.Peter Hutterer1-2/+4
2008-08-12dix: remove superfluous check.Peter Hutterer1-3/+0
2008-08-11The smart scheduler is not optional.Mathieu Bérard11-63/+0
2008-08-10Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.hMatthieu Herrb5-16/+20
2008-08-10add libXinerama to the list of dependencies.Matthieu Herrb1-1/+1
2008-08-09remove OpenBSD/amd64 specific mtrr API.Matthieu Herrb1-66/+0
2008-08-09Move string comparaison functions to from dix/ to os/.Matthieu Herrb4-3/+3
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer4-124/+153
2008-08-08Remove commented out lines that make automake 1.9 puke.Michel Dänzer1-3/+0
2008-08-08Removed rogue #includeJeremy Huddleston1-1/+0
2008-08-08XQuartz: Disable the Xquartz AIGLX for now since it doesn't even compile any ...Jeremy Huddleston3-3/+6
2008-08-08XQuartz: Re-added deprecated code fallback failsafe for keyboard layout on Le...Jeremy Huddleston1-3/+44
2008-08-08dix: don't try to create events if we don't have a screen. #16898Peter Hutterer1-0/+2
2008-08-08xkb: actually initialise sli before using it.Peter Hutterer1-0/+5
2008-08-08dix: remove misleading comment in ptrvelo.cSimon Thum1-3/+2
2008-08-08dix: remove obsolete FIXME comment.Peter Hutterer1-4/+0
2008-08-08dix: SetModifierMapping should only apply to the ClientPointer and it's SDs.Peter Hutterer1-1/+2
2008-08-08dix: simplified debugging helper for pointer accelerationSimon Thum1-27/+23
2008-08-08xf86: don't replicate dix defaults for pointer accelerationSimon Thum1-12/+16
2008-08-08dix: simplify velocity tracking filtersSimon Thum1-2/+1
2008-08-06glcontextmodes.[hc] were not added with the removal of the meas symlinks patc...Jeremy Huddleston3-0/+607
2008-08-06XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...Jeremy Huddleston5-37/+52
2008-08-06Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging.Aaron Plattner2-0/+11
2008-08-05XQuartz: Added code and made comments more helpful for debugging first-client...Jeremy Huddleston4-18/+40
2008-08-05XQuartz: More fd handoff cleanup.Jeremy Huddleston1-62/+28
2008-08-05XQuartz: Fixed some errors / typos in the preferences pane.Jeremy Huddleston2-16/+10
2008-08-05XQUartz: UI Cleanup. Removed done/cancel buttons from Applications->CustomizeJeremy Huddleston3-112/+12
2008-08-06xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-17/+89
2008-08-06xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-31/+56
2008-08-06xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-271/+353
2008-08-06xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-70/+179
2008-08-06xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-36/+68