summaryrefslogtreecommitdiff
path: root/randr/rroutput.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-28Ensure RandR resource types are registered before resources are created.Keith Packard1-0/+2
2006-11-16Remove RandR output options.Keith Packard1-29/+0
2006-11-08Add RRInit function to create resource types for RR objects.Keith Packard1-12/+18
2006-11-08Allow RandR objects to be created before the associated ScreenRec.Keith Packard1-17/+27
2006-11-01Move physical size from mode to output.Keith Packard1-0/+23
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard1-10/+51
2006-10-05Add preferred modes for each output. Round vrefresh. Deliver crtc events.Keith Packard1-3/+6
2006-10-03Add mode origins and output options. Fix memmoves in resource free funcs.Keith Packard1-7/+36
2006-09-20typoKeith Packard1-1/+1
2006-09-20When setting output state, leave output unchanged when setting to current.Keith Packard1-0/+43
2006-09-20Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.Keith Packard1-13/+33
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-1/+95
2006-09-19RRGetScreenResources and RRGetOutputInfo are working now.Keith Packard1-0/+9
2006-09-18RandR working with old clients and old API.Keith Packard1-0/+18
2006-09-17Split out RandR dispatch code from randr.c to rr*dispatch.c.Keith Packard1-5/+143
2006-09-17Split RandR implementation into separate files.Keith Packard1-0/+56