summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| | | * fix more close segfaultsLibravatar Tony Crisci2018-04-02
| | |/ | |/|
| * | cleanup split command handlersLibravatar Tony Crisci2018-04-02
| | |
| * | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
| |\ \ | |/ / |/| |
* | | Merge pull request #1691 from emersion/view-redesignLibravatar Tony Crisci2018-04-02
|\ \ \ | | | | | | | | Views redesign
| * \ \ 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 pull request #1701 from emersion/remove-xdg-shell-xmlLibravatar Drew DeVault2018-04-02
|\ \ \ \ | |_|/ / |/| | | protocols: remove xdg-shell XML file
| * | | protocols: remove unused XML filesLibravatar emersion2018-04-02
| | | |
| * | | protocols: remove xdg-shell XML fileLibravatar emersion2018-04-02
|/ / /
| | * 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
| * | | Render blocks the correct orderLibravatar Drew DeVault2018-04-02
| | | |
| * | | Fix use-after-free with block hotspotsLibravatar Drew DeVault2018-04-02
| | | |
| * | | Send click events for i3bar blocksLibravatar Drew DeVault2018-04-02
| | | |
| * | | Render i3bar blocksLibravatar Drew DeVault2018-04-02
| | | |
| * | | Demarcate i3bar JSON into individual updatesLibravatar 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
| | | |
* | | | Merge pull request #1693 from swaywm/move-cmdLibravatar Drew DeVault2018-04-02
|\ \ \ \ | |_|/ / |/| | | Partially implement move command
| * | | 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
| | |
| | * add docstrings and todosLibravatar 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
| | |