Skip to content
  1. May 21, 2018
  2. Nov 17, 2017
  3. Sep 28, 2017
  4. Aug 12, 2017
    • Carlos Garnacho's avatar
      clutter: Fix build with --enable-debug · c9c157ed
      Carlos Garnacho authored
      Message was poking stage_x11, which doesn't exist in this context.
      Just print the Window that is receiving the event, the event will be
      emitted into the only existing stage anyway.
      c9c157ed
  5. Aug 11, 2017
  6. Jul 26, 2017
    • Carlos Garnacho's avatar
      wayland: Reset tablet tool cursor surface on proximity out · 25f9cdce
      Carlos Garnacho authored
      The cursor surface would be remembered until the next proximity in
      event, causing flashing of the old cursor till the client underneath
      the tablet tool sent the zwp_tablet_tool.set_cursor request.
      
      Forgetting about the cursor surface on proximity out makes the cursor
      invisible till the request is made.
      25f9cdce
  7. Jul 22, 2017
  8. Jul 19, 2017
  9. Jul 17, 2017
  10. Jul 14, 2017
  11. Jul 13, 2017
  12. Jul 12, 2017
  13. Jul 10, 2017
  14. Jul 05, 2017
    • Florian Müllner's avatar
      screen: Remove stray assert · 6d34b2e7
      Florian Müllner authored
      When the number of (static) workspaces decreases, we relocate windows
      from extra workspaces before removing them. As removing a non-empty
      workspace is not allowed, we assert that it doesn't contain any windows
      before removing it.
      
      However that assert is
      
       - pointless, because meta_workspace_remove() already asserts that
         the workspace is empty
      
       - wrong, because even empty workspaces contain windows that are set
         to show on all workspaces
      
      Simply drop the assert to avoid a crash when trying to remove a workspace
      while on-all-workspaces windows are present.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=784223
      6d34b2e7
  15. Jul 03, 2017
  16. Jun 23, 2017
  17. Jun 21, 2017
  18. Jun 20, 2017
  19. Jun 07, 2017
  20. Jun 01, 2017