aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-11ext-action-binder: add set_seat and set_app_idAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-11ext-action-binder: add trigger type format, inspired by sway's configAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-11ext-action-binder: improve description for trigger typesAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-11ext-action-binder: split events and requestsAnna (navi) Figueiredo Gomes
action_bound split into bound and rejected done to simplify binding logic and allow for rejecting a binding after it was made bind split into set_description, set_trigger_hint, set_name, and bind done to allow future extensibilty Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-10ext-action-binder: add binding interfaceAnna (navi) Figueiredo Gomes
ext-action-binding-v1 as an object that represents a single binded action. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-10action-binder: rename to ext-action-binderAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-10-09ext-action-binder: remove action-binding, move bind to binderAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-06-19action-binder-v1: move to staging and the ext namespaceAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-06-19Add action binder protocolQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2023-05-22stable/xdg-shell: clarify when which protocol errors are usedXaver Hugl
Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
2023-05-19build: add Wayland subprojectSimon Ser
This allows developers to work on a new wayland-scanner feature and test it with wayland-protocols without too much hassle. Depends on https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/313 Signed-off-by: Simon Ser <contact@emersion.fr>
2023-05-18cursor-shape-v1: new protocolSimon Ser
This is based on the Chromium protocol [1]. [1]: https://chromium.googlesource.com/chromium/src/+/main/third_party/wayland-protocols/unstable/cursor-shapes/cursor-shapes-unstable-v1.xml Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/58 References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/21
2023-05-11CI: bump ci-templatesPekka Paalanen
This should fix the following problem when I targeted a MR to branch 'color' in Sebastian's fork of wayland-protocols: $ ci-fairy check-commits --signed-off-by --junit-xml=results.xml Traceback (most recent call last): File "/usr/bin/ci-fairy", line 33, in <module> sys.exit(load_entry_point('ci-fairy==0.1', 'console_scripts', 'ci-fairy')()) File "/usr/lib/python3.9/site-packages/click/core.py", line 1137, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.9/site-packages/click/core.py", line 1062, in main rv = self.invoke(ctx) File "/usr/lib/python3.9/site-packages/click/core.py", line 1668, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.9/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.9/site-packages/click/core.py", line 763, in invoke return __callback(*args, **kwargs) File "/usr/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/usr/lib/python3.9/site-packages/ci_fairy.py", line 1335, in check_commits for commit in repo.iter_commits(commit_range): File "/usr/lib/python3.9/site-packages/git/objects/commit.py", line 318, in _iter_from_process_or_stream finalize_process(proc_or_stream) File "/usr/lib/python3.9/site-packages/git/util.py", line 370, in finalize_process proc.wait(**kwargs) File "/usr/lib/python3.9/site-packages/git/cmd.py", line 447, in wait raise GitCommandError(remove_password_if_present(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git rev-list cifairy/color..HEAD -- stderr: 'fatal: bad revision 'cifairy/color..HEAD' ' Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2023-05-09tablet-v2: fix typo in set_cursor serial descriptionSimon Ser
This interface has no "enter" event. This was likely copy-pasted from wl_pointer.set_cursor. The event which indicates focus is proximity_in. Signed-off-by: Simon Ser <contact@emersion.fr>
2023-04-25ci: skip ci-fairy checks on main branchSimon Ser
We merged a commit by mistake which doesn't have S-o-b. ci-fairy is unhappy about it and will fail the check. Skip it if we aren't running in a merge request context. Signed-off-by: Simon Ser <contact@emersion.fr>
2023-04-25ci: use detached CI pipelinesSimon Ser
See [1], required to allow contributors to trigger CI pipelines for MRs. Example failure can be found at [2]. [1]: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/540#what-it-means-for-me-a-maintainer-of-a-project-part-of-gitlabfreedesktoporg [2]: https://gitlab.freedesktop.org/i509VCB/wayland-protocols/-/jobs/40117393 Signed-off-by: Simon Ser <contact@emersion.fr>
2023-04-25Add ext-foreign-toplevel-list protocoli509VCB
2023-04-18linux-dmabuf: Fix a couple of typosVlad Zahorodnii
There are no interfaces such as zlinux_dmabuf_params and zlinux_buffer_params. Signed-off-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
2023-04-04xdg-shell: Clarify window geometry boundsJonas Ådahl
The xdg_surface window geometry can extend outside the base wl_surface to e.g. accompany subsurfaces that extend outside it but is part of the window itself. Spell out this bit explicitly. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2023-04-04xdg-shell: Clarify that geometry doesn't automatically changeJonas Ådahl
The spec says that When applied, the effective window geometry will be the set window geometry clamped to the bounding rectangle of the combined geometry of the surface of the xdg_surface and the associated subsurfaces. Thus, a client cannot assume the geometry will adapt to any subsequent changes to any conditions that constrained the geometry. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2023-03-30xdg-shell: Clarify relationship between [un]set_maximized and configureMikhail Gusarov
Make it explicit in the protocol that [un]set_maximized and the following configure event can't be reliably matched, and the clients shouldn't try to do it. Closes #106 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2023-03-30unstable/xdg-shell v6: clarify when which errors are usedXaver Hugl
Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
2023-03-25Add a .mailmap fileFaith Ekstrand
This will let command-line Git tools re-map my name and e-mail address properly. I'm using my personal e-mail address and not my Collabora address because I'm not actively contributing to Wayland anymore and this is mostly for letting people find me should they dig me up in the project history. Signed-off-by: Faith Ekstrand <faith@gfxstrand.net>
2023-02-27xdg-output: Remove and tweak contradicting examplesJonas Ådahl
The "logical size" as stated by the first paragraph corresponds to the monitor size in the global compositor space. To most clients, this is unnecessary information, and should be ignored, but some used the listed examples to derive information that contradicts the very definition of what this event communicates. One example tried to add surface size assumptions, which was not correct. Remove this part completely, clients should not try to configure their surface sizes from the logical size of a monitor. The other is the list of size examples; it tried to communicate that a compositor sometimes may not scale the viewport of the monitor in its global compositor coordinate space, in which case, the logical size itself matches the actual resolution. Tweak this wording to make that clear that it does not related to any surface size. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2023-02-21xdg-output: clarify goalSimon Ser
In the past, xdg-output had only the logical_position and logical_size events, then the name and description events were added. Later on, they were moved inside wl_output since they aren't desktop-specific. However the goals section of the protocol overview hasn't been updated accordingly. Make it clear that this protocol's name and description events should not be preferred over wl_output. Signed-off-by: Simon Ser <contact@emersion.fr>
2023-02-12xdg-output-unstable-v1: deprecate name and descriptionSimon Ser
These have been merged into wl_output. Clients should prefer using wl_output events instead of relying on xdg-output. Signed-off-by: Simon Ser <contact@emersion.fr>
2023-02-10ext-session-lock-v1: relicense to MITIsaac Freund
All other protocols in wayland-protocols are released under the MIT license and this one was only merged with the ISC license by accident. I am the only person who has touched this protocol in commits and the only copyright holder, so relicensing to bring this protocol in line with the rest is easy in this case. References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/119 Signed-off-by: Isaac Freund <mail@isaacfreund.com>
2023-02-10ext-session-lock-v1: clarify to fix raceIsaac Freund
Clients such as swaylock [1] or waylock [2] provide options to fork and detach from the controlling terminal when the session is locked. The point of these options is avoid a race on suspending the system. A command to suspend the system (e.g. zzz) may safely be chained with e.g. waylock as so: waylock -fork-on-lock && zzz However, there is no guarantee that the compositor has actually blanked all outputs before sending the locked event. Therefore there is still a race as new "locked" frames may not have been presented on all outputs before the system is suspended. On my Linux system at least, the current framebuffer seems to be preserved on suspend and restored on resume, leading to an "unlocked" frame potentially being displayed when the system is resumed. Blanking all outputs before suspend eliminates this vulnerability. Currently clients could theoretically implement such -fork-on-lock options a bit better if the compositor supports the presentation-time protocol, however no clients I've seen currently do this and it seems wise to make clients to do the right thing by default in this security sensitive context. The presentation-time protocol is also not sufficient in all cases, for example if the compositor has turned off power of an output but still exposes it to clients. In this case the client would wait forever to get a presentation feedback that will never come. Unfortunately, the protocol currently states that the locked event will be sent immediately on creation of the ext_session_lock_v1 object rather than after all normal content is hidden. Several different approaches have been considered for how to fix this in the protocol specification. One possibility would be to add a new event sent when all normal content is hidden. This is however opt-in for clients and therefore less likely to be properly implemented by all clients in practice. Another alternative is to bump the version of the ext_session_lock_v1 interface and state that the semantics of when the compositor will send the locked event. However, this still requires clients to opt-in by binding version 2 of the interface. The compositor could technically deny the attempts of any version 1 clients to lock the session, but this would likely be a bad breaking change for users of version 1 clients. While session lock clients should inform the user in some way that their attempt to lock the session was denied (e.g. by exiting non-zero) it does not seem to be the case that such exit codes are widely checked. The option to fix the protocol that is all around the most secure is changing the semantics of the locked event without bumping the version of the interface. This is technically a breaking change, but the failure mode is that a client relying on the locked event being sent immediately hangs or crashes and the session stays locked. I also have been unable to find any session lock client in the wild that relies on the locked event being sent immediately. The river wayland compositor [3] in fact already implements the fix for this race condition since the 0.2.0 release and has not received any bug reports about broken session lock clients yet. Therefore, I think that making this technically breaking change to the protocol is our all around best option in this situation. Prioritizing security over compatibility seems like the right trade-off to make for a security critical protocol. [1]: https://github.com/swaywm/swaylock [2]: https://github.com/ifreund/waylock [3]: https://github.com/riverwm/river Signed-off-by: Isaac Freund <mail@isaacfreund.com>
2023-02-10ext-session-lock-v1: use RFC 2119 key wordsIsaac Freund
Signed-off-by: Isaac Freund <mail@isaacfreund.com>
2023-01-23staging/drm-lease: clarify connector namingXaver Hugl
If the compositor advertises an output as a wp_drm_lease_connector_v1 and as wl_output, it should make the names match to allow clients to identify the connection between the two outputs. Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
2023-01-23Add merge request template for new protocolsSimon Ser
Adds the checklist and the appropriate labels automatically. Signed-off-by: Simon Ser <contact@emersion.fr>
2022-12-19Fix typo in xdg-activation-v1Philip Withnall
Noticed during review in https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/98#note_1003427, but not changed at the time. Noticed again in https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3090#note_1606895. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-11-29build: Bump version to 1.31Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-11-29Add Victoria as Smithay/cosmic-comp memberJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-11-29xdg-shell: add defunct_role_object errorKirill Primak
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
2022-11-28wp-fractional-scale-v1: new protocolKenny Levinsen
This protocols allows for communicating preferred fractional scales to surfaces, which in combination with wp_viewport can be used to render surfaces at fractional scales when applicable. Signed-off-by: Kenny Levinsen <kl@kl.wtf>
2022-11-23governance: improve consistency of ACK requirementsSimon Ser
For "ext" and "wp", the document uses the wording "ACKed by at least 3 members". For "ext", the document uses the wording "ACKed by at least one other member". This is confusing, let's just use the same wording everywhere. Signed-off-by: Simon Ser <contact@emersion.fr>
2022-11-21build: Bump version to 1.30Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-11-14staging: add tearing control protocolXaver Hugl
For some use cases like games or drawing tablets it can make sense to reduce latency by accepting tearing with the use of asynchronous page flips. This protocol provides a way for clients to indicate whether or not their content is suitable for this kind of presentation. Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
2022-11-14build: Bump version to 1.29Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-11-14linux-dmabuf: fix references to tranche_formatsManuel Stoeckl
Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
2022-11-05content-type: fix enum name in wp_content_type_v1.set_content_typei509VCB
This was originally set to `content_type`, but the protocol defines an enum named `type`. This fixes an issue with the protocol that was noticed when binding the protocol in wayland-rs. Signed-off-by: i509VCB <git@i509.me>
2022-11-04build: Bump version to 1.28Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-11-04Add xdg-shell.unresponsive errorDemi Marie Obenour
This allows compositors to disconnect clients that have been deemed unresponsive. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2022-11-04xdg-shell: Add specific errorsDemi Marie Obenour
This adds specific errors for all xdg_shell errors. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2022-11-04xdg-shell: window menus are optionalDemi Marie Obenour
A compositor is free to completely ignore requests to draw a window menu. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2022-11-04xdg-shell: Replace an HTTP link with HTTPSDemi Marie Obenour
No normative change. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2022-10-28xwayland_shell_v1: New protocolJoshua Ashton
This protocol adds a xwayland_surface role which allows an Xwayland server to associate an X11 window to a wl_surface. Before this protocol, this would be done via the Xwayland server providing the wl_surface's resource id via the WL_SURFACE_ID atom on the X window. This was problematic as a race could occur if the wl_surface associated with a WL_SURFACE_ID for a window was destroyed before the update of the atom was processed by the compositor and another surface (or other object) had taken its id due to recycling. This protocol solves the problem by moving the X11 window to wl_surface association step to the Wayland side, which means that the association cannot happen out-of-sync with the resource lifetime of the wl_surface. This protocol avoids duplicating the race on the other side by adding a non-zero monotonic serial number which is entirely unique that is set on both the wl_surface (via. xwayland_surface_v1's associate method) and the X11 window (via. the `WL_SURFACE_SERIAL` atom) that can be used to associate them, and synchronize the two timelines. Signed-off-by: Joshua Ashton <joshua@froggi.es>
2022-10-10build: Bump version to 1.27Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2022-10-10xdg-shell: ack_configure must be strictly monotonicDaniel Stone
Clients must send ack_configure in a strictly monotonic order wrt received configure events. It is an error to send an ack_configure request for a configure event which was sent prior to the last ack_configure for that surface, or to send multiple ack_configures for the same configure event. Weston and wlroots already use this interpretation, however Mutter and KWayland are more lax and allow duplicates. This clarification tightens the spec working to explicitly encode the Weston/wlroots behaviour. Signed-off-by: Daniel Stone <daniels@collabora.com> Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/21