summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-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
| | |/
| * | 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
* | | 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 #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
| | |
* | | Merge pull request #1689 from emersion/destroy-output-segfaultsLibravatar Drew DeVault2018-03-31
|\ \ \ | | | | | | | | Fix two segfaults when destroying outputs
| * | | Fix two segfaults when destroying outputsLibravatar emersion2018-03-31
|/ / /
* | | assert(fd != -1);Libravatar Drew DeVault2018-03-31
| | | | | | | | | | | | Thanks @martinetd
* | | Merge pull request #1681 from emersion/xwayland-configure-positionLibravatar Drew DeVault2018-03-31
|\ \ \ | | | | | | | | Fix various xwayland issues
| * | | Fix xwayland configure in set_sizeLibravatar emersion2018-03-31
| | | |
| * | | Fix unmanaged views rendering on all outputsLibravatar emersion2018-03-31
| | | |
| * | | Fix xwayland configure positionLibravatar emersion2018-03-31
| |/ /
* | | Merge pull request #1677 from emersion/maximize-xwayland-viewsLibravatar Drew DeVault2018-03-31
|\ \ \ | |/ / |/| | Maximize xwayland views by default
| * | Maximize xwayland views by defaultLibravatar emersion2018-03-30
| | |
* | | Check for null containerLibravatar Drew DeVault2018-03-31
| | |
* | | Merge pull request #1682 from emersion/unmanaged-no-containerLibravatar Drew DeVault2018-03-31
|\ \ \ | | | | | | | | Make it clear that unmanaged views don't have a container
| * | | Make it clear that unmanaged views don't have a containerLibravatar emersion2018-03-31
| | | | | | | | | | | | | | | | view->swayc is NULL anyway.
* | | | Fix bug with previous commitLibravatar Drew DeVault2018-03-31
|/ / /
* | | Fix #1104Libravatar Drew DeVault2018-03-31
| | |
* | | Set Xwayland seat on focusLibravatar Drew DeVault2018-03-31
| | | | | | | | | | | | Necessary to make primary selection syncronize
* | | Configure linux_dmabuf, primary_selectionLibravatar Drew DeVault2018-03-31
| |/ |/|
* | Merge pull request #1678 from emersion/xwayland-xcursorLibravatar Drew DeVault2018-03-31
|\ \ | | | | | | Set xwayland cursor
| * | Set xwayland cursorLibravatar emersion2018-03-31
| |/
* | Free bar configs on reload and exitLibravatar Drew DeVault2018-03-31
| |
* | Merge pull request #1676 from swaywm/swaybar-inputLibravatar Drew DeVault2018-03-31
|\ \ | |/ |/| Swaybar input