index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
/
rroutput.c
Age
Commit message (
Expand
)
Author
2009-01-30
RandR SetOutputPrimary should work with or without a crtc connected
Keith Packard
2008-12-16
randr: clear primaryOutput when the output is deleted
Adam Jackson
2008-12-16
randr: Add [GS]etOutputPrimary
Adam Jackson
2007-10-15
registry: Add some missing #include's.
Eamon Walsh
2007-10-11
dix: Add a new "registry" mechanism for registering string names of things.
Eamon Walsh
2007-09-15
Initialize output->pendingProperties.
Tilman Sauerbeck
2007-08-07
Decrement mode count when removing RandR output mode.
Keith Packard
2007-07-23
Set the crtc before the output change is notified
Gustavo Pichorim Boiko
2007-03-24
Make pending properties force mode set. And, remove AttachScreen calls.
Keith Packard
2007-03-17
Correct ref counting of RRMode structures
Keith Packard
2007-03-17
Add support for user-defined modelines in RandR.
Keith Packard
2007-03-05
Bugzilla #7145: fix build with gcc 2.95
Jens Granseuer
2006-12-15
RandR: config time updates when hardware config changes.
Keith Packard
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
2006-12-02
Destroying RandR crtc or output overwrites memory.
Keith Packard
2006-11-28
Ensure RandR resource types are registered before resources are created.
Keith Packard
2006-11-16
Remove RandR output options.
Keith Packard
2006-11-08
Add RRInit function to create resource types for RR objects.
Keith Packard
2006-11-08
Allow RandR objects to be created before the associated ScreenRec.
Keith Packard
2006-11-01
Move physical size from mode to output.
Keith Packard
2006-10-13
Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.
Keith Packard
2006-10-05
Add preferred modes for each output. Round vrefresh. Deliver crtc events.
Keith Packard
2006-10-03
Add mode origins and output options. Fix memmoves in resource free funcs.
Keith Packard
2006-09-20
typo
Keith Packard
2006-09-20
When setting output state, leave output unchanged when setting to current.
Keith Packard
2006-09-20
Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.
Keith Packard
2006-09-19
Split out 1.0-style info and new property routines to their own files.
Keith Packard
2006-09-19
RRGetScreenResources and RRGetOutputInfo are working now.
Keith Packard
2006-09-18
RandR working with old clients and old API.
Keith Packard
2006-09-17
Split out RandR dispatch code from randr.c to rr*dispatch.c.
Keith Packard
2006-09-17
Split RandR implementation into separate files.
Keith Packard