Skip to content
Snippets Groups Projects
  1. Feb 10, 2024
  2. 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
  3. Jan 19, 2024
  4. Dec 27, 2023
  5. Dec 08, 2023
  6. Nov 24, 2023
  7. Nov 09, 2023
  8. Oct 30, 2023
  9. Oct 24, 2023
  10. Oct 17, 2023
  11. Oct 12, 2023
  12. Oct 10, 2023
  13. Oct 07, 2023
  14. Sep 30, 2023
  15. Aug 14, 2023
  16. Jul 11, 2023
  17. Jul 03, 2023
  18. Jun 15, 2023
    • Daniel Stone's avatar
      xdg-shell: Add suspended toplevel state · c124b641
      Daniel Stone authored
      
      Add a toplevel state to indicate that surface repaints have been
      suspended. This may arise due to occlusion, output power state, etc.
      
      In this state, clients can choose to take meaningful action such as
      suspending any processing which would drive a repaint loop, or
      communicating to the active browser tab that the tab is not
      system-visible, or any other action that would be taken by a client not
      expecting to repaint until further notice.
      
      cf. discussion in !99
      
      Signed-off-by: default avatarDaniel Stone <daniels@collabora.com>
      c124b641
  19. May 22, 2023
  20. May 19, 2023
  21. May 18, 2023
  22. May 11, 2023
    • Pekka Paalanen's avatar
      CI: bump ci-templates · 14ae0a9b
      Pekka Paalanen authored
      
      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: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
      14ae0a9b
  23. May 09, 2023
  24. Apr 25, 2023
  25. Apr 18, 2023
  26. Apr 04, 2023
Loading