summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2014-10-09misc: Fold together some redundant conditionalsAdam Jackson1-20/+18
2014-10-09dix: Remove an obfuscatory macroAdam Jackson1-4/+1
2014-10-09dix: Remove some pointless casting of NULLAdam Jackson1-13/+10
2014-10-09dix: Remove an empty ifAdam Jackson1-2/+0
2014-10-09dix: Lower backStorage to a bit instead of a pointerAdam Jackson1-1/+1
2014-10-09dix: Remove DIXsaveUnder bit from the WindowAdam Jackson1-1/+0
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-4/+48
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-1/+1
2014-10-08input: Remove unused SetKeySymsMapAdam Jackson1-57/+0
2014-10-02dix: Remove XpExtension leftovers from protocol.txtDaniel Martin1-30/+0
2014-09-18Build required portions of registry.c automatically [v2]Keith Packard3-35/+59
2014-09-18dix: Close protocol.txt after we're done loading extension namesKeith Packard2-0/+6
2014-09-11pixmap: fix reverse optimus support with multiple headsDave Airlie1-4/+14
2014-08-12xkb: ignore floating slave devices when updating from master (#81885)Peter Hutterer1-1/+1
2014-08-04BellProc: Send bell event on core protocol bell when requestedEgbert Eich1-1/+1
2014-07-29dix: Make some LBX-era code more obviousAdam Jackson1-3/+1
2014-07-14Revert "dix: fix up coordinate scaling when external monitors are present"Peter Hutterer1-60/+20
2014-06-23dix: fix up coordinate scaling when external monitors are presentPeter Hutterer1-20/+60
2014-06-04dix: fix pixmap leak on server resetBrendan King1-4/+3
2014-06-04dix: reference the cursor just once in InitializeSprite()Brendan King1-1/+1
2014-04-29dix: remove a now-superfluous commentPeter Hutterer1-6/+0
2014-04-29input: Remove invalid bug checks.Michal Srb1-5/+0
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt1-0/+25
2014-04-21dixfonts: Turn a missing directory ErrorF into a DebugFJasper St. Pierre1-1/+1
2014-04-01Make XYToWindow a screen functionKeith Packard1-43/+3
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-1/+2
2014-03-26dix: Allow NULL stipple in ChangeGCKeith Packard1-3/+5
2014-03-11xkb: push locked modifier state down to attached slave devicesPeter Hutterer1-0/+3
2014-03-06dix: Clear any existing selections before initializing privatesAndrew Eikum1-1/+3
2014-02-05dix: fix a -Wshadow warningPeter Hutterer1-2/+2
2014-02-05dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-02-04dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONSPeter Hutterer2-0/+3
2014-02-04input: un-constify dev->namePeter Hutterer1-1/+1
2014-02-04input: un-constify InputAttributesPeter Hutterer1-8/+8
2014-01-29Add RANDR 1.4 requests & events to dix/protocol.txtAlan Coopersmith1-0/+11
2014-01-29On realloc failure, free font_path_string instead of leaking itAlan Coopersmith1-3/+6
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard1-4/+2
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard2-7/+10
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-2/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard17-179/+179
2014-01-12xi: More warning cleanup for inputKeith Packard2-13/+14
2014-01-12Clean up warnings in DIXKeith Packard7-35/+44
2014-01-09CheckPassiveGrabsOnWindow() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-0/+2
2014-01-09GrabDevice() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-1/+3
2014-01-09If AllocGrab() fails to set up grab, don't copy to a NULL grabAlan Coopersmith1-6/+5
2013-12-11dix: fix check for grab typePeter Hutterer1-1/+1
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson1-1/+5
2013-12-09smartsched: Tweak the default scheduler intervalsAdam Jackson1-2/+3
2013-10-31Add a RegionDuplicate functionKeith Packard1-0/+15
2013-10-18Merge commit '2523a445a09a75a8baf642608d099a5e12d5437f'Keith Packard3-16/+62