aboutsummaryrefslogtreecommitdiff
path: root/src/xdg_toplevel.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-02Rename files contatining top level structsIsaac Freund1-210/+0
This respects the naming convention of snake_case namespaces and TitleCase types.
2020-05-02Relicense to GPL-3.0-or-laterIsaac Freund1-1/+19
2020-05-02Make View a toplevel structIsaac Freund1-1/+1
2020-04-28Workaround global anonymous field name counterIsaac Freund1-1/+4
Fixes https://github.com/ifreund/river/issues/17
2020-04-27Float child and fixed-size toplevels by defaultIsaac Freund1-9/+17
Closes https://github.com/ifreund/river/issues/14
2020-04-27Implement inital xdg popup handlingIsaac Freund1-0/+17
2020-04-26Greatly simplify view offset handlingIsaac Freund1-5/+3
Fixes https://github.com/ifreund/river/issues/9
2020-04-26Separate View from its implementationIsaac Freund1-0/+166
This is done in preperation for Xwayland support