1
1
mirror of https://github.com/swaywm/sway synced 2025-02-27 22:31:23 +01:00

Commit Graph

  • 85d1c98476 sway/input: use wlr_input_device from input device base Simon Zeni 2022-02-09 16:20:39 -0500
  • f8990523b4 sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout Simon Zeni 2022-02-09 16:19:56 -0500
  • 491e9cd473 sway/input: use wlr_input_device from input device base Simon Zeni 2022-02-09 16:20:39 -0500
  • 99323726db output: update xcursor configuration on scale change Alexander Orzechowski 2022-02-19 14:14:14 -0500
  • 788ebe76aa
    Add move [container|window] [to] con_id <con_id> Olivia Taliesin 2022-02-15 14:47:35 -0700
  • 471099d82e
    Removed destination-is-ancestor check from container_move_to_container to match i3 behaviour Olivia Taliesin 2022-02-15 14:46:12 -0700
  • 53cd8fed8a
    Merge 1e44f3fde35de902d27fe093880c09c08a8514b8 into f707f583e17cb5e8323ceb4bfd951ad0465b7d10 Grzegorz Baranski 2022-02-12 00:22:47 +0100
  • 1ee9f3ef89 sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout Simon Zeni 2022-02-09 16:19:56 -0500
  • f707f583e1 Remove all sprintf calls Simon Ser 2022-02-08 09:52:24 +0100
  • cd277e3235 Remove all sprintf calls Simon Ser 2022-02-08 09:52:24 +0100
  • ac7892371c Fix snprintf compiler warning Muhamed Hobi 2022-02-07 19:03:54 -0500
  • 519d88bcee Fix snprintf compiler warning Muhamed Hobi 2022-02-07 19:03:54 -0500
  • 9a6687ee04 xdg-shell: use wlr_xdg_popup in sway_xdg_popup Simon Ser 2022-02-07 20:55:02 +0100
  • f795aa1c95 xdg-shell: use wlr_xdg_toplevel in sway_view Simon Ser 2022-02-07 20:51:19 +0100
  • a8231a48b1 xdg-shell: use wlr_xdg_popup in sway_xdg_popup Simon Ser 2022-02-07 20:55:02 +0100
  • 1f321cffbb xdg-shell: use wlr_xdg_toplevel in sway_view Simon Ser 2022-02-07 20:51:19 +0100
  • 5c00f1f113 readme: use relative links for translations Simon Ser 2022-02-07 11:04:47 +0100
  • 01706f7c90 readme: sort language list alphabetically Simon Ser 2022-02-07 11:03:03 +0100
  • c256fd4743 readme: add link to Italian translation Simon Ser 2022-02-07 10:56:31 +0100
  • 3a75b4a6a8 Translated README into Italian Marco Rubin 2022-02-04 20:29:18 +0000
  • 4db1e52dd8 layer_shell: keep output non-NULL wherever possible Thomas Hebb 2022-02-06 12:21:27 -0800
  • 36f5467993 Minor update to focus_on_window_activation Alexander Browne 2022-02-04 21:22:42 -0600
  • d34f0c90f5
    Minor update to focus_on_window_activation Alexander Browne 2022-02-04 21:22:42 -0600
  • 46e18c9ac8
    Translated README into Italian Marco Rubin 2022-02-04 20:29:18 +0000
  • 30d27b5996 Chase wlroots xdg-shell refactor Kirill Primak 2021-11-13 08:53:51 +0300
  • c47b8e4a85 commands/resize: make resize consider all siblings Tim Hallmann 2022-02-03 19:35:55 +0100
  • 9cfcff0039 input/seat: emit focus events when focusing parent Tim Hallmann 2022-02-03 19:30:44 +0100
  • 31ac28f081 Chase wlroots xdg-shell refactor Kirill Primak 2021-11-13 08:53:51 +0300
  • ee7668c1f2 chore: chase wlr_output_layout_get_box() update Kirill Primak 2022-01-29 23:11:54 +0300
  • 69b430201c xwayland: listen to request_activate event Tuomas Yrjölä 2022-01-17 19:47:42 +0200
  • 518e18a54b Use bools for CLI flags Simon Ser 2022-01-31 10:39:12 +0100
  • 418de2026e Use bools for CLI flags Simon Ser 2022-01-31 10:39:12 +0100
  • b2852c5dd6 xwayland: listen to request_activate event Tuomas Yrjölä 2022-01-17 19:47:42 +0200
  • 09936a5fdb chore: chase wlr_output_layout_get_box() update Kirill Primak 2022-01-29 23:11:54 +0300
  • cd1ee0e172 swaynag: remove buffer destruction condition Kirill Primak 2022-01-23 18:16:44 +0300
  • 6d8402544f swaynag: remove buffer destruction condition Kirill Primak 2022-01-23 18:16:44 +0300
  • 5543acff06 build: bump version to 1.7 1.7 v1.7 Simon Ser 2022-01-22 23:55:11 +0100
  • 8ca2847b42 input/cursor: pass through pointer hold gestures Tudor Brindus 2022-01-19 19:11:08 -0500
  • 3a65ad427a cmd/swap: error on swapping a container with itself Ronan Pigott 2022-01-22 10:52:03 -0700
  • a8779b68ee input/cursor: pass through pointer hold gestures Tudor Brindus 2022-01-19 19:11:08 -0500
  • feea4b4410 cmd/swap: error on swapping a container with itself Ronan Pigott 2022-01-22 10:52:03 -0700
  • a5f7218057 cmd/swap: error on swapping a container with itself Ronan Pigott 2022-01-22 10:52:03 -0700
  • 0adcf77f3f transaction: destroying nodes aren't hidden Rouven Czerwinski 2022-01-18 19:13:01 +0100
  • cd1a0aa293 treat fullscreen windows as 'tiled' for commands/focus Patrick Hilhorst 2021-11-22 19:44:22 +0100
  • 7a5e62036d input/cursor: treat swipe begin as idle activity too Tudor Brindus 2022-01-17 17:13:26 -0500
  • 9a2155eed2 input/cursor: count pointer gestures as idle activity Tudor Brindus 2022-01-17 16:53:46 -0500
  • 246c9a31b2 Merge branch 'master' into sway_mirror Alexander Courtis 2022-01-21 10:27:30 +1100
  • b4fd4bca0e tray: do not render passive items Tobias Bengfort 2020-12-24 22:42:48 +0100
  • a1905c6a08 build: execute wlroots subproject before finding deps Simon Ser 2022-01-18 13:41:01 +0100
  • e4909ab4a3 transaction: destroying nodes aren't hidden Rouven Czerwinski 2022-01-18 19:13:01 +0100
  • 53d02ced55 transaction: destroying nodes aren't hidden Rouven Czerwinski 2022-01-18 19:13:01 +0100
  • f43129c73c build: execute wlroots subproject before finding deps Simon Ser 2022-01-18 13:41:01 +0100
  • b2ee964434 treat fullscreen windows as 'tiled' for commands/focus Patrick Hilhorst 2021-11-22 19:44:22 +0100
  • 7d1ccafae5 input/cursor: treat swipe begin as idle activity too Tudor Brindus 2022-01-17 17:13:26 -0500
  • 9735774842 input/cursor: treat swipe begin as idle activity too Tudor Brindus 2022-01-17 17:13:26 -0500
  • fd53f80156 input/cursor: count pointer gestures as idle activity Tudor Brindus 2022-01-17 16:53:46 -0500
  • ca129c9728 input/cursor: count pointer gestures as idle activity Tudor Brindus 2022-01-17 16:53:46 -0500
  • ab11f40479 build: bump version to 1.7-rc3 1.7-rc3 Simon Ser 2022-01-16 19:40:11 +0100
  • c9ff52daa3 ci: checkout wlroots 0.15.0 Simon Ser 2022-01-16 19:39:24 +0100
  • 6bb3e7ee05 build: fix building with basu Kirill Chibisov 2022-01-10 17:54:24 +0300
  • 1a5db66366 xdg-shell: use toplevel geometry to adjust the popup box Aleksei Bavshin 2021-12-22 22:25:27 -0800
  • 67d3d952b6 Print deprecation notice when running SUID Kenny Levinsen 2022-01-11 11:08:44 +0100
  • 02a69dde9f meson: check: false on run_command Kenny Levinsen 2022-01-11 11:35:44 +0100
  • e0a591fb93 Add safety assert in parse_movement_unit Simon Ser 2022-01-09 01:03:49 +0100