<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Guido Günther pushed to branch upstream/latest at <a href="https://salsa.debian.org/DebianOnMobile-team/phoc">Debian On Mobile / phoc</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/6a9a93d04810d8bc4f19cba92ecd84ca91346673">6a9a93d0</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Switch to wlroots 0.16

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/ab611159f4b8909d67605857689ff801111a7630">ab611159</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>treewide: Follow event rename for wlroots 0.16

Events are now names wlr_<event_type>_event instead of
wlr_event_<event_type>. E.g. wlr_touch_motion_event

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/2728029885c415e7c0d3dfed7772c64ed841d804">27280298</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>treewide: Get event device from touch, pointer, etc

The event does no longer carry the wlr_input_device. It's embedded
as base class in e.g. wlr_{touch,pointer,...} now.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/01eff22c232aecc8b30c106049dfee1d08585fea">01eff22c</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>cursor: Adjust to wlr_output_layout_get_box signature change

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3439

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/b4104090845bc4bd72b9e142878e1a86b6486eed">b4104090</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>desktop: Adjust to wlr_output_layout_get_box signature change

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3439

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/99368a9fd148b8b07c4558291432cb7b3afbbbae">99368a9f</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>layer-shell-effects: Adjust to wlr_output_layout_get_box signature change

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3439

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/3afdcf05dfd1427a54effc29f07f9a1aaf57ef5d">3afdcf05</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Adjust to wlr_output_layout_get_box signature change

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3439

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/0372e34ec17a6cbef8a64909974e53b3347e098d">0372e34e</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>view: Adjust to wlr_output_layout_get_box signature change

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3439

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/cf6f9bd2932ec4af1dd7dee38aadaf452f1488bb">cf6f9bd2</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>desktop: Specify xdg-shell protocol version

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/c685e9f7deb0a2ed6beb2e7ed357218205359d9d">c685e9f7</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>keyboard: Get keyboard via wlr_keyboard_from_input_device

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/ef07753b76ededaac99dc01e51244d314ee3daef">ef07753b</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>seat: Get derived class via wlr_*_from_input_device

Get the derived class from the wlr_input_device base class via the
corresponding wlr_<type>_from_input_device()

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/4aae6e477bc9a38017d71e89fbdb4288bf430abc">4aae6e47</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gtk-shell: Use wlr_compository.h instead of deprecated wlr_surface.h

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/1a1bb15a9de3b303aa1a9787ce704a2e8fd6571b">1a1bb15a</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>xwayland-surface: Use xcb_size_hints_t directly

See wlroots commit 640f3b9f2156a007c5d1a36afdee570e123c95e4
and https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3495

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/f385ac1b1001b6e0815c4834e081d0dd962eada5">f385ac1b</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>layer-shell-effects: Margins are now signed

This is good news.

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3404

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/92cb74421516633ac82c13e1fe136f50d01cbf71">92cb7442</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Look at popup's current coordinates

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/f4e195588cb55d7bc6de5c03c8feadd109b35f06">f4e19558</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>xdg-surface: Adjust to toplevel changes

wlr_xdg_toplevel_* now take a toplevel rather than a wlr_xdg_surface

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/9beedb43d9289c4f96f780a11d82beda17c6fc04">9beedb43</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Adjust popups to 0.16 API changes

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/5c660c9d12983063d242a509b0314e7707fcc061">5c660c9d</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>render: read_pixels dropped it's flag argument

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/a835937ce1de50ab71db570ac821d392d9f796d0">a835937c</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>seat: Signals are now attached without the devices indirection

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/023d3f7f586b824276dbe8da48a0c6dbe8522a30">023d3f7f</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>switch: Get name from device

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e640f85d68b04d6825ad8d0097d5a64f494ae18c">e640f85d</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Adjust includes

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/159faa82e89c9d4e31d8d13de14ab7b90c3558aa">159faa82</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>server: Init subcompositor

Responsible for subsurfaces

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/d73d2f90566ebb18926a7257b92024eb5104eedb">d73d2f90</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>phosh-private: Adjust thumbnail flags

See wlroots commit 6832ae14aaa659929ea13057616db34536f7f724

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/d933a39458cd83b0d384ba249d05d44d6d73d146">d933a394</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/control: Bump wlroots dependency

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/68a01814cf8221d5b355803801a289608eca0dba">68a01814</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: Update image before installing dependencies

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/630a7e420df7d8f522c29d20f8f9329f67e627c4">630a7e42</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: Install wlroots 0.16.0 from sid

