summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add initial implementation of crtc gamma and mode adding requests.randr-1.2Keith Packard2006-11-303-7/+187
* | Merge branch 'randr-1.2'Eric Anholt2006-11-2710-409/+1510
|\ \ | |/
| * Change properties to have a pending value and report valid values.Keith Packard2006-11-203-227/+345
| * Remove RandR output options.Keith Packard2006-11-162-5/+3
| * Return the right actual property type for XRRGetOutputProperty.Eric Anholt2006-11-091-1/+1
| * Add support for various output property requests.Eric Anholt2006-11-091-0/+199
| * Moving physical size from mode to output.Keith Packard2006-11-012-2/+2
| * Remove mode origins. Add preferred mode count.Keith Packard2006-10-042-1/+1
| * Add mode origins and output options.Keith Packard2006-10-033-5/+10
| * XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard2006-09-204-21/+188
| * Start update to 1.2, splitting code across multiple files.Keith Packard2006-09-199-409/+1023