summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 1.3.0randrproto-1.3.0Matthias Hopf2009-03-061-1/+1
|
* Bump to 1.2.99.4Matthias Hopf2009-02-251-1/+1
|
* Zero reply from GetPanning means panning not supported.Adam Jackson2009-02-171-1/+2
| | | | Don't throw BadRRCrtc for this case, that's just mean.
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-273-2/+9
|
* Fix typo in 83f3f29dd3ac5d3875b5edef5805d6adb6a02698.Maarten Maathuis2008-12-161-1/+1
|
* Add standard property name defines.Matthias Hopf2008-12-161-1/+7
|
* Should read "EDID", not "EdidData".Matthias Hopf2008-12-161-1/+1
|
* Add description of standard properties.Matthias Hopf2008-12-161-4/+171
|
* Bump to 1.2.99.3randrproto-1.2.99.3Matthias Hopf2008-12-121-1/+1
|
* Panning tracking areas describe full screen if set to 0.Matthias Hopf2008-12-111-1/+2
|
* Add [GS]etOutputPrimaryAdam Jackson2008-12-103-4/+110
|
* Merge commit 'origin/master'Keith Packard2008-12-094-25/+279
|\
| * Add unicode art pictures for panning.Matthias Hopf2008-12-081-3/+38
| |
| * Bump to 1.2.99.2randrproto-1.2.99.2Matthias Hopf2008-12-041-1/+1
| |
| * Nuke config-timestamp for panning. Specifying panning update on screen size ↵Matthias Hopf2008-12-042-49/+32
| | | | | | | | change.
| * Add panning to versioning information.Matthias Hopf2008-12-041-1/+1
| |
| * Panning protocol bits descriptionMatthias Hopf2008-12-041-0/+55
| |
| * Panning protocol descriptionMatthias Hopf2008-12-041-0/+110
| |
| * Panning protocol extensionMatthias Hopf2008-12-042-1/+69
| |
| * Indent CRTC transform docs to match the rest of the requests.Adam Jackson2008-12-031-18/+20
| |
| * More doc for CRTC transformsAdam Jackson2008-12-031-4/+5
| |
* | Remove duplicate GetScreenResourcesCurrent declarationsKeith Packard2008-11-261-22/+5
|/ | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update to version 1.2.99.1randrproto-1.2.99.1Keith Packard2008-11-261-1/+1
|
* Merge branch 'transform-proposal'Keith Packard2008-11-243-23/+176
|\ | | | | | | | | | | | | | | Conflicts: randr.h randrproto.h randrproto.txt
| * Describe projective transform additions in Introductiontransform-proposalKeith Packard2008-11-241-4/+8
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Eliminate inverse matrix from randr transform protocolKeith Packard2008-03-182-15/+7
| | | | | | | | | | It is easier, and potentially more precise, to compute the inverse in the server where everything can eventually be kept in floating point form.
| * Add filters to CRTC transforms.Keith Packard2008-03-152-4/+16
| | | | | | | | This allows scaling transforms to use bilinear filtering if desired.
| * Add Transform request proposal for 1.3Keith Packard2008-02-153-22/+133
| |
* | GSRC added in 1.3, not 1.2gsr-currentAdam Jackson2008-11-241-1/+1
| |
* | Fix RRNumberRequestsAdam Jackson2008-11-241-1/+1
| |
* | Add GetScreenResourcesCurrentAdam Jackson2008-11-243-5/+102
| |
* | spec: add missing list of clones to RRGetOutputInfo replyJulien Cristau2008-07-111-0/+1
| |
* | randrproto 1.2.2randrproto-1.2.2Adam Jackson2008-07-021-1/+1
| |
* | Bug #16149: Make the field not be named 'delete' in C++ mode.Adam Jackson2008-06-231-0/+4
|/ | | | Thanks for the upward compatibility, Bjarne.
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-061-0/+10
|
* Correct a copy'n'paste error in RRGetOutputInfo spec text.Jakob Bornecrantz2007-04-171-1/+1
|
* Delete duplicate B32's in xRRScreenChangeNotifyEventAlan Coopersmith2007-04-091-2/+2
| | | | | | Caused compiler warnings: "randrproto.h", line 567: warning: syntax error: empty member declaration "randrproto.h", line 568: warning: syntax error: empty member declaration
* Bump version to 1.2.1.randrproto-1.2.1Keith Packard2007-02-181-1/+24
| | | | And add copyright to configure.ac file
* Fix wording about requesting ConfigureNotify events.Keith Packard2007-02-181-1/+1
|
* Fix the size of the padding fields of xRRGetCrtcGamma.Eric Anholt2007-02-011-5/+5
|
* Install the randr protocol description.Eric Anholt2007-01-091-1/+4
|
* More bugs found by Ian Osgood during the XCB work.Keith Packard2006-11-302-4/+6
| | | | | | ListOutputProperties has no nProperties field. Pad fields not mentioned in Gamma requests. sz_xRROUtputChangeNotifyEvent -> sz_xRROutputChangeNotifyEvent
* Merge branch 'multi-monitor'Keith Packard2006-11-301-6/+6
|\
| * Fix padding bugs discovered in XCB workmulti-monitorKeith Packard2006-11-301-6/+6
| |
* | Merge branch 'multi-monitor'randrproto-1.2.0Eric Anholt2006-11-279-599/+2331
|\ \ | |/ | | | | This brings in the changes for RandR 1.2 protocol.
| * Use BYTE for one-byte values. #undef Drawable needed.Keith Packard2006-11-241-2/+3
| |
| * Create Properties when configured. Pending defaults to CurrentKeith Packard2006-11-241-12/+12
| | | | | | | | | | | | | | | | Change property semantics to create them with empty value when they are configured. When clients request the Pending value of a property without any pending vlaue, the current value is returned instead.
| * Change properties to have a pending value and report valid values.Keith Packard2006-11-203-37/+165
| | | | | | | | | | | | | | | | | | | | | | 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. I renumbered a bunch of requests to keep property requests sequential.
| * Remove output options. Clean up other sizes.Keith Packard2006-11-163-57/+7
| | | | | | | | | | | | Output options will be controlled by properties instead. Also found a few instances in randrproto.txt using the wrong size for MODEINFO.
| * Fix RRNumberErrors, start adding standard property namesKeith Packard2006-11-011-1/+5
| |