summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard7-33/+97
2011-12-09include: add BUG_WARN_MSG for custom error message on bug conditionPeter Hutterer1-1/+8
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer1-4/+4
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer3-0/+19
2011-12-09dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtrPeter Hutterer1-1/+1
2011-12-09dix: add CopyGrab() functionPeter Hutterer1-0/+1
2011-12-09dix: add AllocGrab helper functionPeter Hutterer1-0/+3
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer2-3/+4
2011-12-06include: rename "foos" to "list_of_foos" in the struct list documentationPeter Hutterer1-15/+15
2011-12-06include: update struct list documentation to use one set of structs onlyPeter Hutterer1-17/+11
2011-12-06include: a new list element does not need initialization, state soPeter Hutterer1-1/+2
2011-12-06include: point to the tests in list.c as examplesPeter Hutterer1-0/+1
2011-12-06include: add list_last_entry to get the tail of a listPeter Hutterer1-0/+15
2011-12-06include: add list_append()Peter Hutterer1-0/+22
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith2-0/+23
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith3-38/+38
2011-12-03Remove unused function checks from configure.ac & include/*.h.inAlan Coopersmith2-33/+0
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2-2/+1
2011-11-29include: add BUG_WARN macro for internal bug cases.Peter Hutterer1-0/+7
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer1-1/+1
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
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