Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Fix focus follows mouse with no focus | Drew DeVault | |
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 | Fix focus_follows_mouse over swaybar | Drew DeVault | |
If you moved your mouse over swaybar (e.g. to scroll between workspaces), focus would move to the workspace. This is not the right thing to do. The solution is complicated by the fact that if you move your mouse into a new output with an empty workspace, that workspace _should_ receive focus. | |||
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 | Send pointer discrete axis values and source | emersion | |
Update for swaywm/wlroots#970 | |||
2018-05-11 | Highlight all child borders when using focus parent | Ryan Dwyer | |
2018-05-10 | Damage container on focus | emersion | |
2018-05-03 | Merge pull request #1907 from emersion/backend-input-mapping | Drew DeVault | |
Default to backend-wise input device mapping, if any | |||
2018-05-03 | Hide cursor on touch down | Drew DeVault | |
2018-05-03 | Default to backend-wise input device mapping, if any | emersion | |
2018-05-02 | Implement basic touch support | Drew DeVault | |
This required changing container_at_cursor to container_at_coords so that we could get the appropriate surface (and sx/xy) without moving the cursor. Future work: - Simulate a cursor for clients which have not bound to wl_touch - Keep sending motion events when moving outside the surface (#1892) - Bind gestures to sway commands | |||
2018-04-29 | Merge branch 'master' into refactor-arrange-windows | emersion | |
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer | |
Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented. | |||
2018-04-27 | Update for swaywm/wlroots#923 | emersion | |
2018-04-26 | Add map_from_region command | emersion | |
2018-04-24 | Fix segfault when switching back to workspace with osu! | emersion | |
2018-04-21 | Default to current time when triggering cursor events | emersion | |
2018-04-21 | Update cursor when workspace focus changes | emersion | |
2018-04-19 | Fix qutebrowser crash on context menu dismissal | Drew DeVault | |
2018-04-19 | Merge branch 'master' into fullscreen | Drew DeVault | |
2018-04-18 | Make key repeat configurable | Ryan Dwyer | |
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 } | |||
2018-04-18 | Fullscreen rendering and input fixes. | Ryan Dwyer | |
* Render background when using fullscreen, because transparency. * Check that fullscreen surface allows input. * Don't look for surfaces in top layer if there's a fullscreen view. | |||
2018-04-18 | More fullscreen fixes. | Ryan Dwyer | |
* Render fullscreen views without wlr function, which makes popups and lockscreen work. * Don't allow input events to surfaces behind fullscreen views. * Use correct output dimensions (for rotated outputs). | |||
2018-04-17 | Create sway_workspace struct. | Ryan Dwyer | |
2018-04-16 | Implement fullscreen. | Ryan Dwyer | |
2018-04-15 | remove empty workspace when focusing its output | db | |
Until now, focus changing code only considered cleaning up the last focused workspace. This commit adds removal of empty workspace from output that just received focus on a different workspace. Fixes: #1797 | |||
2018-04-13 | seat_set_focus_wrap: fix use-after-free when destroying last focused container | Dominique Martinet | |
2018-04-10 | Implement cursor event simulation with sway commands. | Danny Bautista | |
2018-04-08 | Merge pull request #1769 from acrisci/focus-inactive-fixes | Drew DeVault | |
Focus inactive fixes | |||
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault | |
2018-04-08 | Merge branch 'wlroots' into focus-inactive-fixes | Tony Crisci | |
2018-04-08 | Fix cursor motion issues | Drew DeVault | |
Use only one canonical cursor x/y position and send cursor enter when mouse is warped. Tangentally related to #1714 | |||
2018-04-08 | Use wlr_surface_point_accepts_input for unmanaged surfaces | emersion | |
2018-04-08 | push all parents of focused container in focus stack | Tony Crisci | |
2018-04-08 | Implement tablet tool support | Drew DeVault | |
2018-04-07 | seat focus inactive children foreach | Tony Crisci | |
2018-04-07 | seat get focus inactive view | Tony Crisci | |
2018-04-07 | Give keyboard focus to unmanaged xwayland surfaces | emersion | |
This fixes dmenu | |||
2018-04-06 | Add debug tree view | Drew DeVault | |
2018-04-06 | Fix focus_follows_mouse issues | Drew DeVault | |
2018-04-06 | Fix deletion of still-visible workspaces on unfocus | Drew DeVault | |
2018-04-05 | Handle unmanaged surfaces motion | emersion | |
2018-04-04 | Merge branch 'wlroots' into fix-focus-inactive | Tony Crisci | |
2018-04-04 | fix focus child | Tony Crisci | |
2018-04-04 | Remove unused SWAY_VIEW_TYPES | emersion | |
2018-04-04 | try to fix focus-inactive | Tony Crisci | |
2018-04-04 | Address review feedback | Drew DeVault | |
2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | |