summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts of return values from malloc()Alan Coopersmith2022-10-177-10/+10
* Variable scope reductions as recommended by cppcheckAlan Coopersmith2022-10-177-52/+41
* XRRGetProviderInfo: Remove unneeded ProviderInfoExtraAlan Coopersmith2022-10-171-9/+5
* Fix spelling/wording issuesAlan Coopersmith2022-07-171-2/+2
* Fix memory leak on error pathsTobias Stoeckmann2017-01-281-0/+4
* Avoid out of boundary accesses on illegal responsesTobias Stoeckmann2016-09-256-52/+172
* fix: redundant null check on calling free()walter harms2016-08-151-4/+3
* fix: doGetScreenResources() info: redundant null check on calling free()walter harms2016-08-151-2/+2
* Add monitors, update to version 1.5 (v2)libXrandr-1.5.0Keith Packard2015-03-312-1/+202
* libXrandr: Clean up compiler warningsKeith Packard2015-03-317-54/+54
* Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost2013-11-221-14/+0
* XRRUpdateConfiguration: Check if getting screen for root failsPauli Nieminen2013-07-051-0/+3
* XRRGetProviderInfo returned bad associated_capability list in 64-bitAlan Coopersmith2013-07-051-1/+10
* 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