Skip to content
Snippets Groups Projects
  1. Oct 07, 2019
  2. Sep 27, 2019
  3. Sep 26, 2019
  4. Sep 19, 2019
  5. Sep 17, 2019
  6. Sep 15, 2019
  7. Sep 14, 2019
  8. Sep 13, 2019
    • Ilia Bozhinov's avatar
      layer-shell: ignore ack_configure() on closed surfaces · 8b0f1bc8
      Ilia Bozhinov authored and Simon Ser's avatar Simon Ser committed
      When the surface is closed, we destroy all pending serials waiting to be
      accepted. This means we need to ignore any future ack events, because we
      can have the following events:
      
      1. -> configure()
      2. -> close()
      3. <- ack_configure()
      
      At point 3, wlroots will error the client because of invalid serial,
      however the client hasn't processed close() yet.
      8b0f1bc8
  9. Sep 05, 2019
  10. Aug 31, 2019
  11. Aug 27, 2019
  12. Aug 24, 2019
  13. Aug 19, 2019
  14. Aug 15, 2019
    • Andri Yngvason's avatar
      backend: touch: Assign good ids to single touch devices · 4f4d3cf2
      Andri Yngvason authored and Simon Ser's avatar Simon Ser committed
      libinput_event_touch_get_slot always returns -1 for single touch devices. Using
      libinput_event_touch_get_seat_slot instead ensures that they are assigned actual
      slot ids.
      
      Also, this is what Weston does, so this change yields a more consistent
      behaviour between different compositors.
      4f4d3cf2
    • Brian Ashworth's avatar
      wlr_xdg_toplevel: reparent on parent unmap · 99147845
      Brian Ashworth authored and Simon Ser's avatar Simon Ser committed
      From the xdg-shell specification:
      	If the parent is unmapped then its children are managed as
      	though the parent of the now-unmapped parent has become the
      	parent of this surface. If no parent exists for the now-unmapped
      	parent then the children are managed as though they have no
      	parent surface.
      99147845
    • Simon Ser's avatar
      backend/drm: fix missing plane formats · 8d2ea954
      Simon Ser authored
      The loop populating the format list was exiting early if ARGB8888 was found.
      8d2ea954
  15. Aug 12, 2019
  16. Aug 11, 2019
  17. Aug 08, 2019
Loading