aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Fix wrong output container coordinatesLibravatar emersion2018-04-03
|
* Merge pull request #1717 from emersion/fix-multiple-outputsLibravatar Drew DeVault2018-04-03
|\ | | | | Fix rendering with multiple outputs
| * Fix rendering with multiple outputsLibravatar emersion2018-04-03
| |
* | Send enter event to layer shell surfacesLibravatar emersion2018-04-03
|/
* Merge pull request #1712 from RedSoxFan/workspace-number-namesLibravatar Drew DeVault2018-04-03
|\ | | | | Fix name generation from workspace number commands
| * Fix name generation for workspace number <name>Libravatar Brian Ashworth2018-04-03
| |
* | Give layer shells under the shell layer focusLibravatar Drew DeVault2018-04-02
| |
* | Give exclusive focus to layers above shell layerLibravatar Drew DeVault2018-04-02
| |
* | Identify topmost interactive layer post-arrangeLibravatar Drew DeVault2018-04-02
| |
* | cleanup split command handlersLibravatar Tony Crisci2018-04-02
| |
* | 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
| | | |
| * | | Address review commentsLibravatar emersion2018-04-02
| | | |
| * | | Add sway_view_implLibravatar emersion2018-03-31
| | | |
| * | | Introduce common functions to create, map, unmap, destroy viewsLibravatar emersion2018-03-31
| | |/ | |/|
* | | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\ \ \ | | |/ | |/|
| * | Merge pull request #1699 from acrisci/seat-fixesLibravatar emersion2018-04-02
| |\ \ | | | | | | | | Seat fixes and cleanup
| | * | fix segfaultLibravatar Tony Crisci2018-04-02
| | | |
| | * | Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-04-02
| | |\ \
| | * | | dont copy input configLibravatar 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
| | | |/ | | |/|
| * | | Merge pull request #1690 from swaywm/i3bar-jsonLibravatar Drew DeVault2018-04-02
| |\ \ \ | | |_|/ | |/| | I3bar json
| | * | Fix use-after-free with block hotspotsLibravatar Drew DeVault2018-04-02
| | |/
* | | fix workspace splitsLibravatar Tony Crisci2018-04-02
| | |
* | | address feedbackLibravatar Tony Crisci2018-04-02
| | |
* | | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\| |
| * | Merge pull request #1697 from RedSoxFan/back-and-forthLibravatar emersion2018-04-02
| |\ \ | | | | | | | | Fix back-and-forth workspace name saving for non-empty workspaces
| | * | Fixes back-and-forth name saving for non-empty wsLibravatar Brian Ashworth2018-03-31
| | | |
| * | | Fixes regarding @emersion's feedbackLibravatar Drew DeVault2018-04-02
| | | |
| * | | Partially implement move commandLibravatar Drew DeVault2018-04-02
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
* | | remove default from kill switchLibravatar Tony Crisci2018-03-31
| | |
* | | fix children list segfaultLibravatar Tony Crisci2018-03-31
| | |
* | | 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
| | |
* | | reap container parent on destroyLibravatar Tony Crisci2018-03-31
| | |
* | | temporarily add LD_LIBRARY_PATH stuffLibravatar Tony Crisci2018-03-31
| | |
* | | basic split containersLibravatar Tony Crisci2018-03-31
|/ /
* | Merge pull request #1684 from swaywm/follow-warpLibravatar Drew DeVault2018-03-31
|\ \ | | | | | | Implement focus_follows_mouse, mouse_warping
| * | Address review feedbackLibravatar Drew DeVault2018-03-31
| | |
| * | Fix interaction between warping and followingLibravatar Drew DeVault2018-03-31
| | |
| * | Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
| | | | | | | | | | | | | | | | | | | | | Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
| * | Implement mouse warpingLibravatar Drew DeVault2018-03-31
| | |
* | | Fix two segfaults when destroying outputsLibravatar emersion2018-03-31
| | |
* | | Merge pull request #1681 from emersion/xwayland-configure-positionLibravatar Drew DeVault2018-03-31
|\ \ \ | | | | | | | | Fix various xwayland issues