summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-24/+16
2006-12-15RandR 1.2 rotation code must adjust width/height.Keith Packard1-6/+19
2006-12-15RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.Keith Packard1-44/+69
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-3/+4
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-5/+5
2006-11-16Remove RandR output options.Keith Packard1-7/+6
2006-11-08Allow RandR objects to be created before the associated ScreenRec.Keith Packard1-10/+22
2006-11-01Move physical size from mode to output.Keith Packard1-6/+9
2006-10-25Merge master back in and clean up some unfinished code (closes 8745)Keith Packard1-3/+3
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard1-0/+31
2006-10-03Add mode origins and output options. Fix memmoves in resource free funcs.Keith Packard1-8/+9
2006-09-20Steal Xinerama code from SiS driver. Add missing files.Keith Packard1-1/+1
2006-09-20RRSetCrtcConfig status fix. RRGetScreenResources timestamp fix.Keith Packard1-2/+2
2006-09-20Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.Keith Packard1-9/+20
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-0/+651
2006-09-17Split RandR implementation into separate files.Keith Packard1-0/+205