summaryrefslogtreecommitdiff
path: root/randr/rroutput.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb1-0/+5
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-21/+15
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith1-20/+22
2012-07-09Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd1-0/+1
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-06-28randr: Catch two more potential unset rrScrPriv usesKeith Packard1-1/+2
2012-06-21randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard1-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-282/+245
2011-09-21Use internal temp variable for swap macrosMatt Turner1-17/+16
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste1-1/+10
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-10/+5
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+1
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-3/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-18/+18
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-07-14randr: switch to byte counting functionsPeter Hutterer1-4/+4
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-27/+10
2009-01-30RandR SetOutputPrimary should work with or without a crtc connectedKeith Packard1-5/+0
2009-01-11randr: RRSetPrimaryOutput can be staticJulien Cristau1-1/+1
2008-12-10randr: clear primaryOutput when the output is deletedAdam Jackson1-0/+3
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-1/+108
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-15/+15
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-15/+15
2007-10-15registry: Add some missing #include's.Eamon Walsh1-0/+1
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-3/+1
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-08-07Decrement mode count when removing RandR output mode.Keith Packard1-0/+1
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko1-9/+0
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard1-29/+20
2007-03-17Correct ref counting of RRMode structuresKeith Packard1-1/+4
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-7/+91
2007-03-05Bugzilla #7145: fix build with gcc 2.95Jens Granseuer1-1/+1
2006-12-15RandR: config time updates when hardware config changes.Keith Packard1-9/+11
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-1/+1
2006-12-02Destroying RandR crtc or output overwrites memory.Keith Packard1-1/+1
2006-11-28Ensure RandR resource types are registered before resources are created.Keith Packard1-0/+2
2006-11-16Remove RandR output options.Keith Packard1-29/+0
2006-11-08Add RRInit function to create resource types for RR objects.Keith Packard1-12/+18
2006-11-08Allow RandR objects to be created before the associated ScreenRec.Keith Packard1-17/+27
2006-11-01Move physical size from mode to output.Keith Packard1-0/+23
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard1-10/+51
2006-10-05Add preferred modes for each output. Round vrefresh. Deliver crtc events.Keith Packard1-3/+6
2006-10-03Add mode origins and output options. Fix memmoves in resource free funcs.Keith Packard1-7/+36
2006-09-20typoKeith Packard1-1/+1
2006-09-20When setting output state, leave output unchanged when setting to current.Keith Packard1-0/+43
2006-09-20Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.Keith Packard1-13/+33
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-1/+95