aboutsummaryrefslogtreecommitdiff
path: root/src/layer_surface.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-02Make Output a toplevel structIsaac Freund1-1/+1
2020-05-02Handle unmap on never-mapped layer surfaceIsaac Freund1-7/+18
I don't think wlroots should be sending this, but we shouldn't crash either. Fixes https://github.com/ifreund/river/issues/19
2020-04-27Arrange layers on layer surface destroyIsaac Freund1-7/+2
Fixes https://github.com/ifreund/river/issues/15
2020-04-26Greatly simplify view offset handlingIsaac Freund1-1/+1
Fixes https://github.com/ifreund/river/issues/9
2020-04-26Revert "Deduplicate some state"Isaac Freund1-5/+9
I changed my mind, it's cleaner to keep things like this and will be consistent with views.
2020-04-25Deduplicate some stateIsaac Freund1-9/+5
2020-04-24Start to handle layer surfaces in cursor codeIsaac Freund1-0/+1
2020-04-21Bikeshed variable namesIsaac Freund1-37/+37
2020-04-19Fix layer sufaces holding focus after unmapIsaac Freund1-0/+10
2020-04-19Clear focus if focused layer surface is unmappedIsaac Freund1-0/+15
2020-04-17Close layer surfaces on output destroyIsaac Freund1-9/+11
2020-04-17Clean up listener handling for layer surfacesIsaac Freund1-21/+47
2020-04-11Arrange layers on layer surface destroyIsaac Freund1-0/+2
2020-04-11Handle exclusive zones of layer surfacesIsaac Freund1-0/+8
2020-04-10Implement initial layer shell supportIsaac Freund1-0/+103
exclusive zones and popups are still TODO