summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2006-10-23Xnest: disable XKB, reshuffle codeDaniel Stone1-6/+9
2006-10-23Xvfb: port to new mieq APIDaniel Stone1-3/+2
2006-10-23include: move POINTER_* flags from inputstr.h to input.hDaniel Stone2-4/+4
2006-10-23miinitext: Xi and XKB are not hardware-only extensionsDaniel Stone1-2/+2
2006-10-23XkbCopyKeymap: increment shapes and outlines when copyingDaniel Stone1-2/+2
2006-10-23dix/getevents: move SyntheticMotion to getevents.cDaniel Stone2-26/+41
2006-10-23dix/getevents: cosmetic cleanups, remove keymap copy from GKVEDaniel Stone1-40/+23
2006-10-22xi: fix NIDR return yet againDaniel Stone1-1/+1
2006-10-22xi: fix return type for NIDRDaniel Stone1-1/+1
2006-10-22xi: add NewInputDeviceRequest to stubsDaniel Stone1-0/+14