summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner1-1/+1
2012-06-28randr: Catch two more potential unset rrScrPriv usesKeith Packard1-0/+3
2012-03-21Introduce a consistent coding styleKeith Packard1-691/+630
2011-09-21Use internal temp variable for swap macrosMatt Turner1-54/+52
2011-05-25randr: check rotated virtual size limits correctlyAaron Plattner1-6/+6
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-18/+0
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-5/+3
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-5/+1
2010-12-20randr: check for virtual size limits before set crtcTiago Vignatti1-0/+12
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-1/+5
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-3/+5
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+18
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-5/+5
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-2/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-4/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-14/+14
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2009-08-17xace: fix access mode in dixLookupWindow within several RandR calls.Eamon Walsh1-4/+4
2009-07-14randr: switch to byte counting functionsPeter Hutterer1-4/+4
2009-06-08Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard1-1/+3
2009-05-24randr: fix server crash in RRGetScreenInfoJulien Cristau1-2/+3
2009-02-13Query the DDX in ProcRRGetScreenInfo.Aaron Plattner1-1/+1
2009-01-30RandR crtcs not fetched correctly when primary output is set.Keith Packard1-5/+8
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt1-4/+4
2008-12-10randr: Mangle GetScreenResources sort order based on primary outputAdam Jackson1-3/+14
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-10/+10
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-10/+10
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