summaryrefslogtreecommitdiff
path: root/randr/randr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "randr: Initialize RandR even if there are currently no screens attached"server-1.18-branchJeremy Huddleston Sequoia2022-06-141-0/+3
* randr: Initialize RandR even if there are currently no screens attachedJeremy Huddleston Sequoia2016-09-261-3/+0
* randr: Add Monitor support (v1.1)Keith Packard2015-03-311-0/+4
* randr: Fix crash for NULL swap dispatch procsRobert Morell2014-04-211-1/+1
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-10/+10
* randr: deliver Output and Crtc events of attached output providers.Michal Srb2013-10-301-0/+24
* randr: send RRResourceChangeNotify eventMichal Srb2013-10-301-0/+36
* randr: send RRProviderChangeNotify eventMichal Srb2013-10-301-0/+36
* randr: only respected changed on the protocol screenDave Airlie2013-04-301-1/+1
* randr: make SetChanged modify the main protocol screen not the gpu screenDave Airlie2013-04-301-1/+15
* randr: don't directly set changed bits in randr screenDave Airlie2013-04-301-0/+8
* randr: call RRProviderInit in the proper place.Dave Airlie2012-11-301-0/+2
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-091-0/+1
* dix/randr: add a hook into screen to replace scanout pixmapDave Airlie2012-07-071-1/+1
* randr: fix tellchanged to work with slave scanoutsDave Airlie2012-07-071-7/+19
* randr: add provider object and provider property support (v6)Dave Airlie2012-07-061-1/+56
* randr: first check pScrPriv before using the pointer at RRFirstOutputRicardo Salveti de Araujo2012-06-281-0/+3
* randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged().Andy Ritger2012-06-201-1/+1
* api: rework the X server driver API to avoid global arrays.Dave Airlie2012-06-051-2/+2
* Introduce a consistent coding styleKeith Packard2012-03-211-202/+192
* randr: Add RRConstrainCursorHarderAdam Jackson2011-03-141-0/+2
* Revert "randr: Add per-crtc pixmaps"Keith Packard2011-02-231-15/+0
* randr: Add per-crtc pixmapsKeith Packard2010-12-061-0/+15
* randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste2010-09-291-0/+5
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-7/+8
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-7/+7
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-6/+2
* Ensure all resource types created have names registeredAlan Coopersmith2009-12-181-0/+4
* Free randr crtc and output pointer arraysKeith Packard2009-09-201-0/+2
* dix/randr: Add missing fields to SRR*NotifyEvent()Federico Mena Quintero2009-06-091-2/+9
* Fix most remaining deprecated resource lookups.Eamon Walsh2009-04-291-2/+4
* RandR crtcs not fetched correctly when primary output is set.Keith Packard2009-01-301-1/+1
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-2/+0
* randr: use primary output for RRFirstOutput()Adam Jackson2008-12-101-0/+3
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-11/+11
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-11/+11
* Prepare for array-index based devPrivates.Tomas Carnecky2008-08-281-2/+4
* Remove all empty extension reset hooks, replace with NULL.Adam Jackson2008-07-241-6/+1
* Revert "registry: Register RANDR extension protocol names."Eamon Walsh2007-11-201-68/+0
* registry: Register RANDR extension protocol names.Eamon Walsh2007-10-151-0/+68
* devPrivates rework: since API is already broken, switch everythingEamon Walsh2007-08-281-13/+3
* Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie2007-05-241-1/+2
* Clear allocated RandR screen private structure.Keith Packard2007-03-231-1/+1
* Track physical screen size and send out updates when that changes.Keith Packard2007-01-021-0/+4
* RandR: config time updates when hardware config changes.Keith Packard2006-12-151-1/+5
* Add RRInit function to create resource types for RR objects.Keith Packard2006-11-081-6/+21
* Allow RandR objects to be created before the associated ScreenRec.Keith Packard2006-11-081-4/+0
* Merge master back in and clean up some unfinished code (closes 8745)Keith Packard2006-10-251-51/+3
* Merge branch 'master' into randr-1.2Keith Packard2006-10-241-0/+48
|\
| * Byte swap RRSelectInput enable flags.Keith Packard2006-10-241-0/+1