aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | | 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
| | |
* | | 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