Age | Commit message (Expand) | Author |
2020-03-30 | change apply_exclusive() to closer match layer shell protocol | Leon Plickat |
2020-02-25 | Revert "Don't apply exclusive zones of unmapped layer-shell surfaces" | Brian Ashworth |
2020-02-24 | Don't apply exclusive zones of unmapped layer-shell surfaces | Simon Ser |
2020-02-06 | Fix seat_set_focus_layer crash when disabling output | Simon Ser |
2019-12-27 | layer-shell: refocus if keyboard interactive lost | Brian Ashworth |
2019-12-10 | layer-shell: unfocus output-less layer on unmap | Brian Ashworth |
2019-10-27 | Handle layer changes for layer shell surfaces | Simon Ser |
2019-10-16 | Updates per wlroots layer shell changes | Drew DeVault |
2019-09-29 | layer-shell: Fix damage tracking of nested popups | Sebastian Krzyszkowiak |
2019-09-01 | layer-shell: don't give focus to unmapped layer surfaces | Simon Ser |
2019-09-01 | Ensure that seat->focused_layer is cleared on unmap | Kenny Levinsen |
2019-08-27 | A layer-shell will only be focused if it is non-null | asdfjkluiop |
2019-08-14 | layer-shell: add support for popups | Drew DeVault |
2019-08-12 | layer_shell: Guard against negative exclusive zone | Sebastian Krzyszkowiak |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-03-12 | Handle seat_get_focused_workspace returning NULL | Brian Ashworth |
2019-02-23 | handle_layer_shell_surface: do not use noop output | Brian Ashworth |
2019-02-12 | Rebase cursor when a layer surface maps | emersion |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-16 | layer_shell: do not SIGABRT sway on zero outputs | Brian Ashworth |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-04 | Give focus to another swaylock surface when output is disconnected | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-10 | handle_layer_shell_surface: Do not crash if seat doesn't have focus | Armin Preiml |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-31 | Don't send never-ending transactions when a focused layer surface commits | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-01 | Address first round review for swaynag | Brian Ashworth |
2018-08-01 | Arrange output in arrange_layers and commit dirty | Brian Ashworth |
2018-07-17 | Fix memory leak in handle_layer_shell_surface | frsfnrrg |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-26 | layer_shell: order destroying before sway_output | Dominique Martinet |
2018-06-26 | layer_shell: cleanup output link on output destroy | Dominique Martinet |
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer |
2018-06-06 | Address emersions comments on output re-enabling | Brian Ashworth |
2018-06-04 | Restore focus when unmapping layer shell surfaces | Ryan Dwyer |
2018-05-10 | layer-shell: use usable_area when arranging non-exclusive layer surfaces | emersion |
2018-05-01 | Fix layer surface crash on output destroy | db |
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer |
2018-04-23 | Updates per swaywm/wlroots#887 | Drew DeVault |
2018-04-06 | Simplify damage tracking functions, use them in layer shell | emersion |
2018-04-03 | Send enter event to layer shell surfaces | emersion |
2018-04-02 | Give exclusive focus to layers above shell layer | Drew DeVault |
2018-04-02 | Identify topmost interactive layer post-arrange | Drew DeVault |
2018-03-31 | Fix two segfaults when destroying outputs | emersion |
2018-03-30 | Add lite damage tracking | emersion |