<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git, branch master</title>
<subtitle>fork of sway with action binder commands
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/'/>
<updated>2024-03-03T21:40:53+00:00</updated>
<entry>
<title>action-binder-v1: update protocol</title>
<updated>2024-03-03T21:40:53+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-03T20:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=52d0f4d6ca68113c661d1ae7c1c42f7af30f5b96'/>
<id>urn:sha1:52d0f4d6ca68113c661d1ae7c1c42f7af30f5b96</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>ext-action-binder-v1: implement new protocol</title>
<updated>2024-03-01T20:44:52+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2023-10-09T21:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=44a2cff3b309f181848b535857b80e2e4e7891e1'/>
<id>urn:sha1:44a2cff3b309f181848b535857b80e2e4e7891e1</id>
<content type='text'>
and add a new command to trigger actions.

Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>commands/move: do not force focus on the moved container</title>
<updated>2024-03-01T09:13:41+00:00</updated>
<author>
<name>Ronan Pigott</name>
<email>ronan@rjp.ie</email>
</author>
<published>2024-02-29T00:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=5e18ed3cf03eee9e83909fede46dd98dff652647'/>
<id>urn:sha1:5e18ed3cf03eee9e83909fede46dd98dff652647</id>
<content type='text'>
My code archaeology isn't good enough to determine what this is here
for, but it isn't correct. We should be able to move containers in a
direction without focusing them. AFAICT i3 doesn't do this, so we
shouldn't either.

This fixes ipc commands like move &lt;dir&gt; with criteria that apply to
containers which are not the current focus.
</content>
</entry>
<entry>
<title>input: Rename WLR_INPUT_DEVICE_TABLET_TOOL to WLR_INPUT_DEVICE_TABLET</title>
<updated>2024-03-01T08:53:43+00:00</updated>
<author>
<name>Luofan Chen</name>
<email>clfbbn@gmail.com</email>
</author>
<published>2024-03-01T03:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=2058209a130f5051b59d8ebb24196409695deaaf'/>
<id>urn:sha1:2058209a130f5051b59d8ebb24196409695deaaf</id>
<content type='text'>
wlroots has changed the naming, causing the following build errors when
building:

error: ‘WLR_INPUT_DEVICE_TABLET_TOOL’ undeclared
</content>
</entry>
<entry>
<title>ipc: add `scratchpad_state` property to GET_TREE</title>
<updated>2024-02-28T23:51:43+00:00</updated>
<author>
<name>llyyr</name>
<email>llyyr@yukari.in</email>
</author>
<published>2024-02-26T20:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=0b84d82b9aad05010479140774ac5ee1fea8ea97'/>
<id>urn:sha1:0b84d82b9aad05010479140774ac5ee1fea8ea97</id>
<content type='text'>
See previous commit. This restores ipc parity with i3.
</content>
</entry>
<entry>
<title>ipc: add `floating` property to GET_TREE</title>
<updated>2024-02-28T23:51:43+00:00</updated>
<author>
<name>llyyr</name>
<email>llyyr@yukari.in</email>
</author>
<published>2024-02-26T20:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=2867ef646b67138a796b7d5ae46428c255cc928f'/>
<id>urn:sha1:2867ef646b67138a796b7d5ae46428c255cc928f</id>
<content type='text'>
i3 has had this property for over a decade but it wasn't documented
until a couple of years ago, so it was likely missed when developing
sway. Add the property to get us closer to ipc parity with i3.
</content>
</entry>
<entry>
<title>Convert to new pointer enums</title>
<updated>2024-02-28T19:28:11+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2024-02-28T16:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=fca8474e9bd64bff8df16fdaf409d5f575ba9501'/>
<id>urn:sha1:fca8474e9bd64bff8df16fdaf409d5f575ba9501</id>
<content type='text'>
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4575
</content>
</entry>
<entry>
<title>text_input: don't destroy scene_node twice</title>
<updated>2024-02-28T08:34:25+00:00</updated>
<author>
<name>llyyr</name>
<email>llyyr@yukari.in</email>
</author>
<published>2024-02-27T20:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=469411d4842e265295de5897cbcf879487cb46e8'/>
<id>urn:sha1:469411d4842e265295de5897cbcf879487cb46e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add release script</title>
<updated>2024-02-26T14:02:06+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2024-02-24T13:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=829c75b9c95e6cf7c7a1e02528966ef842ea3d4c'/>
<id>urn:sha1:829c75b9c95e6cf7c7a1e02528966ef842ea3d4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define _POSIX_C_SOURCE globally</title>
<updated>2024-02-23T14:43:19+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2024-02-16T14:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=fc640d5f6c82883c35e90a64f0098486e6091293'/>
<id>urn:sha1:fc640d5f6c82883c35e90a64f0098486e6091293</id>
<content type='text'>
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555
</content>
</entry>
</feed>
