summaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Expand)AuthorAge
* Render unmanaged xwayland views when an xwayland view is fullscreenLibravatar Ryan Dwyer2018-04-23
* Don't unmap on destroy, this is already guaranteed by wlrootsLibravatar emersion2018-04-20
* Add TODO about rendering fullscreen views smaller than the outputLibravatar Ryan Dwyer2018-04-20
* Ignore xdg_shell_v6 request_fullscreen if not mappedLibravatar Ryan Dwyer2018-04-20
* Don't render top layer when fullscreen.Libravatar Ryan Dwyer2018-04-20
* render_output(): When fullscreen, clear to black and don't render backgroundLibravatar Ryan Dwyer2018-04-19
* xdg_shell_v6: Use client_pending state instead of currentLibravatar Ryan Dwyer2018-04-19
* Fullscreen rendering and input fixes.Libravatar Ryan Dwyer2018-04-18
* More fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* Fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* Handle fullscreen flag when mapping a surface.Libravatar Ryan Dwyer2018-04-17
* Don't damage views if they're hidden by a fullscreen view.Libravatar Ryan Dwyer2018-04-17
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
* Feedback for fullscreen.Libravatar Ryan Dwyer2018-04-17
* Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
* Do not call the map handler when an xwayland surface is createdLibravatar emersion2018-04-13
* Give keyboard focus to unmanaged xwayland surfacesLibravatar emersion2018-04-07
* Merge pull request #1759 from emersion/output-send-frame-doneLibravatar Drew DeVault2018-04-07
|\
| * Don't send frame done immediately when renderingLibravatar emersion2018-04-07
* | Fix inverted assertionLibravatar emersion2018-04-07
|/
* Merge pull request #1756 from emersion/output-damageLibravatar Drew DeVault2018-04-07
|\
| * 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
|\ \
| * | 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 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