summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-31Fix a crash when rotating the screen.Aaron Plattner1-3/+6
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-17Add support for user-defined modelines in RandR.Keith Packard1-5/+11
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard1-29/+33
2007-01-02Track physical screen size and send out updates when that changes.Keith Packard1-1/+5
2007-01-02Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.Keith Packard1-3/+6
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