summaryrefslogtreecommitdiff
path: root/randr/rroutput.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30RandR SetOutputPrimary should work with or without a crtc connectedKeith Packard1-5/+0
2009-01-11randr: RRSetPrimaryOutput can be staticJulien Cristau1-1/+1
2008-12-10randr: clear primaryOutput when the output is deletedAdam Jackson1-0/+3
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-1/+108
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-15/+15
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-15/+15
2007-10-15registry: Add some missing #include's.Eamon Walsh1-0/+1
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-3/+1
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-08-07Decrement mode count when removing RandR output mode.Keith Packard1-0/+1
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko1-9/+0
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard1-29/+20
2007-03-17Correct ref counting of RRMode structuresKeith Packard1-1/+4
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-7/+91
2007-03-05Bugzilla #7145: fix build with gcc 2.95Jens Granseuer1-1/+1
2006-12-15RandR: config time updates when hardware config changes.Keith Packard1-9/+11
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-1/+1
2006-12-02Destroying RandR crtc or output overwrites memory.Keith Packard1-1/+1
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