<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wayland-protocols.git/stable/viewporter, branch master</title>
<subtitle>action binder protocol
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/wayland-protocols.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/'/>
<updated>2022-04-11T07:35:45+00:00</updated>
<entry>
<title>viewport: Remove mention of wl_surface.attach x/y</title>
<updated>2022-04-11T07:35:45+00:00</updated>
<author>
<name>Kenny Levinsen</name>
<email>kl@kl.wtf</email>
</author>
<published>2022-04-05T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=2398378cf7a0508f473e9900735c0954f77ba386'/>
<id>urn:sha1:2398378cf7a0508f473e9900735c0954f77ba386</id>
<content type='text'>
This paragraph contains an incomplete definition of how
wl_surface.attach x/y arguments functions, and makes no reference to the
similar wl_surface.offset.

The paragraph states that there is no effect on the behavior of
wl_surface.attach. Rather than elaborating on its definition and adding
wl_surface.offset, remove the paragraph and let their definition be up
to wl_surface itself.

Signed-off-by: Kenny Levinsen &lt;kl@kl.wtf&gt;
</content>
</entry>
<entry>
<title>(multiple): Remove inconsistent line breaks</title>
<updated>2016-11-21T11:20:27+00:00</updated>
<author>
<name>Yong Bakos</name>
<email>ybakos@humanoriented.com</email>
</author>
<published>2016-10-31T13:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=59b6e208e09a5d2f241965f907a1f05ecbf7ba68'/>
<id>urn:sha1:59b6e208e09a5d2f241965f907a1f05ecbf7ba68</id>
<content type='text'>
Enum entries and message arguments are sometimes preceded by a blank line, but
often aren't.

Standardize the format of the protocol specification by removing blank lines
preceding a list of message arguments and enum entries.

Signed-off-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
</content>
</entry>
<entry>
<title>stable/viewporter: add more error cases</title>
<updated>2016-05-06T12:00:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-04-19T11:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=83bdaa5cff369cc631d0191eb75a6a798976c638'/>
<id>urn:sha1:83bdaa5cff369cc631d0191eb75a6a798976c638</id>
<content type='text'>
Rather than silenty doing things, make them explicit and error if
anything is not quite right. Suggested by Daniel Stone.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
[Pekka: updated copyright years]
Reviewed-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Acked-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>stable/viewporter: rephrase a wp_viewport paragraph</title>
<updated>2016-05-06T12:00:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-04-19T10:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=39bc7207b44c8d09066dc931ecd43b546f0ed304'/>
<id>urn:sha1:39bc7207b44c8d09066dc931ecd43b546f0ed304</id>
<content type='text'>
Cc: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
[Pekka: s/culled/ignored/]
Reviewed-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Acked-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>stable/viewporter: rename and build</title>
<updated>2016-05-06T12:00:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-04-15T11:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=af6402c41ee3050313de9f9f999c7f53de07ed11'/>
<id>urn:sha1:af6402c41ee3050313de9f9f999c7f53de07ed11</id>
<content type='text'>
Rename interfaces and the protocol to follow the policy.

Reset interface versions.

Replace "surface coordinates" with "surface local coordinates".

Hook up to build and install.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Acked-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>stable/viewporter: remove wp_viewport.set request</title>
<updated>2016-05-06T12:00:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-04-19T12:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=368cbf3985ef9c5cc65d3ab6cb1a03a1fd33a19e'/>
<id>urn:sha1:368cbf3985ef9c5cc65d3ab6cb1a03a1fd33a19e</id>
<content type='text'>
Remove the old, redundant request. The new way is to call both
wp_viewport.set_source and wp_viewport.set_destination when you want to
set everything.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Acked-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>stable: add viewporter draft</title>
<updated>2016-05-06T12:00:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-04-15T11:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wayland-protocols.git/commit/?id=5c88eef8cc443df3ba1a6013cdbf4110f1d48dbe'/>
<id>urn:sha1:5c88eef8cc443df3ba1a6013cdbf4110f1d48dbe</id>
<content type='text'>
This XML file has been copied verbatim from Weston 1.10.0 release,
protocol/scaler.xml.

The interfaces still need renaming according to wayland-protocols
policy. Also a redundant request needs to be removed. These will be done
in a follow-up patch to clearly show the changes.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Yong Bakos &lt;ybakos@humanoriented.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Acked-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
</feed>
