summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-23Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfigurationthb
2008-05-19Rename 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-02-05Hide some private symbols.Julien Cristau
XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and _XRRVersionHandler are internal to libXrandr. Don't export them.
2007-07-03CrtcChange 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-02-15Must pass size information in SetCrtcGamma request.Keith Packard
2007-01-31Merge 64-bit fixes inKeith Packard
2007-01-31Fix 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-16Return 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-06Avoid 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-30Failed 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-02Merge branch 'randr-1.2'Dave Airlie
2006-11-30Add initial implementation of crtc gamma and mode adding requests.Keith Packard
They build. More testing seems indicated.
2006-11-27Merge branch 'randr-1.2'Eric Anholt
Conflicts: configure.ac
2006-11-20Change 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-16Remove RandR output options.Keith Packard
Options are to be implemented as properties instead.
2006-11-09Return the right actual property type for XRRGetOutputProperty.Eric Anholt
2006-11-09Add support for various output property requests.Eric Anholt
These should be reviewed by someone with proto clue, which I'm generally lacking.
2006-11-01Moving 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-12Do 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-04Remove mode origins. Add preferred mode count.Keith Packard
2006-10-03Add mode origins and output options.Keith Packard
2006-09-20XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do.
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-14Fix pkgconfig deps for separate build roots.Kevin E Martin
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin
2005-09-30Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994Aaron Plattner
<https://bugs.freedesktop.org/attachment.cgi?id=2994> Swap the screen dimensions when handling XRRScreenChangeNotify events for 90- and 270-degree rotations. This fixes KDE's panel placement for rotated screens.
2005-07-23Fix distchecksKevin E Martin
2005-07-16Set soversion to 2.0.0 with -version-number.Daniel Stone
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin
2005-06-10Bug #1976: Fix deadlock when attempting to initialise with threads.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11Daniel Stone
2005-06-08Add XcursorSøren Sandmann Pedersen
conditionally include config.h
2005-06-08Check in build system for XrandrSøren Sandmann Pedersen
2004-12-04Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn
2004-05-24Fix build glitches when building modules independently using Imake.rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1Egbert Eich
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley
2003-11-14Initial revisionKaleb Keithley