summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-10-21dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-0/+5
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston2-0/+21
2009-09-27Xi: CopyKeyClass is not static for XQuartzJeremy Huddleston1-0/+1
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer1-4/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-1/+150
2009-09-20Eliminate bogus event resizing.Keith Packard1-3/+0
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-0/+1
2009-09-17Add configuration option for use of SIGIO handlers for input eventsAlan Coopersmith1-0/+3
2009-09-13xkb: split effectiveGroup calculation into separate utility function.Peter Hutterer1-0/+5
2009-09-07dix: remove dixLookupResource - we don't have any users left.Peter Hutterer1-8/+0
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston1-0/+3
2009-09-04input: allow for detectable autorepeat.Daniel Stone2-3/+2
2009-09-03Xi: if XISetEventMask fails, return this to the client.Peter Hutterer1-1/+1
2009-09-03Xi: Unify checking for invalid bits in grab masks.Peter Hutterer1-0/+3
2009-09-03Un-export ApplyPointerMapping. This is an in-server function.Peter Hutterer1-1/+1
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+3
2009-08-27Xext: rename Xtst* to XTest*Peter Hutterer2-5/+5
2009-08-27input: move XTest device initialization into Xext/xtest.cPeter Hutterer1-0/+1
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+6
2009-08-24input: move CorePointer/KeyboardProc declarations into header.Peter Hutterer1-0/+3
2009-08-17dix: rework DeviceChangedEvents a bit.Peter Hutterer1-10/+5
2009-08-17include: XInputExtensionInit doesn't need to be exported.Peter Hutterer1-1/+1
2009-08-17include: Unexport most symbols from exevents.h.Peter Hutterer1-105/+136
2009-08-13Add new VT support for OpenSolaris & future Solaris releasesAaron Zang1-0/+3
2009-08-13Remove support for Solaris x86 releases older than Solaris 8Alan Coopersmith2-6/+0
2009-08-13include: correct a copy/paste error in a comment.Peter Hutterer1-1/+1
2009-08-13Xi: un-statify XI2EventSwap, it is needed for tests.Peter Hutterer1-0/+4
2009-08-05dix: require PointerProc and KeyboardProc to be passed into AllocDevicePair.Peter Hutterer1-0/+2
2009-08-05xkb: remove now-unused XkbGetKeysym.Peter Hutterer1-4/+0
2009-07-30include: DeviceFocusEvent is not to be exported.Peter Hutterer1-1/+1
2009-07-30input: switch internal event types to enums.Peter Hutterer1-5/+5
2009-07-30include: fix enum EventType declaration.Peter Hutterer1-2/+2
2009-07-30xkb: move XkbFilterEvents to xkbsrv.hPeter Hutterer1-0/+5
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer4-208/+243
2009-07-28pci: add support for pci is boot vga call.Dave Airlie1-0/+3
2009-07-23Fix dist.Aaron Plattner1-2/+4
2009-07-20XQuartz: Initial support for automatic updates through SparkleJeremy Huddleston1-0/+3
2009-07-15xkb: Remove XKMformat.h include from xkbsrv.h into the files that need it.Peter Hutterer1-1/+0
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer2-4/+7
2009-07-14include: introduce byte counting functions.Peter Hutterer1-0/+30
2009-07-12input: include effective modifiers in device events.Peter Hutterer1-0/+2
2009-07-10Revert "XKB: Sanitise * actions" commits (#19602)Peter Hutterer1-7/+46
2009-07-06s/MAX_DEVICES/MAXDEVICES/ updates.Peter Hutterer1-1/+1
2009-07-01dix: introduce "Xtst Device" label property.Peter Hutterer1-0/+2
2009-07-01input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer1-1/+4
2009-07-01input: abstract Xtst device lookupPeter Hutterer1-0/+1
2009-06-29dix: make part of ptrveloc.h internalSimon Thum1-4/+4
2009-06-29dix: rename pDev->dev, pVel->vel for consistencySimon Thum1-9/+9
2009-06-29dix: improve pointer acceleration APISimon Thum1-4/+14