aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Collapse)AuthorAge
* Give keyboard focus to unmanaged xwayland surfacesLibravatar emersion2018-04-07
| | | | This fixes dmenu
* Merge pull request #1759 from emersion/output-send-frame-doneLibravatar Drew DeVault2018-04-07
|\ | | | | Don't send frame done immediately when rendering
| * Don't send frame done immediately when renderingLibravatar emersion2018-04-07
| |
* | Fix inverted assertionLibravatar emersion2018-04-07
|/ | | | Seems like it doesn't work this way
* Merge pull request #1756 from emersion/output-damageLibravatar Drew DeVault2018-04-07
|\ | | | | Fine-grained damage tracking
| * Damage all surfaces when damaging whole containerLibravatar emersion2018-04-06
| |
| * Don't damage the whole outputLibravatar emersion2018-04-06
| |
| * Refactor rendering codeLibravatar emersion2018-04-06
| |
| * Simplify damage tracking functions, use them in layer shellLibravatar emersion2018-04-06
| |
* | Merge pull request #1700 from swaywm/move-cmd-fullLibravatar Drew DeVault2018-04-07
|\ \ | | | | | | Implement move [left|right|up|down]
| * | Add debug tree viewLibravatar Drew DeVault2018-04-06
| | |
* | | Revert "Break everything^W^WUse wlr_box for sway_container"Libravatar Drew DeVault2018-04-06
| | |
* | | Break everything^W^WUse wlr_box for sway_containerLibravatar Drew DeVault2018-04-06
| |/ |/|
* | Send surface enter/leave events to view childrenLibravatar emersion2018-04-06
|/
* Handle unmanaged surfaces motionLibravatar emersion2018-04-05
|
* Fix desktop_damage_whole_surfaceLibravatar emersion2018-04-05
|
* Add container_damage_wholeLibravatar emersion2018-04-05
|
* Add damage tracking for xwayland unmanaged surfacesLibravatar emersion2018-04-05
|
* Handle xwayland configure requests for unmanaged surfacesLibravatar emersion2018-04-05
|
* Make xwayland surface destroy more foolproofLibravatar emersion2018-04-05
|
* Fix xwayland unmanaged surfacesLibravatar emersion2018-04-05
|
* Track damage of xdg-shell-v6 popupsLibravatar emersion2018-04-05
|
* Implement shell viewsLibravatar emersion2018-04-05
|
* Use new wlr_*_surface_at functionsLibravatar emersion2018-04-04
|
* Remove unused SWAY_VIEW_TYPESLibravatar emersion2018-04-04
|
* Implement opacity commandLibravatar Tony Crisci2018-04-04
|
* Merge branch 'wlroots' into split-containers2Libravatar Tony Crisci2018-04-04
|\
| * 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
| |/
| * Give exclusive focus to layers above shell layerLibravatar Drew DeVault2018-04-02
| |
| * Identify topmost interactive layer post-arrangeLibravatar Drew DeVault2018-04-02
| |
* | move workspace create to workspace.cLibravatar Tony Crisci2018-04-03
| |
* | address feedbackLibravatar Tony Crisci2018-04-03
| |
* | move output code out of the treeLibravatar Tony Crisci2018-04-03
| |
* | unify container destroy functionsLibravatar Tony Crisci2018-04-03
|/
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
|\
| * Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-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
| * | rename input-manager functionsLibravatar Tony Crisci2018-04-02
| | |
| * | rename seat functionsLibravatar Tony Crisci2018-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
|/
* 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
| * 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
| |