aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Collapse)AuthorAge
...
* 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
* Merge branch 'master' into refactor-arrange-windowsLibravatar emersion2018-04-29
|\
| * Update for swaywm/wlroots#923Libravatar emersion2018-04-27
| |
* | 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
|
* Merge branch 'master' into fullscreenLibravatar Drew DeVault2018-04-19
|\
| * Make key repeat configurableLibravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | | | | | | | | | | | This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
* | Fullscreen rendering and input fixes.Libravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | * 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.
* | More fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | | | * 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).
* | 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
|
* Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
|
* 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
* | Use wlr_surface_point_accepts_input for unmanaged surfacesLibravatar emersion2018-04-08
| |
* | 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 focus_follows_mouse issuesLibravatar Drew DeVault2018-04-06
|
* Fix deletion of still-visible workspaces on unfocusLibravatar Drew DeVault2018-04-06
|
* Handle unmanaged surfaces motionLibravatar emersion2018-04-05
|
* 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 layer shells under the shell layer focusLibravatar Drew DeVault2018-04-02
| |
| * 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
|\
| * Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
| |\
| * | Xwayland unmanaged views aren't views anymoreLibravatar emersion2018-04-02
| | |
* | | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\ \ \ | | |/ | |/|
| * | fix segfaultLibravatar Tony Crisci2018-04-02
| | |