aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Collapse)AuthorAge
* 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
| |
| * dont copy seat config on the seatLibravatar Tony Crisci2018-04-02
| |
| * rename input-manager functionsLibravatar Tony Crisci2018-04-02
| |
| * rename seat functionsLibravatar Tony Crisci2018-04-02
| |
* | address feedbackLibravatar Tony Crisci2018-04-02
| |
* | fix some segfaultsLibravatar Tony Crisci2018-03-31
| |
* | clean up view destroy seat cleanupLibravatar Tony Crisci2018-03-31
| |
* | handle container destroy in the seatLibravatar Tony Crisci2018-03-31
| |
* | basic split containersLibravatar Tony Crisci2018-03-31
|/
* Address review feedbackLibravatar Drew DeVault2018-03-31
|
* Fix interaction between warping and followingLibravatar Drew DeVault2018-03-31
|
* Implement mouse warpingLibravatar Drew DeVault2018-03-31
|
* Set Xwayland seat on focusLibravatar Drew DeVault2018-03-31
| | | | Necessary to make primary selection syncronize
* Set xwayland cursorLibravatar emersion2018-03-31
|
* Destroy empty workspaces when moving awayLibravatar Drew DeVault2018-03-30
|
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar Drew DeVault2018-03-30
|\
| * Fix oversights from previous pull requestLibravatar Tony Crisci2018-03-29
| |
| * Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | | | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| |
| * rename container_for_each_descendentLibravatar Tony Crisci2018-03-29
| |
| * address feedbackLibravatar Tony Crisci2018-03-29
| |
| * more renaming thingsLibravatar Tony Crisci2018-03-29
| |
| * rename container functionsLibravatar Tony Crisci2018-03-29
| |
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
| |
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
|/
* get swayc in directionLibravatar Tony Crisci2018-02-14
|
* properly pick next focusLibravatar Tony Crisci2018-02-10
|
* use bfs iterator to collect focus stackLibravatar Tony Crisci2018-02-10
|
* separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
|
* basic focus overhaulLibravatar Tony Crisci2018-02-04
|
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* config reload: destroy old seat when removed from configLibravatar Dominique Martinet2018-01-22
| | | | | This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free
* Merge pull request #1574 from acrisci/config-refactorLibravatar emersion2018-01-22
|\ | | | | Command criteria