Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth | |
2018-05-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion | |
Implement focus_wrapping | |||
2018-05-27 | Implement focus_wrapping | Brian Ashworth | |
2018-05-28 | Fix ancestor typos | Ryan Dwyer | |
2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault | |
Focus containers only on entry. | |||
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg | |
Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted. | |||
2018-05-28 | Move previous cursor_position inline. | Scott Leggett | |
2018-05-28 | Store previous position in sway_cursor. | Scott Leggett | |
2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer | |
2018-05-27 | client/pool-buffer: munmap in destroy_buffer | emersion | |
2018-05-27 | swaylock: implement a proper render loop | emersion | |
2018-05-27 | Rename view_get_type to view_get_shell | Ryan Dwyer | |
2018-05-27 | Add shell criteria token | Ryan Dwyer | |
Closes #2044. | |||
2018-05-27 | Focus containers only on entry. | Scott Leggett | |
2018-05-26 | Implement swap command | Brian Ashworth | |
2018-05-25 | Clean up container title functions | Ryan Dwyer | |
* Add and use lenient_strcat and lenient_strncat functions * Rename `concatenate_child_titles` function as that's no longer what it does * Rename `container_notify_child_title_changed` because we only need to notify that the tree structure has changed, not titles * Don't notify parents when a child changes its title * Update ancestor titles when changing a container's layout * Eg. create nested tabs and change the inner container to stacking * No need to store tree presentation in both container->name and formatted_title | |||
2018-05-23 | swaylock: remove unused field | emersion | |
2018-05-23 | Merge branch 'master' into fix-swaylock-hotplugging | emersion | |
2018-05-22 | Replace empty argument with void | Ryan Dwyer | |
2018-05-22 | Use constants for titlebar dimensions | Ryan Dwyer | |
2018-05-21 | Don't track damage for views on inactive tabs | Ryan Dwyer | |
2018-05-21 | Implement tabbed layout | Ryan Dwyer | |
2018-05-20 | Fix border commands from changing focus | Brian Ashworth | |
2018-05-20 | Swaylock: Allow per-output images | Ryan Dwyer | |
2018-05-19 | Rebuild textures if needed when moving a container | Ryan Dwyer | |
When moving a container to an output which has a different scale than the previous, rebuild the title and marks textures at the new scale. Fixes #1999. | |||
2018-05-18 | Fix output hotplugging | emersion | |
2018-05-18 | Fix swaylock crashing when unplugging output | emersion | |
2018-05-17 | Implement show_marks | Ryan Dwyer | |
2018-05-16 | Change scale from int32_t to double for pango | Brian Ashworth | |
2018-05-16 | sway: run commands without waiting for Xwayland | Dominique Martinet | |
Xwayland is lazy now, there is no need to wait at all | |||
2018-05-15 | Change unmark implemention to match i3's | Ryan Dwyer | |
2018-05-15 | Implement marks | Ryan Dwyer | |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth | |
2018-05-14 | Kill wl_shell | emersion | |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth | |
2018-05-14 | Fix titles and detect edges for hide_edge_borders | Brian Ashworth | |
2018-05-14 | Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"" | Ryan Dwyer | |
This reverts commit ac0e62584f6101277b76622a7274866cd50f615c. This reimplements the criteria __focused__ commit in preparation for fixing a known bug. | |||
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer | |
This reverts commit 32a572cecfd0f6072a78ce0a381a2f8365f9010a. This reimplements the criteria overhaul in preparation for fixing a known bug. | |||
2018-05-13 | Merge pull request #1970 from emersion/xdg-shell-stable | Drew DeVault | |
Add xdg-shell stable support | |||
2018-05-13 | Add xdg-shell stable support | emersion | |
2018-05-13 | Fix crash when using pango markup font | Heghedus Razvan | |
The characters & < > ' " needs to be escaped when using pango markup Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2018-05-13 | Merge pull request #1824 from snaggen/idle | Drew DeVault | |
DPMS and lock handling | |||
2018-05-13 | Merge branch 'master' into edge-borders | Ryan Dwyer | |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | |
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541 | |||
2018-05-12 | Don't destroy view child on xdg-popup unmap | emersion | |
2018-05-12 | Merge branch 'master' into edge-borders | Brian Ashworth | |
2018-05-12 | Count descendant views for hide_edge_borders smart | Brian Ashworth | |
2018-05-12 | Merge pull request #1959 from RyanDwyer/ipc-get-seats | Drew DeVault | |
Implement IPC get_seats command | |||
2018-05-12 | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements" | Drew DeVault | |
This reverts commit 3e1bf721c69cb6df70c3dc3d3d4933e987339676, reversing changes made to 2217518bd554d0f11dafa7ec4e8f35f2e4762fbd. | |||
2018-05-12 | Revert "Merge pull request #1953 from RyanDwyer/criteria-focused" | Drew DeVault | |
This reverts commit 2511adffc29996b64d01d85b3de31de9a2af9096, reversing changes made to 3e1bf721c69cb6df70c3dc3d3d4933e987339676. |