summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-29kill GNU-make'ism.Matthieu Herrb1-1/+1
2006-10-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverThomas Hellstrom1-0/+1
2006-10-29Make sure we have 64-bit file-offsets in libdrm.Thomas Hellstrom3-2/+13
2006-10-29kdrive: avoid null dereferencesDaniel Stone1-6/+10
2006-10-29kdrive: move bell ringing into an OS functionDaniel Stone6-116/+52
2006-10-29Xi: disallow changing core keyboard and pointerDaniel Stone8-435/+11
2006-10-29GetTimeInMillis: use correct units for clock_gettimeDaniel Stone1-1/+1
2006-10-29WaitForSomething: only rewind when delta is more than 250msDaniel Stone1-10/+10
2006-10-27Add missing file to list in Makefile.amEamon Walsh1-0/+1
2006-10-27Import libdrm functions for the drm memory manager.Thomas Hellstrom4-0/+1167
2006-10-27CoreKeyboardProc: annotate with FIXMEDaniel Stone1-2/+5
2006-10-27CoreKeyboardProc: don't leak keymap and modmapDaniel Stone1-0/+4
2006-10-27mieqEnqueue: only compare DEVICE_BITS of deviceidDaniel Stone1-1/+2
2006-10-27getValuatorEvents: make sure we put MORE_EVENTS in the right placesDaniel Stone1-0/+3
2006-10-26Rename libwfb.so to libnvidia-wfb.so and give it a version number so its SONA...Aaron Plattner1-5/+5
2006-10-26xfree86: re-enable chipset-specific drivers for Linux/ia64Myron Stowe1-5/+5
2006-10-26Merge branch 'master' into input-hotplugDaniel Stone1-16/+3
2006-10-26GetTimeInMillis: simplify monotonic testDaniel Stone2-17/+4
2006-10-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone6-9/+111
2006-10-25GetTimeInMillis: spuport monotonic clockDaniel Stone3-6/+79
2006-10-25WaitForSomething: allow time to rewindDaniel Stone1-3/+31
2006-10-25Fix test for Option "IgnoreABI".Michel Dänzer1-1/+1
2006-10-24Merge branch 'origin'Keith Packard20-31/+155
2006-10-24Byte swap RRSelectInput enable flags.Keith Packard1-0/+1
2006-10-25mipointer: remember to update pointer locationDaniel Stone1-0/+4
2006-10-25GetPointerEvents: always ensure correct number of eventsDaniel Stone1-2/+2
2006-10-25kdrive/input: remove unnecessary #ifdef XINPUTsDaniel Stone1-12/+0
2006-10-25xfree86: remove motion history handlingDaniel Stone3-71/+0
2006-10-25mi: remove mi motion historyDaniel Stone4-93/+0
2006-10-25port all users to the new DIX motion history APIDaniel Stone5-11/+10
2006-10-25dix: add motion history supportDaniel Stone4-9/+142
2006-10-25miscellaneous warning fixesDaniel Stone2-2/+5
2006-10-25xfree86: re-bump input abi to 1.0, yet againDaniel Stone1-1/+1
2006-10-24Merge branch 'master' into wfb-anyabiAaron Plattner65-2950/+10791
2006-10-24inputstr: try to keep device structs the same sizeDaniel Stone1-2/+12
2006-10-24inputstr: fix indentationDaniel Stone1-7/+7
2006-10-23xfree86/input: add proximity support, free valuatorsDaniel Stone1-81/+26
2006-10-23GetProximityEvents: add (untested) functionDaniel Stone2-0/+60
2006-10-23GetPointerEvents: break into separate functionsDaniel Stone1-54/+89
2006-10-23kdrive: numerous warning fixesDaniel Stone4-15/+29
2006-10-23xfree86/input: disallow pointer device changes, fix drag event calculationDaniel Stone1-59/+1
2006-10-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone6-4/+14
2006-10-23xfree86/options: don't blindly dereference NULL pointersDaniel Stone1-2/+2
2006-10-23kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers()Daniel Stone18-29/+36
2006-10-23kdrive/tslib: port to new absolute API, remove debuggingDaniel Stone1-17/+4
2006-10-23kdrive/os: add KdOsAddInputDriversDaniel Stone3-6/+22
2006-10-23kdrive/input: use Absolute instead of TouchscreenDaniel Stone1-1/+1
2006-10-23kdrive/neomagic: include vesa.h, use DebugFDaniel Stone1-6/+2
2006-10-23configure.ac: add XSERVER_LIBS to XNEST_LIBSDaniel Stone1-1/+1
2006-10-23Xnest: port to new input APIDaniel Stone3-33/+43