summaryrefslogtreecommitdiff
path: root/src/XrrCrtc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Remove unnecessary casts of return values from malloc()Alan Coopersmith1-2/+2
2022-10-17Variable scope reductions as recommended by cppcheckAlan Coopersmith1-4/+4
2017-01-28Fix memory leak on error pathsTobias Stoeckmann1-0/+4
2016-09-25Avoid out of boundary accesses on illegal responsesTobias Stoeckmann1-19/+64
2015-03-31libXrandr: Clean up compiler warningsKeith Packard1-2/+2
2013-05-03Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith1-3/+3
2012-09-06Constify a couple string arguments that are just copied, not modifiedAlan Coopersmith1-1/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith1-12/+12
2009-11-10GetCrtcGamma: Fix error handling.Adam Jackson1-6/+5
2009-11-10GetCrtcGammaSize: Return 0, not garbage, on failureAdam Jackson1-1/+1
2009-01-30Janitor: make distcheck, compiler warnings, .gitignorePaulo Cesar Pereira de Andrade1-9/+3
2008-12-04Nuke config-timestamp for panning.Matthias Hopf1-2/+0
2008-12-04Panning supportMatthias Hopf1-0/+97
2008-11-28Set attr->pendingNparams in XRRGetCrtcTransform()transform-proposalJulien Cristau1-0/+1
2008-09-12Set NparamsFilter in XRRGetCrtcTransform return value.Keith Packard1-0/+1
2008-03-18Eliminate inverse matrix from randr transform protocolKeith Packard1-8/+0
2008-03-15Support CRTC Transform filtersKeith Packard1-74/+117
2008-03-10Add support for new Transform requests.Keith Packard1-0/+156
2007-02-15Must pass size information in SetCrtcGamma request.Keith Packard1-0/+1
2006-12-30Failed to copy rotations from reply to XRRCrtcInfo.Keith Packard1-0/+1
2006-11-30Add initial implementation of crtc gamma and mode adding requests.randr-1.2Keith Packard1-2/+94
2006-11-16Remove RandR output options.Keith Packard1-3/+3
2006-10-03Add mode origins and output options.Keith Packard1-3/+3
2006-09-20XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard1-9/+112
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard1-0/+75