summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Merge branch 'master' into mpxPeter Hutterer4-13/+17
2007-11-05RandR: Remove usage of allocaDaniel Stone1-2/+2
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-09-05randr: RRPointerScreenConfigured needs to move all pointers.Peter Hutterer1-14/+23
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-12Merge branch 'master' into mpxPeter Hutterer5-22/+15
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-06-19Merge branch 'master' into mpxPeter Hutterer2-3/+10
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie2-3/+10
2007-04-27Merge branch 'master' into mpxPeter Hutterer2-2/+12
2007-04-26Enable event delivery for multiple heads.Paulo Ricardo Zanoni1-1/+7
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-12Merge branch 'master' into mpxPeter Hutterer1-8/+23
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-04-02Merge branch 'master' into mpxPeter Hutterer9-268/+608
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-19Merge branch 'master' into mpxPeter Hutterer4-5/+8
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-03-05Merge branch 'master' into mpxPeter Hutterer3-31/+65
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-28Merge branch 'master'Peter Hutterer8-28/+106
2007-01-24Warning fix for RRCrtcSetRotations().Eric Anholt1-0/+1
2007-01-24Make Xinearama screen information reflect CRTC rotation.Keith Packard4-28/+33
2007-01-18Account for CRTC rotation in the cursor containment code.Eric Anholt1-8/+42
2007-01-17Add a setter for randr_crtc->rotations.Eric Anholt2-0/+17
2007-01-16When changing a non-pending property, call the screen rrOutputSetProperty hook.Eric Anholt1-0/+8
2007-01-16Don't forget to add the property we configure to the properties list.Eric Anholt1-0/+6
2007-01-02Track physical screen size and send out updates when that changes.Keith Packard3-1/+10
2007-01-02Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.Keith Packard2-17/+15