<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git/client, 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-02-23T14:43:19+00:00</updated>
<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>
<entry>
<title>Use shm_open instead of mkstemp</title>
<updated>2022-11-24T23:05:12+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2022-11-24T22:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=e2bc8866f46701e9c825ad7fa5baac02b2e4898f'/>
<id>urn:sha1:e2bc8866f46701e9c825ad7fa5baac02b2e4898f</id>
<content type='text'>
shm_open is more reliable because it does not require
a writeable filesystem folder, unlike mkstemp.
</content>
</entry>
<entry>
<title>cairo: Replace &lt;cairo/cairo.h&gt; by &lt;cairo.h&gt;</title>
<updated>2021-05-10T08:28:32+00:00</updated>
<author>
<name>Issam E. Maghni</name>
<email>issam.e.maghni@mailbox.org</email>
</author>
<published>2021-05-07T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=d45623c2db570b7a2e0582943734d18f3d64b126'/>
<id>urn:sha1:d45623c2db570b7a2e0582943734d18f3d64b126</id>
<content type='text'>
For full context, read
https://gitlab.freedesktop.org/cairo/cairo/-/issues/479
TL;DR, cairo’s pc file adds `/cairo` to CFLAGS.
So namespace cairo shouldn’t be used.
</content>
</entry>
<entry>
<title>Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.</title>
<updated>2019-11-01T16:41:08+00:00</updated>
<author>
<name>Sheena Artrip</name>
<email>sheena.artrip@gmail.com</email>
</author>
<published>2019-10-29T05:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=7efb5d467368ea9168cebc2473bc3c6942e031bb'/>
<id>urn:sha1:7efb5d467368ea9168cebc2473bc3c6942e031bb</id>
<content type='text'>
set_cloexec is defined by both sway and wlroots (and who-knows-else),
so rename the sway one for supporting static linkage. We also remove
the duplicate version of this in client/.

Fixes: https://github.com/swaywm/sway/issues/4677
</content>
</entry>
<entry>
<title>swaybg: split into standalone project</title>
<updated>2019-04-25T15:44:28+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-04-25T15:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=236ca63419528da1ebfbfe7aabd24a1c3b274437'/>
<id>urn:sha1:236ca63419528da1ebfbfe7aabd24a1c3b274437</id>
<content type='text'>
The new upstream is https://github.com/swaywm/swaybg

This commit also refactors our use of gdk-pixbuf a bit, since the only
remaining reverse dependency is swaybar tray support.
</content>
</entry>
<entry>
<title>Fix dead stores found by scan-build</title>
<updated>2019-01-22T15:12:04+00:00</updated>
<author>
<name>M Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2019-01-22T15:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=0af5b26e41c5141d4094652133c230d76bf82e56'/>
<id>urn:sha1:0af5b26e41c5141d4094652133c230d76bf82e56</id>
<content type='text'>
In addition to removing unused code, two minor problems are fixed:
 (1) `resize set` and `resize adjust` did not error when given
too many arguments.
 (2) `orientation` was incorrectly overridden to be 'U' for
scroll events in the swaybar tray `handle_click` function.
</content>
</entry>
<entry>
<title>Removed unused wlroots dependency for sway(bg|bar|msg|nag)</title>
<updated>2019-01-21T18:04:15+00:00</updated>
<author>
<name>M Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2019-01-21T18:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=4b1eaaf731b0e29497edc4c85153f2cf417fb5ce'/>
<id>urn:sha1:4b1eaaf731b0e29497edc4c85153f2cf417fb5ce</id>
<content type='text'>
Also remove direct libm dependency where unused.
</content>
</entry>
<entry>
<title>Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE</title>
<updated>2018-09-03T07:08:49+00:00</updated>
<author>
<name>sghctoma</name>
<email>sghctoma@gmail.com</email>
</author>
<published>2018-09-03T07:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=073dcb3a8650ee45bb98701fccd6530d9dd1a3f4'/>
<id>urn:sha1:073dcb3a8650ee45bb98701fccd6530d9dd1a3f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix feature macros for FreeBSD</title>
<updated>2018-08-30T07:34:26+00:00</updated>
<author>
<name>sghctoma</name>
<email>sghctoma@gmail.com</email>
</author>
<published>2018-08-30T07:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=cc16948c8598e8b9aa98506dcdad66967dc28712'/>
<id>urn:sha1:cc16948c8598e8b9aa98506dcdad66967dc28712</id>
<content type='text'>
On FreeBSD, snprintf and vsnprintf are visible only if
_XOPEN_SOURCE &gt;= 600.
</content>
</entry>
<entry>
<title>Set pool_buffers busy when handing them out</title>
<updated>2018-06-17T21:34:12+00:00</updated>
<author>
<name>vilhalmer</name>
<email>vil@vil.lv</email>
</author>
<published>2018-06-17T21:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=54a5ee2747c3eae35e4fec400d1efc6ee7509a38'/>
<id>urn:sha1:54a5ee2747c3eae35e4fec400d1efc6ee7509a38</id>
<content type='text'>
</content>
</entry>
</feed>
