summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Fix panoramiX request and reply swappingPeter Harris1-4/+14
2008-09-03Add swapped dispatch for randr 1.2 requestsJulien Cristau3-69/+215
2008-03-01clean some "unused" warningsGeorge Sapountzis1-1/+0
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-3/+3
2007-11-20Revert "registry: Register RANDR extension protocol names."Eamon Walsh1-68/+0
2007-11-20Revert "registry: Register XINERAMA extension protocol names."Eamon Walsh1-21/+5
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh2-1/+3
2007-11-18Bug #12531: RRModesForScreen can fail to allocate.Jernej Azarija1-0/+2
2007-11-15Allocate RRCrtcRecs with calloc.Adam Jackson1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+2
2007-11-12Only clear crtc of output if it is the one we're actually working on.Matthias Hopf1-1/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05RandR: Remove usage of allocaDaniel Stone1-2/+2
2007-10-15registry: Add some missing #include's.Eamon Walsh3-0/+3
2007-10-15registry: Register RANDR extension protocol names.Eamon Walsh1-0/+68
2007-10-15registry: Register XINERAMA extension protocol names.Eamon Walsh1-5/+21
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh3-8/+2
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh3-11/+15
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-08-31[RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug #11504).Adam Jackson1-7/+7
2007-08-31[RANDR] Compare only milliseconds of config time. (Bug #6502)Marius Gedminas1-4/+7
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-18/+8
2007-08-08RRScanOldConfig cannot use RRFirstOutput before output is configured.Keith Packard1-1/+1
2007-08-07RRScanOldConfig wasn't getting crtcs set correctlyKeith Packard1-3/+4
2007-08-07Decrement mode count when removing RandR output mode.Keith Packard1-0/+1
2007-07-31Fix a crash when rotating the screen.Aaron Plattner1-3/+6
2007-07-25Fix the output->crtc initialization in the old randr setupGustavo Pichorim Boiko1-0/+1
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko4-15/+2
2007-07-14Screen size bounds check in ProcRRSetCrtcConfig not masking out reflections.Keith Packard1-1/+1
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie2-3/+10
2007-04-25Disable RANDR's fake Xinerama protocol when there's more than one screen.Adam Jackson1-0/+8
2007-04-16RandR 1.2 spec says CRTC info contains screen-relative geometry.Keith Packard1-2/+4
2007-04-10Rotate screen size as needed from RandR 1.1 change requests.Keith Packard1-3/+10
2007-04-03Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it...Aaron Plattner1-5/+13
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard6-147/+138
2007-03-23Incorrect extra memory copy in RRChangeOutputProperty.Keith Packard1-2/+0
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard2-58/+98
2007-03-23Make sure RandR events are delivered from RRCrtcSet.Keith Packard1-43/+50
2007-03-23Clear allocated RandR screen private structure.Keith Packard1-1/+1
2007-03-17Correct ref counting of RRMode structuresKeith Packard2-1/+6
2007-03-17Eliminate RRModeRec devPrivate field.Keith Packard1-1/+0
2007-03-17Add support for user-defined modelines in RandR.Keith Packard7-50/+350
2007-03-15Set the RandR version returned, rather than just passing the proto's version.Eric Anholt1-2/+5
2007-03-05Bugzilla #7145: fix build with gcc 2.95Jens Granseuer3-3/+3
2007-02-28Don't crash setting a NULL mode with a randr classic DDX. Also remember to up...Aaron Plattner1-0/+9
2007-02-28Return BadMatch if a client tries to clone non-cloneable outputs.Aaron Plattner1-0/+21
2007-02-17RRConfigureOutputProperty is a variable length request.Keith Packard1-1/+1
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard1-29/+33
2007-02-01Fix the size expectations of xRRSetCrtcGamma.Eric Anholt1-1/+1
2007-01-24Warning fix for RRCrtcSetRotations().Eric Anholt1-0/+1