Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-13 | RRNotify subevents have 'window' at different offsets. | Tomas Carnecky | |
2008-08-13 | Remove RCS tags. | Adam Jackson | |
2008-07-02 | libXrandr 1.2.3libXrandr-1.2.3 | Adam Jackson | |
2008-06-23 | Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfiguration | thb | |
2008-05-19 | Rename parameters to clarify QueryVersion/QueryExtension. | Peter Hutterer | |
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> | |||
2008-03-24 | Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h. | Julien Cristau | |
It seems that they were never actually implemented. Also remove the corresponding manpage symlinks. | |||
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2008-02-05 | Hide some private symbols. | Julien Cristau | |
XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and _XRRVersionHandler are internal to libXrandr. Don't export them. | |||
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2007-11-11 | Merge branch 'master' of git://git.freedesktop.org/git/xorg/lib/libXrandr | James Cloos | |
2007-09-05 | Bump version to 1.2.2.libXrandr-1.2.2 | Eric Anholt | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-07-03 | CrtcChange event format conversion was using 'height' for 'width'. | Keith Packard | |
CrtcChange events were getting the source 'height' value stored in the 'width' target in both conversion directions. | |||
2007-03-04 | Set version to 1.2.1 for release.libXrandr-1.2.1 | Keith Packard | |
2007-02-20 | Fix the use of a C++ keyword as a parameter name in Xrandr.h | Fredrik Höglund | |
2007-02-18 | Reset version from 1.2.0.0 to 1.2.0libXrandr-1.2.0 | Keith Packard | |
2007-02-15 | Must pass size information in SetCrtcGamma request. | Keith Packard | |
2007-01-31 | Merge 64-bit fixes in | Keith Packard | |
2007-01-31 | Fix read sizes for 64-bit machines. | Keith Packard | |
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. | |||
2007-01-16 | Return a valid property info even if we lack valid value sets. | Eric Anholt | |
Previously, XRRQueryOutputProperty90 would return an uninitialized pointer if num_values was 0. | |||
2007-01-06 | Avoid nested LockDisplay calls. | Keith Packard | |
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. | |||
2006-12-30 | Failed to copy rotations from reply to XRRCrtcInfo. | Keith Packard | |
XRRGetCrtcInfo was not moving the rotations value from the wire reply structure to the XRRCrtcInfo being returned, leaving the value uninitialized. | |||
2006-12-02 | Merge branch 'randr-1.2' | Dave Airlie | |
2006-11-30 | Add initial implementation of crtc gamma and mode adding requests. | Keith Packard | |
They build. More testing seems indicated. | |||
2006-11-27 | Merge branch 'randr-1.2' | Eric Anholt | |
Conflicts: configure.ac | |||
2006-11-20 | Change properties to have a pending value and report valid values. | Keith Packard | |
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. | |||
2006-11-16 | Remove RandR output options. | Keith Packard | |
Options are to be implemented as properties instead. | |||
2006-11-09 | Return the right actual property type for XRRGetOutputProperty. | Eric Anholt | |
2006-11-09 | Add support for various output property requests. | Eric Anholt | |
These should be reviewed by someone with proto clue, which I'm generally lacking. | |||
2006-11-01 | Moving physical size from mode to output. | Keith Packard | |
Follows protocol change which places physical size information in the output rather than (inappropriately) in each mode line. | |||
2006-10-13 | Bump to 1.1.2libXrandr-1.1.2 | Adam Jackson | |
2006-10-13 | Bump to 1.1.1libXrandr-1.1.1 | Adam Jackson | |
2006-10-12 | Do not call UnlockDisplay without calling LockDisplay. | Jamey Sharp | |
Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this bug and a correct fix. | |||
2006-10-04 | Remove mode origins. Add preferred mode count. | Keith Packard | |
2006-10-03 | Add mode origins and output options. | Keith Packard | |
2006-09-20 | XRRGetScreenSizeRange returns Status. Lots more requests added. | Keith Packard | |
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do. | |||
2006-09-19 | Start update to 1.2, splitting code across multiple files. | Keith Packard | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-14 | Fix pkgconfig deps for separate build roots. | Kevin E Martin | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-11-01 | Update pkgcheck dependencies to work with separate build roots. | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make |