Updat the CI image for that

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/47adedaf30c791b4dd154672f278e300cf5be787">47adedaf</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Drop check for wlr_seat_touch_notify_cancel

It's part of wlroots 0.16

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/92159cddb4f9c98183d114f54e7f4eba502f05b6">92159cdd</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Use wlr_output_state when setting up output

While at that make sure we pass PhocOutput around rather than wlr_output
when functions are called phoc_outpu_<foo>.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/b451ffb0683bf3b536f8d21db625b44113761bd9">b451ffb0</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Make debugging more useful

The output name tells us more than the address

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e8e0f0cab90d65b26ef7ea5e4f7c6ff6f593d42b">e8e0f0ca</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Fall back to other mode if preferred mode doesn't work

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/c58781e6e752ace1444bd9ec8f28a44e1c3106ba">c58781e6</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Don't crash when adding new output

We need to set a mode when committing the state as otherwise sending out
the head config asserts.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/13ea9d2f3899e61ab7be734b3fa9ff902eb18123">13ea9d2f</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-24T11:07:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>render: Fix build without xwayland

We need to check whether the user enabled xwayland support, not
if wlroots supports it.

Fixes e904c0975d480202279e7aafc42f70d28cf4164f

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/410>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/69a73153acc6cd73e2de1e4d923e7d99e69c2084">69a73153</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-24T16:14:18+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'wlroots0.16' into 'main'

Adjust to wlroots 0.16

Closes #272

See merge request World/Phosh/phoc!410</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/5873021f7bfaf172935712812c1771f752e4738d">5873021f</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-25T15:56:49+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>keyboard: End touch grab in Escape key binding

Pointer and keyboard grabs are ended here, but touch has been forgotten.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/403>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/71ab6b87b9df7cd7556637c2537326d5e2e089ca">71ab6b87</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-25T15:56:50+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>seat: End keyboard grab in set_focus_layer

This matches what set_focus does for regular views already.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/403>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/f2f2ec357c0fa1011e263e7c28be7cfba3e889b3">f2f2ec35</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-25T16:00:12+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>cursor: Ignore touch grab when interacting with layer-surfaces

This is needed in order to be able to use the shell (including virtual
keyboard) while some client has a xdg-popup grab without dismissing that
popup right away.

This is especially important as GTK4 implements popovers with xdg-popups
now, so any attempt to use the keyboard would end up closing the popover.

This isn't a fully correct solution - it causes grabs taken by xdg-popups
of layer-surfaces to be essentially ignored when interacting with other
layer-surfaces. However, there currently is no way to find out which
surface has taken the grab in wlroots, and phosh does not use xdg-popups
at all while the issue with closing popovers is already evident in GTK4
apps, so let's pick the lesser evil here for now.

An obvious approach for ignoring grabs would be to use wlr_seat_touch_send
family of functions - however, they are currently practically useless,
so temporarily restore the default grab and use _notify functions instead.
See https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3478

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/403>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/d4d8a3e3bb606efcc8576b25db31145b1d2a0b48">d4d8a3e3</a></strong>
<div>
<span> by Sebastian Krzyszkowiak </span> <i> at 2023-07-25T16:00:13+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>cursor: Ignore pointer grab when interacting with layer-surfaces

See the previous commit for explanation.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/403>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/3bdefebca630be06a5ec332104c0e14072314c99">3bdefebc</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-25T14:24:50+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'touch-grab' into 'main'

Ignore pointer and touch grabs when interacting with layer-surfaces

See merge request World/Phosh/phoc!403</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/de5c82aa1e7c595158caef208ef291db081b9462">de5c82aa</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T10:15:31+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>dir-locals: Update from phosh

This avoids tabs in meson files

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/3be6aef647907c0b1c962db9197241a9825cba9b">3be6aef6</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:12:23+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>po: Add Linguas

Otherwise msgfmt throws a warning on

  meson setup _build

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/a314343742b1853e43106ad60727b54b38135973">a3143437</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: Set defaults

This e.g. allows to interrupt builds on new commits
Taken verbatim from phosh.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/d1668298ea6824439adc67aa44205fa78d966915">d1668298</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Use project_source_root

