aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Collapse)AuthorAge
* Restore focus when unmapping layer shell surfacesLibravatar Ryan Dwyer2018-06-04
|
* Fix seat_get_active_childLibravatar Ryan Dwyer2018-06-03
| | | | | | | | | | | | | | seat_get_active_child is used for tabbed and stacked containers to get the active child. The previous implementation used seat_get_focus_inactive then ascended the tree to the child of the tabbed/stacked container, but this fails when the workspace itself is stacked or tabbed and the most recently active child is floating. The new implementation takes a more simple approach, where it directly scans the focus stack for the first immediate child which isn't the floating container. Fixes #2098.
* Fix mouse warping interaction with layout coordsLibravatar Drew DeVault2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
|
* Remove unused function.Libravatar Scott Leggett2018-05-28
|
* Store previous position in sway_cursor.Libravatar Scott Leggett2018-05-28
|
* Focus containers only on entry.Libravatar Scott Leggett2018-05-27
|
* Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
|
* Fix border commands from changing focusLibravatar Brian Ashworth2018-05-20
|
* Highlight all child borders when using focus parentLibravatar Ryan Dwyer2018-05-11
|
* Damage container on focusLibravatar emersion2018-05-10
|
* Default to backend-wise input device mapping, if anyLibravatar emersion2018-05-03
|
* Implement basic touch supportLibravatar Drew DeVault2018-05-02
| | | | | | | | | | | | 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
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
| | | | | | | | | 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.
* Add map_from_region commandLibravatar emersion2018-04-26
|
* Fix segfault when switching back to workspace with osu!Libravatar emersion2018-04-24
|
* Default to current time when triggering cursor eventsLibravatar emersion2018-04-21
|
* Update cursor when workspace focus changesLibravatar emersion2018-04-21
|
* Fix qutebrowser crash on context menu dismissalLibravatar Drew DeVault2018-04-19
|
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
|
* Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
|
* remove empty workspace when focusing its outputLibravatar db2018-04-15
| | | | | | | | 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
* seat_set_focus_wrap: fix use-after-free when destroying last focused containerLibravatar Dominique Martinet2018-04-13
|
* Merge pull request #1769 from acrisci/focus-inactive-fixesLibravatar Drew DeVault2018-04-08
|\ | | | | Focus inactive fixes
| * Merge branch 'wlroots' into focus-inactive-fixesLibravatar Tony Crisci2018-04-08
| |\
| * | push all parents of focused container in focus stackLibravatar Tony Crisci2018-04-08
| | |
| * | seat focus inactive children foreachLibravatar Tony Crisci2018-04-07
| | |
| * | seat get focus inactive viewLibravatar Tony Crisci2018-04-07
| | |
* | | Add input "identifier" map_to_output "identifier"Libravatar Drew DeVault2018-04-08
| | |
* | | Fix cursor motion issuesLibravatar Drew DeVault2018-04-08
| |/ |/| | | | | | | | | | | Use only one canonical cursor x/y position and send cursor enter when mouse is warped. Tangentally related to #1714
* | Implement tablet tool supportLibravatar Drew DeVault2018-04-08
|/
* Give keyboard focus to unmanaged xwayland surfacesLibravatar emersion2018-04-07
| | | | This fixes dmenu
* Add debug tree viewLibravatar Drew DeVault2018-04-06
|
* Fix deletion of still-visible workspaces on unfocusLibravatar Drew DeVault2018-04-06
|
* Merge branch 'wlroots' into fix-focus-inactiveLibravatar Tony Crisci2018-04-04
|\
| * Remove unused SWAY_VIEW_TYPESLibravatar emersion2018-04-04
| |
| * Address review feedbackLibravatar Drew DeVault2018-04-04
| |
| * Implement input-inhibit in sway, swaylockLibravatar Drew DeVault2018-04-04
| |
| * Add input inhibitor to input managerLibravatar Drew DeVault2018-04-04
| |
| * Refocus the last focused container on lock exitLibravatar Drew DeVault2018-04-04
| |
* | fix focus childLibravatar Tony Crisci2018-04-04
| |
* | try to fix focus-inactiveLibravatar Tony Crisci2018-04-04
|/
* Merge branch 'wlroots' into split-containers2Libravatar Tony Crisci2018-04-04
|\
| * Give exclusive focus to layers above shell layerLibravatar Drew DeVault2018-04-02
| |
* | move output damage to workspace destructorLibravatar Tony Crisci2018-04-03
| |
* | move view and workspace destructors to container.cLibravatar Tony Crisci2018-04-03
|/
* Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\
| * remove unused attachment configLibravatar Tony Crisci2018-04-02
| |
| * 80colLibravatar Tony Crisci2018-04-02
| |