summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
Commit message (Expand)AuthorAgeFilesLines
* xserver/output: rename some badly named variables/APIs.Dave Airlie2020-07-101-6/+6
* Add RandR leases with modesetting driver support [v6]Keith Packard2018-02-271-1/+1
* randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins2018-02-011-1/+1
* randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta2017-11-201-1/+1
* xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede2016-06-171-3/+9
* randr: Do not update ConnectionInfo if NULLOlivier Fourdan2016-06-131-0/+3
* randr: wrap long lineEmil Velikov2015-03-241-2/+3
* randr: remove chatty error messagesEmil Velikov2015-03-241-2/+0
* randr: attempt to fix primary on slave output (v2)Dave Airlie2015-01-261-4/+18
* randr: don't directly set changed bits in randr screenDave Airlie2013-04-301-1/+1
* Use C99 designated initializers in RandR 1.4 extension RepliesAlan Coopersmith2012-07-161-10/+11
* Replace padlength tables with inline functions from misc.hAlan Coopersmith2012-07-091-4/+1
* Use C99 designated initializers in extension EventsAlan Coopersmith2012-07-091-20/+21
* Use C99 designated initializers in randr RepliesAlan Coopersmith2012-07-091-56/+68
* ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith2012-07-091-0/+1
* Use temporary variables instead of parts of reply structuresAlan Coopersmith2012-07-091-9/+10
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-091-6/+6
* randr: hook up output slave to screen resources returnDave Airlie2012-07-071-0/+169
* randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner2012-06-291-1/+1
* randr: Catch two more potential unset rrScrPriv usesKeith Packard2012-06-281-0/+3
* Introduce a consistent coding styleKeith Packard2012-03-211-691/+630
* Use internal temp variable for swap macrosMatt Turner2011-09-211-54/+52
* randr: check rotated virtual size limits correctlyAaron Plattner2011-05-251-6/+6
* Revert "randr: Implement RRSetCrtcConfigs"Keith Packard2011-02-231-18/+0
* Revert "randr: Add per-crtc pixmaps"Keith Packard2011-02-231-5/+3
* Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard2011-02-231-5/+1
* randr: check for virtual size limits before set crtcTiago Vignatti2010-12-201-0/+12
* Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard2010-12-061-1/+5
* randr: Add per-crtc pixmapsKeith Packard2010-12-061-3/+5
* randr: Implement RRSetCrtcConfigsKeith Packard2010-12-061-0/+18
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-2/+1
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-031-5/+5
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2010-05-191-2/+0
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-4/+4
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-14/+14
* unifdef -B -DRENDER to always include RENDER codeKeith Packard2010-04-191-4/+0
* xace: fix access mode in dixLookupWindow within several RandR calls.Eamon Walsh2009-08-171-4/+4
* randr: switch to byte counting functionsPeter Hutterer2009-07-141-4/+4
* Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard2009-06-081-1/+3
* randr: fix server crash in RRGetScreenInfoJulien Cristau2009-05-241-2/+3
* Query the DDX in ProcRRGetScreenInfo.Aaron Plattner2009-02-131-1/+1
* RandR crtcs not fetched correctly when primary output is set.Keith Packard2009-01-301-5/+8
* randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt2009-01-301-4/+4
* randr: Mangle GetScreenResources sort order based on primary outputAdam Jackson2008-12-101-3/+14
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-10/+10
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-10/+10
* Add server support for RRGetScreenResourcesCurrentKeith Packard2008-11-261-3/+15
* Remove some null statements.James Cloos2008-11-081-1/+1
* const cleanupAdam Jackson2008-10-031-1/+1
* Centralize declaration of ConnectionInfo.Adam Jackson2008-08-201-2/+0