summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti1-12/+0
2011-10-15dix: add utility functions for double to/fro FP1616/FP3232 conversionJeremy Huddleston1-0/+6
2011-10-11os: Remove Error()Jeremy Huddleston1-1/+0
2011-10-03udev: make use of udev_enumerate_add_match_tag() only when it is availableLennart Poettering1-0/+6
2011-10-03Merge remote-tracking branch 'alanc/master'Keith Packard1-3/+0
2011-10-03Merge remote-tracking branch 'jeremyhu/for-keith'Keith Packard1-3/+5
2011-10-03Remove incorrect & in swap_uint32Matt Turner1-1/+1
2011-09-30Merge branch 'smooth-scrolling' into nextPeter Hutterer7-26/+75
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer2-0/+43
2011-09-29Merge branch 'raw-events' into nextPeter Hutterer1-1/+1
2011-09-29Support (and require) XI 2.1Peter Hutterer1-1/+1
2011-09-29dix: rename ProcessRawEvents to dix/events.c:DeliverRawEventPeter Hutterer1-0/+5
2011-09-29input: switch InitValuatorAxisStruct to return BoolPeter Hutterer1-1/+1
2011-09-29Input: Add POINTER_EMULATED flag to GetPointerEventsDaniel Stone1-0/+1
2011-09-29Input: Add vertical and horizontal scroll axesDaniel Stone1-0/+2
2011-09-29Input: Convert DeviceIntRec::last to use doublesDaniel Stone1-2/+1
2011-09-29Input: Make DeviceEvent use doubles internallyDaniel Stone1-2/+1
2011-09-29Input: Make RawDeviceEvent use doubles internallyDaniel Stone1-4/+2
2011-09-29Input: Widen pointer acceleration types to doubleDaniel Stone1-16/+16
2011-09-29Input: Add double-precision valuator_mask APIDaniel Stone1-0/+5
2011-09-29Input: Convert ValuatorMask to double-precision internallyDaniel Stone1-1/+1
2011-09-29Input: Add flags to RawDeviceEventDaniel Stone1-0/+1
2011-09-29Input: Add flags to DeviceEventDaniel Stone1-0/+1
2011-09-28Address regressions from e8ff555b95ba and d206d52f657c to work with other com...Jeremy Huddleston1-2/+4
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard7-7/+201
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-3/+0
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-30/+70
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-5/+4
2011-09-21Use __builtin_constant_p to determine if we can use lswaplMatt Turner1-2/+13
2011-09-21Use lswap{l,s} in cpswap{l,s}Matt Turner1-8/+6
2011-09-21Make lswap{l,s} inline functionsMatt Turner1-6/+12
2011-09-21Add type checking to swap macrosMatt Turner1-0/+16
2011-09-21Introduce swap_uint{16,32} functions, used in swap{l,s}Matt Turner1-10/+20
2011-09-21Use internal temp variable for swap macrosMatt Turner1-6/+8
2011-09-21Replace Fabs() macro with fabs() functionMatt Turner1-3/+0
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-2/+2
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-09-19Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"Jamey Sharp1-15/+2
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+2
2011-09-16configure.ac: Remove unreachable check for VM86 headers.Jamey Sharp1-6/+0
2011-09-15Remove PC98 support.Jamey Sharp1-3/+0
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer2-5/+19
2011-08-22Add null-terminated list interface.Peter Hutterer1-0/+160
2011-08-22input: provide a single function to init DeviceEvents to 0Peter Hutterer1-0/+1
2011-08-22dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()Peter Hutterer1-1/+4
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering2-1/+4
2011-08-22os/log: Add LogVHdrMessageVerb and friendsDaniel Kurtz1-0/+13
2011-08-03composite: Inhibit window background paint with manual subwindow redirectionVille Syrjälä1-0/+1
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+10
2011-07-01input: add POINTER_NORAW to avoid generation of raw events (#30068)Peter Hutterer1-4/+5