index
:
lib/libXrandr
master
obsd
Xrandr library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
XrrCrtc.c
Age
Commit message (
Expand
)
Author
2022-10-17
Remove unnecessary casts of return values from malloc()
Alan Coopersmith
2022-10-17
Variable scope reductions as recommended by cppcheck
Alan Coopersmith
2017-01-28
Fix memory leak on error paths
Tobias Stoeckmann
2016-09-25
Avoid out of boundary accesses on illegal responses
Tobias Stoeckmann
2015-03-31
libXrandr: Clean up compiler warnings
Keith Packard
2013-05-03
Use _XEatDataWords to avoid overflow of rep.length bit shifting
Alan Coopersmith
2012-09-06
Constify a couple string arguments that are just copied, not modified
Alan Coopersmith
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-11-10
GetCrtcGamma: Fix error handling.
Adam Jackson
2009-11-10
GetCrtcGammaSize: Return 0, not garbage, on failure
Adam Jackson
2009-01-30
Janitor: make distcheck, compiler warnings, .gitignore
Paulo Cesar Pereira de Andrade
2008-12-04
Nuke config-timestamp for panning.
Matthias Hopf
2008-12-04
Panning support
Matthias Hopf
2008-11-28
Set attr->pendingNparams in XRRGetCrtcTransform()
Julien Cristau
2008-09-12
Set NparamsFilter in XRRGetCrtcTransform return value.
Keith Packard
2008-03-18
Eliminate inverse matrix from randr transform protocol
Keith Packard
2008-03-15
Support CRTC Transform filters
Keith Packard
2008-03-10
Add support for new Transform requests.
Keith Packard
2007-02-15
Must pass size information in SetCrtcGamma request.
Keith Packard
2006-12-30
Failed to copy rotations from reply to XRRCrtcInfo.
Keith Packard
2006-11-30
Add initial implementation of crtc gamma and mode adding requests.
Keith Packard
2006-11-16
Remove RandR output options.
Keith Packard
2006-10-03
Add mode origins and output options.
Keith Packard
2006-09-20
XRRGetScreenSizeRange returns Status. Lots more requests added.
Keith Packard
2006-09-19
Start update to 1.2, splitting code across multiple files.
Keith Packard