summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-10-25port all users to the new DIX motion history APIDaniel Stone3-8/+6
2006-10-25xfree86: re-bump input abi to 1.0, yet againDaniel Stone1-1/+1
2006-10-23xfree86/input: add proximity support, free valuatorsDaniel Stone1-81/+26
2006-10-23kdrive: numerous warning fixesDaniel Stone3-15/+23
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 Stone5-2/+12
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-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-22kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA}Daniel Stone1-5/+3
2006-10-21Minor typo fix to xorg.conf man page.Drew Parsons1-1/+1
2006-10-21Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserverZephaniah E. Hull14-99/+116
2006-10-21DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.Zephaniah E. Hull1-1/+2
2006-10-19Add ast driver/device info to Xorg server & config utilitiesCarl Switzky3-0/+10
2006-10-20move keymap copy to event processing, from enqueuingDaniel Stone4-78/+12
2006-10-20Pre-release message should tell users to check git, not CVS, for updatesAlan Coopersmith1-2/+2
2006-10-20Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen2-4/+19
2006-10-20Small modification to blocking signals when switching modes.Alan Hourihane1-4/+1
2006-10-20Add per-drawable Xv colour key helper function.Michel Dänzer5-4/+69
2006-10-20Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-10-19Pre-release message should tell users to check git, not CVS, for updatesAlan Coopersmith1-2/+2
2006-10-19Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen2-4/+19
2006-10-18Pass SetDeviceValuators down to the driver.Zephaniah E. Hull2-3/+13
2006-10-16Small modification to blocking signals when switching modes.Alan Hourihane1-4/+1
2006-10-15xfree86 input: always open devices on NewInputDeviceRequestDaniel Stone1-9/+2
2006-10-15Add per-drawable Xv colour key helper function.Michel Dänzer5-4/+69
2006-10-13Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone4-4/+12
2006-10-13Block IO on switchmode just as we do for VT switchingAlan Hourihane1-0/+3
2006-10-10Fixing probably long-standing bug in domain support.Matthias Hopf1-1/+1
2006-10-08xfree86/xinput: pass first_valuator params, don't clip to first screen boundDaniel Stone1-19/+8
2006-10-08mipointer: take device arguments, split miPointerAbsoluteCursorDaniel Stone4-23/+16
2006-10-08warning cleanupsDaniel Stone3-6/+2
2006-10-08xfree86 Xinput: remove still more excessive debuggingDaniel Stone1-29/+3
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone2-3/+3
2006-10-08kdrive/input: remove excessive debugging in NIDRDaniel Stone1-1/+0
2006-10-07xfree86/loader: bump input major ABI versionDaniel Stone1-1/+1
2006-10-06Merge branch 'XACE-modular'Alan Coopersmith2-3/+8
2006-10-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone4-557/+7404
2006-10-03Update pci.ids to Tue 2006-10-03 daily snapshotAlan Coopersmith3-555/+7403
2006-10-03Don't insert RCS tag into generated pci id header filesAlan Coopersmith1-2/+1
2006-09-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone5-3/+50
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone17-17/+17
2006-09-28Merge branch 'wfb'Aaron Plattner2-1/+11