<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git/common, 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>common: move load_image to swaybar</title>
<updated>2023-11-23T19:42:04+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-11-23T13:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=e633fe0b4081f249e9708f95da972138c86838ca'/>
<id>urn:sha1:e633fe0b4081f249e9708f95da972138c86838ca</id>
<content type='text'>
swaynag, swaymsg, and sway do not use this function and are
unlikely to in the future.
</content>
</entry>
<entry>
<title>common: rename load_background_image to load_image</title>
<updated>2023-11-23T19:42:04+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-11-23T13:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=439122e887d8d90991a06cf4877d5dd19bb21692'/>
<id>urn:sha1:439122e887d8d90991a06cf4877d5dd19bb21692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common: Drop unused render_background_image</title>
<updated>2023-11-23T19:42:04+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-11-23T12:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=39b9c0d6baeda0609dfe248fc5b86fb65ff69c2c'/>
<id>urn:sha1:39b9c0d6baeda0609dfe248fc5b86fb65ff69c2c</id>
<content type='text'>
And the associated background_mode enum.
</content>
</entry>
<entry>
<title>Use format_str() throughout</title>
<updated>2023-04-14T16:34:54+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2023-02-28T15:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=08c1946d71039e583696842c3558b337aede1cbf'/>
<id>urn:sha1:08c1946d71039e583696842c3558b337aede1cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common/gesture: use format_str()</title>
<updated>2023-04-14T16:34:54+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2023-02-28T15:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=ac8962eb626a8c715241ae91646f2d1bfcb61533'/>
<id>urn:sha1:ac8962eb626a8c715241ae91646f2d1bfcb61533</id>
<content type='text'>
We already had a similar function in there.
</content>
</entry>
<entry>
<title>Add format_str() and vformat_str()</title>
<updated>2023-04-14T16:34:54+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2023-02-28T15:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=aab4c9da5fb4138ca5f07df8bd8b698d02242a62'/>
<id>urn:sha1:aab4c9da5fb4138ca5f07df8bd8b698d02242a62</id>
<content type='text'>
Simple helpers to allocate and format a string.
</content>
</entry>
<entry>
<title>Reuse parsed PangoFontDescription</title>
<updated>2022-07-01T11:05:58+00:00</updated>
<author>
<name>Hugo Osvaldo Barrera</name>
<email>hugo@barrera.io</email>
</author>
<published>2022-07-01T10:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=80e386fd97c0da00970f0acc007574151048cfbf'/>
<id>urn:sha1:80e386fd97c0da00970f0acc007574151048cfbf</id>
<content type='text'>
Avoids parsing the configured font each time text is rendered.
</content>
</entry>
<entry>
<title>Reject font values that are invalid for pango</title>
<updated>2022-07-01T11:05:58+00:00</updated>
<author>
<name>Hugo Osvaldo Barrera</name>
<email>hugo@barrera.io</email>
</author>
<published>2022-06-29T19:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=75605491a54f8647740fdba75dd2ad7bae9e0ca7'/>
<id>urn:sha1:75605491a54f8647740fdba75dd2ad7bae9e0ca7</id>
<content type='text'>
Use pango to parse font configuration early, and reject the command as
invalid if the value is invalid for pango. Since we're already parsing
the font into a `PangoFontDescription`, keep that instance around and
avoid re-parsing the font each time we render text.

Fixes: https://github.com/swaywm/sway/issues/6805
</content>
</entry>
<entry>
<title>sway: add bindgesture command</title>
<updated>2022-05-30T10:20:43+00:00</updated>
<author>
<name>Florian Franzen</name>
<email>Florian.Franzen@gmail.com</email>
</author>
<published>2022-04-23T08:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=cab2189aa64d04ba79dc2cbf19400435b47cdbd2'/>
<id>urn:sha1:cab2189aa64d04ba79dc2cbf19400435b47cdbd2</id>
<content type='text'>
Co-authored-by: Michael Weiser &lt;michael.weiser@gmx.de&gt;
</content>
</entry>
</feed>