Avoids a meson deprecation warning.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/a2ee56ab9cf8b7b0daec4caced39576d88536a34">a2ee56ab</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Avoid cc.getdefine for subproject

Otherwise we fail with

   ERROR:  Dependencies must be external dependencies

See https://github.com/mesonbuild/meson/issues/4800

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/032831f4d6c5b0e34a8aa516ab07a94b831b4b29">032831f4</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>packaging: Reset dh's wrap-mode

We want to fallback for gmobile to have it available.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e9b9ef02e40992b077ddf02f22477b96bff34fe9">e9b9ef02</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Use meson wrap for the wlroots submodule

This makes it more obvious what we're tracking and it gives
us a git archive after all so local development doesn't get
more complicated.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e3dade537fceffa33d69eeab96f590f54e7337b8">e3dade53</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Use meson wrap for the gmobile submodule

It's a bit easier to handle than the git submodule giving us an explicit
reference in the source tree. It will then also be simpler to switch to
the shared library version once we have a stable API.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/f2dfa50f20979a97e5c1deb303a233e81e83774f">f2dfa50f</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T12:53:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: No need to update git submodules anymore

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/18d88bf8e388ba0f6a2c4aee80765fd9627da657">18d88bf8</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-26T13:34:21+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Fetch wlroots from the official repo

This finally makes sure we don't have to mess with forks
somewhere.

We still should upstream the one patch.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/464>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/4450a2e5471dcb75e8ffc872676842262821d7c3">4450a2e5</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-29T11:12:31+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'meson-wrap' into 'main'

Use meson wraps for wlroots and gmobile submodules

See merge request World/Phosh/phoc!464</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/61d06909909d2d141a2588d64d0391ecfc4d8c6a">61d06909</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:15:53+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>desktop: Bump xdg-shell to 5

Closes: https://gitlab.gnome.org/World/Phosh/phoc/-/issues/324
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/462>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/7c1e9bb72ce3f96d44d46257e5d5f5317fbecc1b">7c1e9bb7</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:15:53+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>xdg-shell: Set capabilities

Phoc doesn't provide right click menus or minimize.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/462>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/2d8687e1832e37841cc38b9f2337de8eeb2440ce">2d8687e1</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-31T09:16:16+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'xdg-shell' into 'main'

desktop: Bump xdg-shell to 5

Closes #324

See merge request World/Phosh/phoc!462</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/2df304e70381ced68a8c85641909f5c60ecf89be">2df304e7</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:24:30+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>view: Use `self` in map

Old code parts use `view`, let's update this when making other changes.
See HACKING.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/460>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/23ec2e2037de82c56007f779273e04fa5a01cbb8">23ec2e20</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:24:30+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>view: Allow to retrieve pid

This can be useful for force killing and supsending apps

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/460>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/bf871db24bfe747ea299e32785dc076f6513964c">bf871db2</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-31T09:24:59+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'save-pid' into 'main'

view: Remember toplevel pid

See merge request World/Phosh/phoc!460</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/198be1e5b458b2d67af38cefc2d234316490e33f">198be1e5</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>layer-shell-effects: Use wlr_layer_surface_v1_from_resource

Available in 0.16

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/bd769065d06e750ab7dc3dc0d82ce9d015d76a7e">bd769065</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Remove white space and braces

No functional change

Gbp-Dch: Ignore
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/561f4e09d1b2545a0e943d2a65062ba9b8aeedc0">561f4e09</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Move public damage handling closer together

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e64e1cf565657ae8b59990384204967b550cada9">e64e1cf5</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>output: Document some more functions

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/79b966c63c3a46a934d1b0fd53facc5215611887">79b966c6</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>xdg_shell: Use PhocXdgPopup consistently

Avoids confustion whether PhocXdgPopup and struct phoc_xdg_popup
are the same type.

Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/40fa76e34f1b4c33c09c377095e7ff9b4897aa55">40fa76e3</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-07-31T09:33:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>view: Implement phoc_view_child_damage_whole for popups

So far we damaged the parent surface which doesn't work well when the
popup extends out of the parent. It also avoids that we submit way
more damage than necessary.

We ought to implement `get_pos` for subsurfaces as well at some point.

