summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make XRRGet*Property() always initialize returned valuesAlan Coopersmith2013-05-042-2/+14
* integer overflow in XRRGetProviderProperty() [CVE-2013-1986 4/4]Alan Coopersmith2013-05-041-8/+14
* integer overflow in XRRGetOutputProperty() [CVE-2013-1986 3/4]Alan Coopersmith2013-05-041-8/+14
* integer overflow in XRRQueryProviderProperty() [CVE-2013-1986 2/4]Alan Coopersmith2013-05-041-4/+9
* integer overflow in XRRQueryOutputProperty() [CVE-2013-1986 1/4]Alan Coopersmith2013-05-041-4/+9
* Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith2013-05-037-17/+28
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-181-1/+1
* Constify a couple string arguments that are just copied, not modifiedAlan Coopersmith2012-09-062-2/+2
* libXrandr: add support for provider objects.Dave Airlie2012-07-194-2/+623
* Fill in nameLen in XRROutputInfoDaniel Stone2012-02-291-0/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-169-71/+71
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-081-2/+0
* Add parameter safety checkLeif Middelschulte2010-05-261-1/+1
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-161-1/+5
* GetCrtcGamma: Fix error handling.Adam Jackson2009-11-101-6/+5
* GetCrtcGammaSize: Return 0, not garbage, on failureAdam Jackson2009-11-101-1/+1
* SetScreenConfigAndRate: Document error handling betterAdam Jackson2009-11-101-0/+1
* GetOutputProperty: Return the error code, not BadRequestAdam Jackson2009-11-101-1/+1
* Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary requestKeith Packard2009-01-301-1/+1
* Janitor: make distcheck, compiler warnings, .gitignorePaulo Cesar Pereira de Andrade2009-01-309-39/+13
* Fix thinkosJulien Cristau2008-12-232-5/+2
* Define _XRRHasRates internally.Adam Jackson2008-12-171-0/+3
* Be sure to return NULL when returning no properties.Adam Jackson2008-12-171-1/+1
* Use RRCheckExtension in function returning a value.Adam Jackson2008-12-171-1/+1
* Fix type of GetReq() argument.Adam Jackson2008-12-171-1/+1
* Use RRSimpleCheckExtension in functions returning voidAdam Jackson2008-12-171-1/+1
* Add [GS]etOutputPrimaryget-set-primaryAdam Jackson2008-12-081-0/+62
* Nuke config-timestamp for panning.Matthias Hopf2008-12-041-2/+0
* Panning supportMatthias Hopf2008-12-041-0/+97
* RRNotify subevents have 'window' at different offsets, the sequelJulien Cristau2008-12-011-1/+3
* Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandrJulien Cristau2008-12-013-9/+210
|\
| * Set attr->pendingNparams in XRRGetCrtcTransform()transform-proposalJulien Cristau2008-11-281-0/+1
| * Set NparamsFilter in XRRGetCrtcTransform return value.Keith Packard2008-09-121-0/+1
| * Eliminate inverse matrix from randr transform protocolKeith Packard2008-03-181-8/+0
| * Support CRTC Transform filtersKeith Packard2008-03-151-74/+117
| * Add support for new Transform requests.Keith Packard2008-03-103-10/+176
* | Add GetScreenResourcesCurrentgsr-currentAdam Jackson2008-11-241-3/+20
* | RRNotify subevents have 'window' at different offsets.Tomas Carnecky2008-08-131-1/+3
* | Remove RCS tags.Adam Jackson2008-08-132-5/+0
* | Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfigurationthb2008-06-231-3/+5
* | Rename parameters to clarify QueryVersion/QueryExtension.Peter Hutterer2008-05-191-3/+5
|/
* Hide some private symbols.Julien Cristau2008-02-051-5/+5
* CrtcChange event format conversion was using 'height' for 'width'.Keith Packard2007-07-031-2/+2
* Must pass size information in SetCrtcGamma request.Keith Packard2007-02-151-0/+1
* Merge 64-bit fixes inKeith Packard2007-01-311-15/+17
|\
| * Return a valid property info even if we lack valid value sets.Eric Anholt2007-01-161-16/+18
* | Fix read sizes for 64-bit machines.Keith Packard2007-01-311-30/+30
|/
* Avoid nested LockDisplay calls.Keith Packard2007-01-061-13/+22
* Failed to copy rotations from reply to XRRCrtcInfo.Keith Packard2006-12-301-0/+1
* Merge branch 'randr-1.2'Dave Airlie2006-12-023-7/+187
|\