Skip to content
Snippets Groups Projects
  1. Sep 25, 2024
  2. Sep 08, 2024
  3. Sep 05, 2024
  4. Sep 03, 2024
  5. Aug 31, 2024
  6. Aug 30, 2024
  7. Aug 22, 2024
  8. Aug 21, 2024
  9. Aug 10, 2024
  10. Aug 08, 2024
  11. Jun 19, 2024
  12. Jun 17, 2024
  13. Jun 12, 2024
  14. Jun 01, 2024
    • Matthias Klumpp's avatar
      staging: Add xdg-toplevel-icon protocol for dedicated toplevel icons · e3c6a17a
      Matthias Klumpp authored
      
      This protocol allows clients to set icons for their toplevel windows.
      Icons can be loaded from the XDG icon stock using their name, or can
      alternatively be provided by the client as wl_shm-backed wl_buffer.
      
      A toplevel icon represents the individual toplevel (unlike the
      application or launcher icon, which represents the application as a
      whole), and may be shown in window switchers, window overviews and
      taskbars that list individual windows.
      
      Resolves: #52
      
      Signed-off-by: Matthias Klumpp's avatarMatthias Klumpp <matthias@tenstral.net>
      e3c6a17a
  15. May 30, 2024
  16. May 21, 2024
  17. May 09, 2024
  18. May 06, 2024
    • Derek Foreman's avatar
      various: Fix definition of double-buffered state · c5b47dc9
      Derek Foreman authored and Daniel Stone's avatar Daniel Stone committed
      
      The strict "mailbox" model of wayland past is not how modern compositors
      process commits, and many explanations of how double buffered state is
      applied throughout wayland-protocols are no longer strictly accurate.
      
      Instead of trying to define double-buffered state at every point of use,
      just reference the evolving definition of wl_surface.commit.
      
      This still leaves a few old definitions that weren't trivially updated.
      
      Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
      c5b47dc9
  19. May 03, 2024
  20. Apr 26, 2024
  21. Apr 22, 2024
  22. Apr 17, 2024
  23. Apr 11, 2024
    • Simon Ser's avatar
      tablet-v2: mark as stable · 72b5d90a
      Simon Ser authored
      
      This protocol extension has not changed in a long time, is
      widely supported, and no upcoming breaking changes are planned.
      
      The interface names are left unchanged, so that compositors and
      clients don't need to be updated. In particular, the legacy "z"
      prefix is still part of the interface name.
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      72b5d90a
  24. Apr 03, 2024
  25. Mar 27, 2024
  26. Mar 26, 2024
  27. Mar 20, 2024
  28. Mar 14, 2024
  29. Feb 29, 2024
  30. Feb 10, 2024
  31. Jan 30, 2024
    • David Redondo's avatar
      Add xdg-toplevel-drag protocol · c4f897d6
      David Redondo authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
      
      This protocol allows applications to request that a window is moved
      at the same time as a drag operation - effectively dragging windows.
      With this features such as detaching a tab from a window and reattaching
      it, dragging tabs between windows or (un)dockable tool windows can
      be implemented.
      Based on the previously proposed extended drag protocol but trimmed
      down.
      
      Signed-off-by: default avatarDavid Redondo <kde@david-redondo.de>
      c4f897d6
  32. Jan 19, 2024
  33. Dec 27, 2023
  34. Dec 08, 2023
  35. Nov 24, 2023
Loading