summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Strip trailing whitespaceHEADmasterAlan Coopersmith9-71/+71
2010-07-08Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-2/+0
2010-05-26Add parameter safety checkLeif Middelschulte1-1/+1
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+5
2009-11-10GetCrtcGamma: Fix error handling.Adam Jackson1-6/+5
2009-11-10GetCrtcGammaSize: Return 0, not garbage, on failureAdam Jackson1-1/+1
2009-11-10SetScreenConfigAndRate: Document error handling betterAdam Jackson1-0/+1
2009-11-10GetOutputProperty: Return the error code, not BadRequestAdam Jackson1-1/+1
2009-01-30Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary requestKeith Packard1-1/+1
2009-01-30Janitor: make distcheck, compiler warnings, .gitignorePaulo Cesar Pereira de Andrade9-39/+13
2008-12-23Fix thinkosJulien Cristau2-5/+2
2008-12-17Define _XRRHasRates internally.Adam Jackson1-0/+3
2008-12-17Be sure to return NULL when returning no properties.Adam Jackson1-1/+1
2008-12-17Use RRCheckExtension in function returning a value.Adam Jackson1-1/+1
2008-12-17Fix type of GetReq() argument.Adam Jackson1-1/+1
2008-12-17Use RRSimpleCheckExtension in functions returning voidAdam Jackson1-1/+1
2008-12-08Add [GS]etOutputPrimaryAdam Jackson1-0/+62
2008-12-04Nuke config-timestamp for panning.Matthias Hopf1-2/+0
2008-12-04Panning supportMatthias Hopf1-0/+97
2008-12-01RRNotify subevents have 'window' at different offsets, the sequelJulien Cristau1-1/+3
2008-12-01Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandrJulien Cristau3-9/+210
2008-11-28Set attr->pendingNparams in XRRGetCrtcTransform()Julien Cristau1-0/+1
2008-11-24Add GetScreenResourcesCurrentAdam Jackson1-3/+20
2008-09-12Set NparamsFilter in XRRGetCrtcTransform return value.Keith Packard1-0/+1
2008-08-13RRNotify subevents have 'window' at different offsets.Tomas Carnecky1-1/+3
2008-08-13Remove RCS tags.Adam Jackson2-5/+0
2008-06-23Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfigurationthb1-3/+5
2008-05-19Rename parameters to clarify QueryVersion/QueryExtension.Peter Hutterer1-3/+5
2008-03-18Eliminate inverse matrix from randr transform protocolKeith Packard1-8/+0
2008-03-15Support CRTC Transform filtersKeith Packard1-74/+117
2008-03-10Add support for new Transform requests.Keith Packard3-10/+176
2008-02-05Hide some private symbols.Julien Cristau1-5/+5
2007-07-03CrtcChange event format conversion was using 'height' for 'width'.Keith Packard1-2/+2
2007-02-15Must pass size information in SetCrtcGamma request.Keith Packard1-0/+1
2007-01-31Merge 64-bit fixes inKeith Packard1-15/+17
2007-01-31Fix read sizes for 64-bit machines.Keith Packard1-30/+30
2007-01-16Return a valid property info even if we lack valid value sets.Eric Anholt1-16/+18
2007-01-06Avoid nested LockDisplay calls.Keith Packard1-13/+22
2006-12-30Failed to copy rotations from reply to XRRCrtcInfo.Keith Packard1-0/+1
2006-12-02Merge branch 'randr-1.2'Dave Airlie3-7/+187
2006-11-30Add initial implementation of crtc gamma and mode adding requests.Keith Packard3-7/+187
2006-11-27Merge branch 'randr-1.2'Eric Anholt10-409/+1510
2006-11-20Change properties to have a pending value and report valid values.Keith Packard3-227/+345
2006-11-16Remove RandR output options.Keith Packard2-5/+3
2006-11-09Return the right actual property type for XRRGetOutputProperty.Eric Anholt1-1/+1
2006-11-09Add support for various output property requests.Eric Anholt1-0/+199
2006-11-01Moving physical size from mode to output.Keith Packard2-2/+2
2006-10-12Do not call UnlockDisplay without calling LockDisplay.Jamey Sharp1-2/+2
2006-10-04Remove mode origins. Add preferred mode count.Keith Packard2-1/+1
2006-10-03Add mode origins and output options.Keith Packard3-5/+10