summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-10-15dix: add utility functions for double to/fro FP1616/FP3232 conversionJeremy Huddleston1-0/+63
2011-10-04dixfonts: Don't overwrite local c variable until new_closure is safely initia...Alan Hourihane1-15/+15
2011-10-03Merge remote-tracking branch 'alanc/master'Keith Packard1-0/+1
2011-09-30Input: Fix frac calculation on [Raw]DeviceEvent conversionMax Schwarz1-4/+6
2011-09-30Merge branch 'smooth-scrolling' into nextPeter Hutterer5-410/+531
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer2-4/+178
2011-09-29Merge branch 'raw-events' into nextPeter Hutterer1-16/+76
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-29dix: rename ProcessRawEvents to dix/events.c:DeliverRawEventPeter Hutterer1-0/+29
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-29Input: Add POINTER_EMULATED flag to GetPointerEventsDaniel Stone1-0/+6
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 Stone1-38/+29
2011-09-29Input: Make DeviceEvent use doubles internallyDaniel Stone2-5/+4
2011-09-29Input: Make RawDeviceEvent use doubles internallyDaniel Stone2-19/+14
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 Stone1-118/+112
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
2011-09-29Input: Add double-precision valuator_mask APIDaniel Stone1-5/+25
2011-09-29Input: Convert ValuatorMask to double-precision internallyDaniel Stone1-2/+2
2011-09-29Input: Add flags to RawDeviceEventDaniel Stone1-0/+1
2011-09-29Input: Add flags to DeviceEventDaniel Stone1-0/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard5-104/+286
2011-09-27Remove the SendEvent bit (0x80) before doing range checks on event type.Sam Spilsbury1-1/+13
2011-09-23dix and os: gitignore dix.O and os.OGaetan Nadon1-0/+1
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard3-646/+485
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-15/+3
2011-09-21Cast char* buffers to swap functionsMatt Turner1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner3-646/+485
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-13/+3
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-1/+0
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp2-2/+2
2011-09-19Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"Jamey Sharp1-7/+0
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+1
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-0/+141