summaryrefslogtreecommitdiff
path: root/src/XrrProperty.c
AgeCommit message (Expand)Author
2022-10-17Remove unnecessary casts of return values from malloc()Alan Coopersmith
2022-10-17Variable scope reductions as recommended by cppcheckAlan Coopersmith
2015-03-31libXrandr: Clean up compiler warningsKeith Packard
2013-05-04Make XRRGet*Property() always initialize returned valuesAlan Coopersmith
2013-05-04integer overflow in XRRGetOutputProperty() [CVE-2013-1986 3/4]Alan Coopersmith
2013-05-04integer overflow in XRRQueryOutputProperty() [CVE-2013-1986 1/4]Alan Coopersmith
2013-05-03Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2009-11-10GetOutputProperty: Return the error code, not BadRequestAdam Jackson
2009-01-30Janitor: make distcheck, compiler warnings, .gitignorePaulo Cesar Pereira de Andrade
2008-12-17Be sure to return NULL when returning no properties.Adam Jackson
2007-01-31Merge 64-bit fixes inKeith Packard
2007-01-31Fix read sizes for 64-bit machines.Keith Packard
2007-01-16Return a valid property info even if we lack valid value sets.Eric Anholt
2006-11-30Add initial implementation of crtc gamma and mode adding requests.Keith Packard
2006-11-20Change properties to have a pending value and report valid values.Keith Packard