Age | Commit message (Expand) | Author |
2007-09-15 | Initialize output->pendingProperties. | Tilman Sauerbeck |
2007-08-31 | [RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug #11504). | Adam Jackson |
2007-08-31 | [RANDR] Compare only milliseconds of config time. (Bug #6502) | Marius Gedminas |
2007-08-08 | RRScanOldConfig cannot use RRFirstOutput before output is configured. | Keith Packard |
2007-08-07 | RRScanOldConfig wasn't getting crtcs set correctly | Keith Packard |
2007-08-07 | Decrement mode count when removing RandR output mode. | Keith Packard |
2007-07-31 | Fix a crash when rotating the screen. | Aaron Plattner |
2007-07-25 | Fix the output->crtc initialization in the old randr setup | Gustavo Pichorim Boiko |
2007-07-23 | Set the crtc before the output change is notified | Gustavo Pichorim Boiko |
2007-07-14 | Screen size bounds check in ProcRRSetCrtcConfig not masking out reflections. | Keith Packard |
2007-05-24 | Fix build of composite, dix, and randr when Xinerama is disabled. | Luo Jie |
2007-04-25 | Disable RANDR's fake Xinerama protocol when there's more than one screen. | Adam Jackson |
2007-04-16 | RandR 1.2 spec says CRTC info contains screen-relative geometry. | Keith Packard |
2007-04-10 | Rotate screen size as needed from RandR 1.1 change requests. | Keith Packard |
2007-04-03 | Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it... | Aaron Plattner |
2007-03-24 | Make pending properties force mode set. And, remove AttachScreen calls. | Keith Packard |
2007-03-23 | Incorrect extra memory copy in RRChangeOutputProperty. | Keith Packard |
2007-03-23 | Fix Pending property API, adding RRPostPendingProperty. | Keith Packard |
2007-03-23 | Make sure RandR events are delivered from RRCrtcSet. | Keith Packard |
2007-03-23 | Clear allocated RandR screen private structure. | Keith Packard |
2007-03-17 | Correct ref counting of RRMode structures | Keith Packard |
2007-03-17 | Eliminate RRModeRec devPrivate field. | Keith Packard |
2007-03-17 | Add support for user-defined modelines in RandR. | Keith Packard |
2007-03-15 | Set the RandR version returned, rather than just passing the proto's version. | Eric Anholt |
2007-03-05 | Bugzilla #7145: fix build with gcc 2.95 | Jens Granseuer |
2007-02-28 | Don't crash setting a NULL mode with a randr classic DDX. Also remember to up... | Aaron Plattner |
2007-02-28 | Return BadMatch if a client tries to clone non-cloneable outputs. | Aaron Plattner |
2007-02-17 | RRConfigureOutputProperty is a variable length request. | Keith Packard |
2007-02-15 | Report correct RandR 1.0 sizeID. Report correct subpixel order. | Keith Packard |
2007-02-01 | Fix the size expectations of xRRSetCrtcGamma. | Eric Anholt |
2007-01-24 | Warning fix for RRCrtcSetRotations(). | Eric Anholt |
2007-01-24 | Make Xinearama screen information reflect CRTC rotation. | Keith Packard |
2007-01-18 | Account for CRTC rotation in the cursor containment code. | Eric Anholt |
2007-01-17 | Add a setter for randr_crtc->rotations. | Eric Anholt |
2007-01-16 | When changing a non-pending property, call the screen rrOutputSetProperty hook. | Eric Anholt |
2007-01-16 | Don't forget to add the property we configure to the properties list. | Eric Anholt |
2007-01-02 | Track physical screen size and send out updates when that changes. | Keith Packard |
2007-01-02 | Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error. | Keith Packard |
2006-12-15 | Convert callers of SecurityLookupWindow() to dixLookupWindow(). | Eamon Walsh |
2006-12-15 | Convert callers of LookupWindow() to dixLookupWindow(). | Eamon Walsh |
2006-12-15 | RandR 1.2 rotation code must adjust width/height. | Keith Packard |
2006-12-15 | RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right. | Keith Packard |
2006-12-15 | RandR: config time updates when hardware config changes. | Keith Packard |
2006-12-15 | RandR mode list needs both output and crtc modes. | Keith Packard |
2006-12-14 | Remove instances of macro SECURITY_VERIFY_DRAWABLE. | Eamon Walsh |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh |
2006-12-02 | Destroying RandR crtc or output overwrites memory. | Keith Packard |
2006-12-02 | RandR ListOutputProperties has nAtoms element, not nProperties | Keith Packard |
2006-11-28 | Ensure RandR resource types are registered before resources are created. | Keith Packard |
2006-11-28 | Allocate correct size for RRPropertyRec (oops). | Keith Packard |