summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-09randr: Fill in errorValue when verifying outputs/crtcs/modesAdam Jackson1-3/+9
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-11/+7
2009-09-21randr: reply with the server or client version, whichever is lower.Peter Hutterer1-6/+12
2009-09-20RRDestroyOutputProperty: Free randr property valid valuesKeith Packard1-0/+2
2009-09-20Free randr crtc and output pointer arraysKeith Packard1-0/+2
2009-08-17xace: fix access mode in dixLookupWindow within several RandR calls.Eamon Walsh2-5/+5
2009-07-14randr: switch to byte counting functionsPeter Hutterer7-24/+24
2009-06-15randr: fix typo in swapped dispatchAdam Jackson1-1/+1
2009-06-11randr: fix operation order so that rotation+transform worksBenjamin Defnet1-3/+3
2009-06-09dix/randr: Add missing fields to SRR*NotifyEvent()Federico Mena Quintero1-2/+9
2009-06-08Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard2-2/+7
2009-05-24randr: fix server crash in RRGetScreenInfoJulien Cristau1-2/+3
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh7-144/+72
2009-03-09Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1
2009-02-25Oops. 62fc98c had crtc offsets applied backwards (fix from server-1.6-branch)Keith Packard1-2/+2
2009-02-25RandR rotations and reflections offset by one pixelKeith Packard1-14/+14
2009-02-17RANDR: Fail softly on GetPanning if the screen can't do it.Adam Jackson1-16/+17
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+2
2009-02-13Query the DDX in ProcRRGetScreenInfo.Aaron Plattner1-1/+1
2009-02-03Handle matrix computation overflow in RRTransformComputeKeith Packard1-7/+32
2009-01-30RandR crtcs not fetched correctly when primary output is set.Keith Packard3-11/+19
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt4-12/+16
2009-01-30RandR SetOutputPrimary should work with or without a crtc connectedKeith Packard1-5/+0