summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2007-09-04[RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug #11504).Adam Jackson1-7/+7
2007-09-04[RANDR] Compare only milliseconds of config time. (Bug #6502)Marius Gedminas1-4/+7
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
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
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh2-27/+20
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh1-9/+12
2006-12-15RandR 1.2 rotation code must adjust width/height.Keith Packard2-8/+29
2006-12-15RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.Keith Packard1-44/+69
2006-12-15RandR: config time updates when hardware config changes.Keith Packard5-15/+29
2006-12-15RandR mode list needs both output and crtc modes.Keith Packard1-1/+22
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-3/+4
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh5-19/+19
2006-12-02Destroying RandR crtc or output overwrites memory.Keith Packard2-2/+2
2006-12-02RandR ListOutputProperties has nAtoms element, not nPropertiesKeith Packard1-1/+1
2006-11-28Ensure RandR resource types are registered before resources are created.Keith Packard3-0/+7
2006-11-28Allocate correct size for RRPropertyRec (oops).Keith Packard1-1/+2
2006-11-28Change RandR property datatype to include pending/valid values.Keith Packard5-124/+384