summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard14-3792/+3519
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+1
2011-11-03randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPositionRui Matos1-19/+10
2011-10-18randr: stop clients from deleting immutable output propertiesLuc Verhaegen1-3/+16
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner8-355/+298
2011-07-29randr: Compare all the bytes in RRPostPendingPropertiesAaron Plattner1-1/+1
2011-06-06randr: void function cannot return valueNicolas Kaiser1-1/+1
2011-05-25randr: check rotated virtual size limits correctlyAaron Plattner1-6/+6
2011-05-13include: add version_compare helper functionPeter Hutterer1-4/+4
2011-04-13Send events that were missing from RRSelectInputJeremy Huddleston1-2/+30
2011-03-14randr: Add RRConstrainCursorHarderAdam Jackson3-0/+161
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard6-236/+34
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard5-749/+44
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard8-246/+16
2011-02-23Revert "randr: Hook up the new RandR 1.4 functionality"Keith Packard2-138/+0
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard3-31/+25
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard4-16/+10
2011-02-23Revert "ProcRRSetCrtcConfigs uses 'configs' without being initialized"Keith Packard1-2/+2
2011-02-23Revert "randr: handle RRSetCrtcConfigs request with zero configs"Keith Packard1-3/+5
2011-02-14ProcRRCreateMode: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-02-14ProcRRQueryVersion: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2010-12-20randr: check for virtual size limits before set crtcTiago Vignatti1-0/+12
2010-12-06randr: handle RRSetCrtcConfigs request with zero configsKeith Packard1-5/+3
2010-12-06ProcRRSetCrtcConfigs uses 'configs' without being initializedKeith Packard1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard4-10/+16
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard3-25/+31
2010-12-06randr: Hook up the new RandR 1.4 functionalityKeith Packard2-0/+138
2010-12-06randr: Add per-crtc pixmapsKeith Packard8-16/+246
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard5-44/+749
2010-12-06randr: Add sprite position transformsKeith Packard6-34/+236
2010-10-18randr: Remove mirandrAdam Jackson3-203/+0
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste5-3/+56
2010-06-22rotation: fix cursor and overlap of one pixel.Dave Airlie1-14/+14
2010-06-10Ignore RandR timestamps harderKeith Packard1-33/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-14/+14
2010-06-06randr: Make deletion of output properties more robustMikhail Gusarov1-41/+35
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov5-60/+30
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-9/+12
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-6/+6
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp4-4/+7
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp4-5/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-6/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp7-29/+29
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov9-105/+105
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard3-8/+0
2010-02-12Don't double-swap the RandR PropertyNotify eventPeter Harris1-5/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith4-15/+5
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4