summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-03Remove incorrect & in swap_uint32Matt Turner1-1/+1
2011-10-03Add #include "inpututils.h" to xkbAccessX.c for init_device_eventAlan Coopersmith1-0/+1
2011-10-01sdksyms.sh may not be executable.Matthieu Herrb1-1/+1
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb8-4/+307
2011-09-30Input: Fix frac calculation on [Raw]DeviceEvent conversionMax Schwarz1-4/+6
2011-09-30Merge branch 'smooth-scrolling' into nextPeter Hutterer24-478/+951
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer10-11/+506
2011-09-29Remove unused vtSysreqAlexandr Shadchin6-39/+0
2011-09-29bsd: ioctl KDENABIO/KDDISABIO do not matter for OpenBSDAlexandr Shadchin1-3/+3
2011-09-29bsd: OpenBSD and NetBSD not need extra headers in PCVT_SUPPORTAlexandr Shadchin1-9/+3
2011-09-29bsd: Some clean upAlexandr Shadchin2-16/+8
2011-09-29bsd: Remove dead codeAlexandr Shadchin1-23/+0
2011-09-29bsd: Variable devConsoleFd need only if defined PCCONS_SUPPORTAlexandr Shadchin1-0/+5
2011-09-29bsd: Replacement screenFd on consoleFd because they are equivalentAlexandr Shadchin8-23/+9
2011-09-29bsd: Remove unused macros KBD_FDAlexandr Shadchin1-4/+0
2011-09-29Merge branch 'raw-events' into nextPeter Hutterer3-18/+78
2011-09-29dix: use 'rc' for return code in DeliverRawEventPeter Hutterer1-4/+4
2011-09-29input: deliver raw events unconditionally for XI 2.1 clients.Peter Hutterer1-16/+77
2011-09-29Support (and require) XI 2.1Peter Hutterer2-2/+2
2011-09-29dix: rename ProcessRawEvents to dix/events.c:DeliverRawEventPeter Hutterer3-30/+35
2011-09-29Xi: use temporary variable for filter.Peter Hutterer1-1/+4
2011-09-29dix: split DeliverEventToWindowMask up a bit more.Peter Hutterer1-19/+33
2011-09-29dix: rename DeliverEventsToClients to DeliverEventsToWindowMaskPeter Hutterer1-5/+5
2011-09-29dix: split client list retrieval out of DeliverEventToClientsPeter Hutterer1-14/+36
2011-09-29xkb: Fix case checks for Latin 4.Cyril Brulebois1-1/+2
2011-09-29xkb: Fix case checks for Latin 2.Cyril Brulebois1-1/+1
2011-09-29xkb: Fix case checks for Latin 1.Cyril Brulebois1-1/+1
2011-09-29input: allow for max < min for relative axes on InitValuatorAxisStructPeter Hutterer1-1/+1
2011-09-29input: switch InitValuatorAxisStruct to return BoolPeter Hutterer4-9/+11
2011-09-29Input: Add POINTER_EMULATED flag to GetPointerEventsDaniel Stone3-1/+24
2011-09-29Input: Add vertical and horizontal scroll axesDaniel Stone2-0/+7
2011-09-29Input: Split GetPointerEvents body into a helper functionDaniel Stone1-28/+48
2011-09-29Input: Set last valuators in GetPointerEvents onlyDaniel Stone1-7/+7
2011-09-29Input: Convert DeviceIntRec::last to use doublesDaniel Stone3-42/+30
2011-09-29Input: Make DeviceEvent use doubles internallyDaniel Stone5-15/+9
2011-09-29Input: Make RawDeviceEvent use doubles internallyDaniel Stone4-31/+22
2011-09-29Input: Modify mask in-place in positionSpriteDaniel Stone1-37/+30
2011-09-29Input: Convert positionSprite and GetPointerEvents to doubleDaniel Stone1-92/+56
2011-09-29Input: Don't call positionSprite for non-pointer devicesDaniel Stone1-21/+12
2011-09-29Input: Convert rescaleValuatorAxis to doubleDaniel Stone1-50/+61
2011-09-29Input: Remove x and y from moveAbsolute/moveRelativeDaniel Stone1-22/+20
2011-09-29Input: Convert acceleration code to using ValuatorMaskDaniel Stone2-60/+34
2011-09-29Input: Widen pointer acceleration types to doubleDaniel Stone3-135/+129
2011-09-29Input: Use trunc instead of lrintf in acceleration codeDaniel Stone1-7/+2
2011-09-29Input: Set fractional member in set_raw_valuatorsDaniel Stone1-6/+14
2011-09-29Input: Convert transformAbsolute to work on doublesDaniel Stone1-10/+15
2011-09-29Input: Convert clipAxis, moveAbsolute and moveRelative to doubleDaniel Stone1-23/+25
2011-09-29Input: Prepare moveRelative for conversion to doubleDaniel Stone1-29/+17
2011-09-29Input: Prepare moveAbsolute for conversion to doubleDaniel Stone1-22/+12
2011-09-29Input: Store clipped absolute axes in the maskDaniel Stone1-0/+1