Age | Commit message (Expand) | Author | Files | Lines |
2006-10-23 | GetPointerEvents: break into separate functions | Daniel Stone | 1 | -54/+89 |
2006-10-23 | kdrive: numerous warning fixes | Daniel Stone | 4 | -15/+29 |
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 | 6 | -4/+14 |
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 | configure.ac: add XSERVER_LIBS to XNEST_LIBS | Daniel Stone | 1 | -1/+1 |
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-23 | include: move POINTER_* flags from inputstr.h to input.h | Daniel Stone | 2 | -4/+4 |
2006-10-23 | miinitext: Xi and XKB are not hardware-only extensions | Daniel Stone | 1 | -2/+2 |
2006-10-23 | XkbCopyKeymap: increment shapes and outlines when copying | Daniel Stone | 1 | -2/+2 |
2006-10-23 | dix/getevents: move SyntheticMotion to getevents.c | Daniel Stone | 2 | -26/+41 |
2006-10-23 | dix/getevents: cosmetic cleanups, remove keymap copy from GKVE | Daniel Stone | 1 | -40/+23 |
2006-10-22 | xi: fix NIDR return yet again | Daniel Stone | 1 | -1/+1 |
2006-10-22 | xi: fix return type for NIDR | Daniel Stone | 1 | -1/+1 |
2006-10-22 | xi: add NewInputDeviceRequest to stubs | Daniel Stone | 1 | -0/+14 |
2006-10-22 | xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs | Daniel Stone | 1 | -1/+2 |
2006-10-22 | Xi: swap control in DevicePresenceNotify | Daniel Stone | 1 | -0/+1 |
2006-10-22 | dix, Xi: make use of deviceid in DevicePresenceNotify | Daniel Stone | 2 | -50/+53 |
2006-10-22 | kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA} | Daniel Stone | 1 | -5/+3 |
2006-10-22 | minor formatting fixes | Daniel Stone | 2 | -4/+3 |
2006-10-21 | Minor typo fix to xorg.conf man page. | Drew Parsons | 1 | -1/+1 |
2006-10-21 | Minor typos in Xserver man page. | Drew Parsons | 1 | -2/+2 |
2006-10-21 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver | Zephaniah E. Hull | 29 | -210/+337 |
2006-10-21 | DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB. | Zephaniah E. Hull | 7 | -54/+152 |
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 | 8 | -168/+132 |
2006-10-20 | xi: add DEVICE_ENABLE control | Daniel Stone | 5 | -0/+57 |
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 | 3 | -4/+20 |
2006-10-20 | Use getisax() instead of asm code to determine available x86 ISA extensions o... | Alan Coopersmith | 3 | -3/+28 |
2006-10-20 | config/dbus: always unref the connection, not close | Daniel Stone | 1 | -4/+4 |
2006-10-20 | Stop building xorgcfg by default. | Adam Jackson | 1 | -7/+3 |
2006-10-20 | StorePixels() macro could create invalid *x++=*x... code - fixed. | Matthias Hopf | 1 | -1/+1 |
2006-10-20 | config/dbus: properly initialise vtable | Daniel Stone | 1 | -5/+1 |
2006-10-20 | Small modification to blocking signals when switching modes. | Alan Hourihane | 1 | -4/+1 |
2006-10-20 | Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms. | Michel Dänzer | 1 | -1/+6 |
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 | 3 | -4/+20 |
2006-10-18 | Use getisax() instead of asm code to determine available x86 ISA extensions o... | Alan Coopersmith | 3 | -3/+28 |
2006-10-18 | Pass SetDeviceValuators down to the driver. | Zephaniah E. Hull | 2 | -3/+13 |
2006-10-17 | Stop building xorgcfg by default. | Adam Jackson | 1 | -2/+2 |