Closes: https://gitlab.gnome.org/World/Phosh/phoc/-/issues/325
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/465>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e39b953a41f8f9b24a1732c6592e5f0e85ef00c5">e39b953a</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2023-07-31T09:33:47+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch '0.16-fixes' into 'main'

Improvements for wlroots 0.16

Closes #325

See merge request World/Phosh/phoc!465</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/e1faba430d148347a64cc5225be9738816bd9a7a">e1faba43</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-08-03T17:40:59+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Document changes and release 0.30.0
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/0b14b8837a37977b3252ce957802469491f58ee2">0b14b883</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-08-03T15:49:58+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'rel-0.30.0' into 'main'

Document changes and release 0.30.0

See merge request World/Phosh/phoc!466</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/commit/fd0ec9d7fc81fd60f10d8b839fb567e689b3dddb">fd0ec9d7</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2023-08-03T17:56:59+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 0.30.0+ds</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#f9cb3a52c9078cde24bd83b34488343ab4538f65">
.dir-locals.el
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#c2996adab4569fa970eab57733ab5fd3c2a527c0">
.gitlab-ci/debian.Dockerfile
</a>
</li>
<li class="file-stats">
<a href="#7445606fbf8f3683cd42bdc54b05d7a0bc2dfc44">
<span class="deleted-file">

.gitmodules
</span>
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa">
meson.build
</a>
</li>
<li class="file-stats">
<a href="#80da9a3a786a0f7d068ebd9544ddfb8064dc4fff">
phoc-config.h.in
</a>
</li>
<li class="file-stats">
<a href="#54d6c31c823e250ebb67120d8dd489a69a02213c">
<span class="new-file">
+
po/LINGUAS
</span>
</a>
</li>
<li class="file-stats">
<a href="#e67cee5114ca06ea9ed2a57833fb1f39b3d2aa8d">
src/cursor.c
</a>
</li>
<li class="file-stats">
<a href="#735baced07463b8e629c7a050196ff7c98bb12e2">
src/cursor.h
</a>
</li>
<li class="file-stats">
<a href="#f1775f65fc5b7a33f7d764f260c94f6478c9b486">
src/desktop.c
</a>
</li>
<li class="file-stats">
<a href="#862e66556dfba5fefb1eb0f20e08a8f1e76dffdf">
src/event.c
</a>
</li>
<li class="file-stats">
<a href="#2e10ebc53766c4ef9d9107f6da0f89aa6a7c549d">
src/event.h
</a>
</li>
<li class="file-stats">
<a href="#001d7cae4bb5f59f16771a2d4733d04b92a8759c">
src/gtk-shell.h
</a>
</li>
<li class="file-stats">
<a href="#86d1c6f5a9749841bae1d6c5edc99945364009cf">
src/keyboard.c
</a>
</li>
<li class="file-stats">
<a href="#4c6ec21e735a6ef6ed604cb4ec5d164ebeaacbc5">
src/layer-shell-effects.c
</a>
</li>
<li class="file-stats">
<a href="#ca26f5f5008b5c89aba59fadbd6fc29491eda2ee">
src/layer_shell.c
</a>
</li>
<li class="file-stats">
<a href="#a692783ecc2b2601baef7f0f30a5abf154f7733a">
src/layers.h
</a>
</li>
<li class="file-stats">
<a href="#c672fce9c671440792e33117e131e53e07e9ddc6">
src/output.c
</a>
</li>
<li class="file-stats">
<a href="#b5a77dbc5958b056727644d778b96e630b96c730">
src/output.h
</a>
</li>
<li class="file-stats">
<a href="#40650b390c41a4f88bebfaf4c697df1df229cd04">
src/phosh-private.c
</a>
</li>
<li class="file-stats">
<a href="#4d873e32660c2c04e9de04529450121a0d8af08a">
src/render.c
</a>
</li>
<li class="file-stats">
<a href="#d9286886afba5ad63bb27d2f5c92fa6605a25baf">
src/seat.c
</a>
</li>
<li class="file-stats">
<a href="#77334561325a8c0907433a84281ac467ddd6878f">
src/server.c
</a>
</li>
<li class="file-stats">
<a href="#0e212cb899655dd1df298141f6d32392c65ac351">
src/server.h
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://salsa.debian.org/DebianOnMobile-team/phoc/-/compare/8709feb8e223c4810317519acc3868a888e47884...fd0ec9d7fc81fd60f10d8b839fb567e689b3dddb">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>