index
:
lib/libXrandr
master
obsd
Xrandr library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
XrrOutput.c
Age
Commit message (
Expand
)
Author
2022-10-17
Remove unnecessary casts of return values from malloc()
Alan Coopersmith
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-02-29
Fill in nameLen in XRROutputInfo
Daniel Stone
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-01-30
Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request
Keith Packard
2009-01-30
Janitor: make distcheck, compiler warnings, .gitignore
Paulo Cesar Pereira de Andrade
2008-12-17
Fix type of GetReq() argument.
Adam Jackson
2008-12-17
Use RRSimpleCheckExtension in functions returning void
Adam Jackson
2008-12-08
Add [GS]etOutputPrimary
Adam Jackson
2006-11-20
Change properties to have a pending value and report valid values.
Keith Packard
2006-11-16
Remove RandR output options.
Keith Packard
2006-11-09
Return the right actual property type for XRRGetOutputProperty.
Eric Anholt
2006-11-09
Add support for various output property requests.
Eric Anholt
2006-11-01
Moving physical size from mode to output.
Keith Packard
2006-10-04
Remove mode origins. Add preferred mode count.
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