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