summaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
Commit message (Collapse)AuthorAge
* Simplify damage tracking functions, use them in layer shellLibravatar emersion2018-04-06
|
* Send surface enter/leave events to view childrenLibravatar emersion2018-04-06
|
* Fix wl_output enter/leave eventsLibravatar emersion2018-04-06
| | | | Fixes #1739
* Remove outdated TODOLibravatar emersion2018-04-05
|
* Track damage of xdg-shell-v6 popupsLibravatar emersion2018-04-05
|
* Accumulate damage from subsurfacesLibravatar emersion2018-04-05
|
* Implement shell viewsLibravatar emersion2018-04-05
|
* address feedbackLibravatar Tony Crisci2018-04-03
|
* move view and workspace destructors to container.cLibravatar Tony Crisci2018-04-03
|
* change reap container approachLibravatar Tony Crisci2018-04-02
|
* fix more close segfaultsLibravatar Tony Crisci2018-04-02
|
* 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
|/
* Add lite damage trackingLibravatar emersion2018-03-30
| | | | | This skips the renderer if nothing has changed, and renders everything otherwise.
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
|
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* rename container_for_each_descendentLibravatar Tony Crisci2018-03-29
|
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
|
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
|
* view interfaceLibravatar Tony Crisci2018-01-21