summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-26randr: fix server crash in RRGetScreenInfoJulien Cristau1-2/+3
2009-06-29Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard1-1/+3
2009-02-13Query the DDX in ProcRRGetScreenInfo.Aaron Plattner1-1/+1
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt1-4/+4
2009-01-30RandR crtcs not fetched correctly when primary output is set.Keith Packard1-5/+8
2008-12-16randr: Mangle GetScreenResources sort order based on primary outputAdam Jackson1-3/+14
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-3/+15
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-03const cleanupAdam Jackson1-1/+1
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-2/+0
2008-03-01clean some "unused" warningsGeorge Sapountzis1-1/+0
2007-08-31[RANDR] Compare only milliseconds of config time. (Bug #6502)Marius Gedminas1-4/+7
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