summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith4-7/+7
2011-11-23Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith2-4/+4
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith1-3/+3
2011-11-23Make XIGetKnownProperty take a const char * argumentAlan Coopersmith1-1/+1
2011-11-23Add fallback implementation of strndup()Alan Coopersmith2-0/+7
2011-11-23Fix Sun compiler check that got turned aroundAlan Coopersmith1-1/+1
2011-11-20Add 'optionstr.h' to include/Makefile.amKeith Packard1-0/+1
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-1/+2
2011-11-09include: export GetProximityEvents and QueueProximityEventsPeter Hutterer1-2/+2
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard3-2/+8
2011-10-28Fix position _X_EXPORTAlexandr Shadchin1-2/+2
2011-10-25dix: pass the flags into the CreateClassesChangedEventPeter Hutterer1-1/+2
2011-10-25dix: drop unused argument from XISendDeviceChangedEventPeter Hutterer1-2/+1
2011-10-25dix: add ScrollInfo to DeviceChangedEventsPeter Hutterer1-0/+1
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer3-7/+26
2011-10-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+4
2011-10-18dix: add valuator_mask_fetch_double()Peter Hutterer1-0/+4
2011-10-17Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-13/+9
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-0/+3
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-13input: change pointer screen crossing behaviour for multiple ScreenRecsPeter Hutterer1-2/+3
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer2-0/+5
2011-10-11os: Remove Error()Jeremy Huddleston1-1/+0
2011-10-04Move pointOnScreen to inpututils.cPeter Hutterer1-0/+2
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