Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-10 | GetScreenSizeRange: Document funky return code in the header | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> | |||
2009-11-10 | SetScreenConfigAndRate: Document error handling better | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> | |||
2009-11-10 | GetOutputProperty: Return the error code, not BadRequest | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> | |||
2009-10-21 | This is not a GNU project, so declare it foreign. | Jeremy Huddleston | |
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-03-06 | Bump to 1.3.0libXrandr-1.3.0 | Matthias Hopf | |
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-30 | Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request | Keith Packard | |
Using X_RRGetOutputProperty does not yield success here. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2009-01-30 | Janitor: make distcheck, compiler warnings, .gitignore | Paulo Cesar Pereira de Andrade | |
Warning corrections are either unused symbols or using an integer as a pointer (generated by sparse). | |||
2008-12-23 | Fix thinkos | Julien Cristau | |
* XRRExtensionInfo can be static * XRRExtensionName is not called XrandrExtensionName | |||
2008-12-17 | libXrandr 1.2.99.4libXrandr-1.2.99.4 | Adam Jackson | |
2008-12-17 | Define _XRRHasRates internally. | Adam Jackson | |
2008-12-17 | Be sure to return NULL when returning no properties. | Adam Jackson | |
2008-12-17 | Use RRCheckExtension in function returning a value. | Adam Jackson | |
2008-12-17 | Fix type of GetReq() argument. | Adam Jackson | |
2008-12-17 | Use RRSimpleCheckExtension in functions returning void | Adam Jackson | |
2008-12-12 | Bump to 1.2.99.3libXrandr-1.2.99.3 | Matthias Hopf | |
2008-12-08 | Add [GS]etOutputPrimary | Adam Jackson | |
2008-12-04 | Bump to 1.2.99.2.libXrandr-1.2.99.2 | Matthias Hopf | |
Note the .99 | |||
2008-12-04 | Nuke config-timestamp for panning. | Matthias Hopf | |
2008-12-04 | Panning support | Matthias Hopf | |
2008-12-01 | Bump to 1.2.91libXrandr-1.2.91 | Julien Cristau | |
2008-12-01 | RRNotify subevents have 'window' at different offsets, the sequel | Julien Cristau | |
f176b2bda103f6f38aabab8207f47a02cc797659 fixed XRRWireToEvent, but XRREventToWire had the same bug. Signed-off-by: Julien Cristau <jcristau@debian.org> | |||
2008-12-01 | Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandr | Julien Cristau | |
Conflicts: src/Xrandr.c | |||
2008-11-28 | Set attr->pendingNparams in XRRGetCrtcTransform() | Julien Cristau | |
2008-11-24 | Add GetScreenResourcesCurrent | Adam Jackson | |
2008-09-12 | Set NparamsFilter in XRRGetCrtcTransform return value. | Keith Packard | |
Leaving this uninitialized isn't very helpful, and can cause segfaults. | |||
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-18 | Eliminate inverse matrix from randr transform protocol | Keith Packard | |
It is easier, and potentially more precise, to compute the inverse in the server where everything can eventually be kept in floating point form. | |||
2008-03-15 | Support CRTC Transform filters | Keith Packard | |
XRRGetCrtcTransform now returns a giant struct containing all of the transform and filter data. XRRSetCrtcTransform now accepts filter parameters. | |||
2008-03-10 | Add support for new Transform requests. | Keith Packard | |
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. |