Age | Commit message (Expand) | Author | Files | Lines |
2006-10-25 | port all users to the new DIX motion history API | Daniel Stone | 3 | -8/+6 |
2006-10-25 | xfree86: re-bump input abi to 1.0, yet again | Daniel Stone | 1 | -1/+1 |
2006-10-23 | xfree86/input: add proximity support, free valuators | Daniel Stone | 1 | -81/+26 |
2006-10-23 | kdrive: numerous warning fixes | Daniel Stone | 3 | -15/+23 |
2006-10-23 | xfree86/input: disallow pointer device changes, fix drag event calculation | Daniel Stone | 1 | -59/+1 |
2006-10-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 5 | -2/+12 |
2006-10-23 | xfree86/options: don't blindly dereference NULL pointers | Daniel Stone | 1 | -2/+2 |
2006-10-23 | kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers() | Daniel Stone | 18 | -29/+36 |
2006-10-23 | kdrive/tslib: port to new absolute API, remove debugging | Daniel Stone | 1 | -17/+4 |
2006-10-23 | kdrive/os: add KdOsAddInputDrivers | Daniel Stone | 3 | -6/+22 |
2006-10-23 | kdrive/input: use Absolute instead of Touchscreen | Daniel Stone | 1 | -1/+1 |
2006-10-23 | kdrive/neomagic: include vesa.h, use DebugF | Daniel Stone | 1 | -6/+2 |
2006-10-23 | Xnest: port to new input API | Daniel Stone | 3 | -33/+43 |
2006-10-23 | Xnest: disable XKB, reshuffle code | Daniel Stone | 1 | -6/+9 |
2006-10-23 | Xvfb: port to new mieq API | Daniel Stone | 1 | -3/+2 |
2006-10-22 | kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA} | Daniel Stone | 1 | -5/+3 |
2006-10-21 | Minor typo fix to xorg.conf man page. | Drew Parsons | 1 | -1/+1 |
2006-10-21 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver | Zephaniah E. Hull | 14 | -99/+116 |
2006-10-21 | DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB. | Zephaniah E. Hull | 1 | -1/+2 |
2006-10-19 | Add ast driver/device info to Xorg server & config utilities | Carl Switzky | 3 | -0/+10 |
2006-10-20 | move keymap copy to event processing, from enqueuing | Daniel Stone | 4 | -78/+12 |
2006-10-20 | Pre-release message should tell users to check git, not CVS, for updates | Alan Coopersmith | 1 | -2/+2 |
2006-10-20 | Create xorg.conf.example (Gentoo bug #138623). | Joshua Baergen | 2 | -4/+19 |
2006-10-20 | Small modification to blocking signals when switching modes. | Alan Hourihane | 1 | -4/+1 |
2006-10-20 | Add per-drawable Xv colour key helper function. | Michel Dänzer | 5 | -4/+69 |
2006-10-20 | Make sure xorgcfg files are included even when dist made with --disable-xorgcfg | Alan Coopersmith | 1 | -7/+13 |
2006-10-19 | Pre-release message should tell users to check git, not CVS, for updates | Alan Coopersmith | 1 | -2/+2 |
2006-10-19 | Create xorg.conf.example (Gentoo bug #138623). | Joshua Baergen | 2 | -4/+19 |
2006-10-18 | Pass SetDeviceValuators down to the driver. | Zephaniah E. Hull | 2 | -3/+13 |
2006-10-16 | Small modification to blocking signals when switching modes. | Alan Hourihane | 1 | -4/+1 |
2006-10-15 | xfree86 input: always open devices on NewInputDeviceRequest | Daniel Stone | 1 | -9/+2 |
2006-10-15 | Add per-drawable Xv colour key helper function. | Michel Dänzer | 5 | -4/+69 |
2006-10-13 | Make sure xorgcfg files are included even when dist made with --disable-xorgcfg | Alan Coopersmith | 1 | -7/+13 |
2006-10-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 4 | -4/+12 |
2006-10-13 | Block IO on switchmode just as we do for VT switching | Alan Hourihane | 1 | -0/+3 |
2006-10-10 | Fixing probably long-standing bug in domain support. | Matthias Hopf | 1 | -1/+1 |
2006-10-08 | xfree86/xinput: pass first_valuator params, don't clip to first screen bound | Daniel Stone | 1 | -19/+8 |
2006-10-08 | mipointer: take device arguments, split miPointerAbsoluteCursor | Daniel Stone | 4 | -23/+16 |
2006-10-08 | warning cleanups | Daniel Stone | 3 | -6/+2 |
2006-10-08 | xfree86 Xinput: remove still more excessive debugging | Daniel Stone | 1 | -29/+3 |
2006-10-08 | GetPointerEvents: add first_valuator parameter | Daniel Stone | 2 | -3/+3 |
2006-10-08 | kdrive/input: remove excessive debugging in NIDR | Daniel Stone | 1 | -1/+0 |
2006-10-07 | xfree86/loader: bump input major ABI version | Daniel Stone | 1 | -1/+1 |
2006-10-06 | Merge branch 'XACE-modular' | Alan Coopersmith | 2 | -3/+8 |
2006-10-05 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 4 | -557/+7404 |
2006-10-03 | Update pci.ids to Tue 2006-10-03 daily snapshot | Alan Coopersmith | 3 | -555/+7403 |
2006-10-03 | Don't insert RCS tag into generated pci id header files | Alan Coopersmith | 1 | -2/+1 |
2006-09-29 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 5 | -3/+50 |
2006-09-29 | make core keyboard/pointer map functions act on all core-sending devices | Daniel Stone | 17 | -17/+17 |
2006-09-28 | Merge branch 'wfb' | Aaron Plattner | 2 | -1/+11 |