summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add [GS]etOutputPrimaryget-set-primaryAdam Jackson2008-12-082-0/+72
|
* Bump to 1.2.99.2.libXrandr-1.2.99.2Matthias Hopf2008-12-041-1/+1
| | | | Note the .99
* Nuke config-timestamp for panning.Matthias Hopf2008-12-041-2/+0
|
* Panning supportMatthias Hopf2008-12-042-0/+125
|
* Bump to 1.2.91libXrandr-1.2.91Julien Cristau2008-12-011-1/+1
|
* RRNotify subevents have 'window' at different offsets, the sequelJulien Cristau2008-12-011-1/+3
| | | | | | | f176b2bda103f6f38aabab8207f47a02cc797659 fixed XRRWireToEvent, but XRREventToWire had the same bug. Signed-off-by: Julien Cristau <jcristau@debian.org>
* Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandrJulien Cristau2008-12-014-15/+245
|\ | | | | | | | | | | Conflicts: src/Xrandr.c
| * Set attr->pendingNparams in XRRGetCrtcTransform()transform-proposalJulien Cristau2008-11-281-0/+1
| |
| * Set NparamsFilter in XRRGetCrtcTransform return value.Keith Packard2008-09-121-0/+1
| | | | | | | | Leaving this uninitialized isn't very helpful, and can cause segfaults.
| * Eliminate inverse matrix from randr transform protocolKeith Packard2008-03-182-11/+0
| | | | | | | | | | It is easier, and potentially more precise, to compute the inverse in the server where everything can eventually be kept in floating point form.
| * Support CRTC Transform filtersKeith Packard2008-03-152-80/+140
| | | | | | | | | | | | | | XRRGetCrtcTransform now returns a giant struct containing all of the transform and filter data. XRRSetCrtcTransform now accepts filter parameters.
| * Add support for new Transform requests.Keith Packard2008-03-104-10/+193
| |
* | Add GetScreenResourcesCurrentgsr-currentAdam Jackson2008-11-242-3/+25
| |
* | RRNotify subevents have 'window' at different offsets.Tomas Carnecky2008-08-131-1/+3
| |
* | Remove RCS tags.Adam Jackson2008-08-132-5/+0
| |
* | libXrandr 1.2.3libXrandr-1.2.3Adam Jackson2008-07-021-1/+1
| |
* | Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfigurationthb2008-06-231-3/+5
| |
* | Rename parameters to clarify QueryVersion/QueryExtension.Peter Hutterer2008-05-193-9/+13
| | | | | | | | | | | | | | These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
* | Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.Julien Cristau2008-03-243-9/+0
| | | | | | | | | | It seems that they were never actually implemented. Also remove the corresponding manpage symlinks.
* | nuke RCS IdsMatthieu Herrb2008-03-093-5/+0
|/
* Hide some private symbols.Julien Cristau2008-02-051-5/+5
| | | | | XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and _XRRVersionHandler are internal to libXrandr. Don't export them.
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-231/+10
|
* Merge branch 'master' of git://git.freedesktop.org/git/xorg/lib/libXrandrJames Cloos2007-11-111-1/+1
|\
| * Bump version to 1.2.2.libXrandr-1.2.2Eric Anholt2007-09-051-1/+1
| |
* | Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|/
* CrtcChange event format conversion was using 'height' for 'width'.Keith Packard2007-07-031-2/+2
| | | | | CrtcChange events were getting the source 'height' value stored in the 'width' target in both conversion directions.
* Set version to 1.2.1 for release.libXrandr-1.2.1Keith Packard2007-03-041-1/+1
|
* Fix the use of a C++ keyword as a parameter name in Xrandr.hFredrik Höglund2007-02-201-1/+1
|
* Reset version from 1.2.0.0 to 1.2.0libXrandr-1.2.0Keith Packard2007-02-181-1/+1
|
* 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
| | | | | | | | | | Previously, XRRQueryOutputProperty90 would return an uninitialized pointer if num_values was 0.
* | Fix read sizes for 64-bit machines.Keith Packard2007-01-311-30/+30
|/ | | | | | | | | | | Be consistent in variable usage: nbytes = network byte length. rbytes = memory byte length. nbytesRead = actual network bytes read. Malloc rbytes data to pass to _XRead*, but use nbytes as the amount of data to read (yes, this is insane, welcome to Xlib). Some of this patch is semi-gratuitous, but the goal is to be consistent everywhere.
* Avoid nested LockDisplay calls.Keith Packard2007-01-061-13/+22
| | | | | | | XRRFindDisplay must make extension requests that use LockDisplay, so don't call it with the display locked, instead pass the info around to the internal functions that were calling it themselves, having acquired the info before the outer LockDisplay is called.
* Failed to copy rotations from reply to XRRCrtcInfo.Keith Packard2006-12-301-0/+1
| | | | | XRRGetCrtcInfo was not moving the rotations value from the wire reply structure to the XRRCrtcInfo being returned, leaving the value uninitialized.
* Merge branch 'randr-1.2'Dave Airlie2006-12-024-11/+191
|\
| * Add initial implementation of crtc gamma and mode adding requests.randr-1.2Keith Packard2006-11-304-11/+191
| | | | | | | | They build. More testing seems indicated.
* | Merge branch 'randr-1.2'Eric Anholt2006-11-2712-427/+1760
|\ \ | |/ | | | | | | | | Conflicts: configure.ac
| * Change properties to have a pending value and report valid values.Keith Packard2006-11-204-228/+362
| | | | | | | | | | | | | | | | | | Pending values are transferred to current values at mode set, allowing a queue of values to accrue in preparation for the modeset operation while still reporting valid 'current' values for applications. The set of valid values is also available so applications can present a reasonable list to the user during configuration.
| * Remove RandR output options.Keith Packard2006-11-163-14/+4
| | | | | | | | Options are to be implemented as properties instead.
| * 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
| | | | | | | | | | These should be reviewed by someone with proto clue, which I'm generally lacking.
| * Moving physical size from mode to output.Keith Packard2006-11-013-4/+4
| | | | | | | | | | | | Follows protocol change which places physical size information in the output rather than (inappropriately) in each mode line.
| * Remove mode origins. Add preferred mode count.Keith Packard2006-10-043-3/+2
| |
| * Add mode origins and output options.Keith Packard2006-10-034-6/+21
| |
| * XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard2006-09-205-29/+198
| | | | | | | | | | | | | | | | | | XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do.
| * Start update to 1.2, splitting code across multiple files.Keith Packard2006-09-1911-427/+1254
| |
* | Bump to 1.1.2libXrandr-1.1.2Adam Jackson2006-10-131-1/+1
| |
* | Bump to 1.1.1libXrandr-1.1.1Adam Jackson2006-10-131-1/+1
| |
* | Do not call UnlockDisplay without calling LockDisplay.Jamey Sharp2006-10-121-2/+2
|/ | | | | Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this bug and a correct fix.