Skip to content
Snippets Groups Projects
  1. Aug 01, 2024
  2. Jul 31, 2024
  3. Jul 26, 2024
  4. Jul 24, 2024
  5. Jul 23, 2024
  6. Jul 22, 2024
  7. Jul 11, 2024
  8. Jul 03, 2024
  9. Jun 30, 2024
  10. Jun 27, 2024
  11. Jun 24, 2024
    • Jeremy White's avatar
      tasklist: Fix Wayland window drag and drop · 5982e697
      Jeremy White authored and Gaël Bonithon's avatar Gaël Bonithon committed
      Manual arranging of window buttons failed under Wayland,
      because tasklist_window_get_xid() provided 0 for all windows,
      since Wayland does not provide a window id.
      
      Renamed to tasklist_window_get_wid() and used the window pointer
      itself as sufficient proxy for window id.
      
      Fixes: #845
      5982e697
  12. Jun 23, 2024
    • square's avatar
      panel: Do not remove plugin when disregarding restart dialog · 519b7568
      square authored and Gaël Bonithon's avatar Gaël Bonithon committed
      Previously when prompted to either restart or permanently remove a
      plugin from the panel, hitting escape (ESC) on the keyboard to close the
      sudden popup dialog would choose the destructive action. This patch
      changes it to the harmless one: restarting the plugin.
      519b7568
  13. Jun 19, 2024
Loading