summaryrefslogtreecommitdiff
path: root/randr/rrdispatch.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-1/+1
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie1-1/+1
2012-07-07randr: add output source setupDave Airlie1-1/+1
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-1/+13
2012-03-21Introduce a consistent coding styleKeith Packard1-179/+168
2011-09-21Use internal temp variable for swap macrosMatt Turner1-5/+4
2011-05-13include: add version_compare helper functionPeter Hutterer1-4/+4
2011-04-13Send events that were missing from RRSelectInputJeremy Huddleston1-2/+30
2011-02-23Revert "randr: Hook up the new RandR 1.4 functionality"Keith Packard1-6/+0
2011-02-14ProcRRQueryVersion: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2010-12-06randr: Hook up the new RandR 1.4 functionalityKeith Packard1-0/+6
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-6/+4
2009-09-21randr: reply with the server or client version, whichever is lower.Peter Hutterer1-6/+12
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-3/+4
2009-03-09Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-0/+2
2008-12-04randr: Protocol bits for panning supportMatthias Hopf1-0/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-2/+3
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard1-1/+4
2008-07-31OutputPropertyNotifyMask is a valid thing to select for.Tomas Carnecky1-1/+2
2007-03-15Set the RandR version returned, rather than just passing the proto's version.Eric Anholt1-2/+5
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-3/+4
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-2/+2
2006-11-28Change RandR property datatype to include pending/valid values.Keith Packard1-12/+14
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-1035/+0
2006-09-19RRGetScreenResources and RRGetOutputInfo are working now.Keith Packard1-4/+213
2006-09-18RandR working with old clients and old API.Keith Packard1-3/+3
2006-09-17Split out RandR dispatch code from randr.c to rr*dispatch.c.Keith Packard1-0/+1034