summaryrefslogtreecommitdiff
path: root/include/dix.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5]Keith Packard1-1/+1
2014-12-08Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith1-0/+4
2014-12-08dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4]Alan Coopersmith1-1/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-0/+6
2014-07-17Avoid starting a comment with */*Peter Harris1-39/+30
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt1-0/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-15/+15
2014-01-12Clean up warnings in DIXKeith Packard1-1/+4
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer1-0/+6
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer1-0/+5
2012-11-05dix: fix shadow warningsYaakov Selkowitz1-6/+6
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone1-0/+2
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer1-0/+2
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-366/+359
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-2/+2
2011-12-21Process and deliver touch eventsPeter Hutterer1-0/+6
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer1-0/+1
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+5
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer1-0/+5
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith1-2/+2
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+1
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer1-0/+1
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith1-0/+2
2011-10-28Fix position _X_EXPORTAlexandr Shadchin1-2/+2
2011-06-08dix: rename ProcessRawEvents to dix/events.c:DeliverRawEventPeter Hutterer1-0/+5
2011-05-13dix: return deliveries from DeliverGrabbedEventPeter Hutterer1-1/+1
2011-05-06Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone1-1/+1
2011-03-08dix: Remove deprecated.cAdam Jackson1-31/+0
2011-02-22dix: Add IsFloating(device) wrapper.Peter Hutterer1-0/+1
2011-01-06Input: Make CheckPassiveGrabsOnWindow return grab, exportDaniel Stone1-0/+7
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-05-22Declare functions that unconditionally call FatalError as _X_NORETURN.Jamey Sharp1-1/+1
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-0/+6
2010-04-30Move callback definitions to their own fileKeith Packard1-30/+1
2010-02-22Re-enable RECORD extension.Chris Dekter1-3/+3
2009-10-15Remove CopyISOLatin1LoweredYaakov Selkowitz1-5/+0
2009-10-14dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-09-27Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fuJeremy Huddleston1-0/+1
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+6
2009-08-24input: move CorePointer/KeyboardProc declarations into header.Peter Hutterer1-0/+3
2009-06-23Xi: check for Use permission on the device in SetClientPointer().Eamon Walsh1-1/+1
2009-06-12input: remove un-used "setter" argument from SetClientPointer.Peter Hutterer1-2/+1
2009-05-28Xi: Send Enter or Leave events with XIPassive(Un)grabNotifyPeter Hutterer1-0/+1
2009-05-27Xi: Add support for Enter and FocusIn grabs.Peter Hutterer1-0/+5
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-0/+1
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1