summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith2006-02-122-1/+9
| | | | not created correctly when MANDIR & MANSUFFIX don't match.
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-033-2/+8
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-4/+15
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Fix pkgconfig deps for separate build roots.Kevin E Martin2005-11-143-3/+13
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2005-11-013-2/+8
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|