aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Refactor server setup and renderer accessIsaac Freund3-54/+53
2020-05-08Implement initial Xwayland supportIsaac Freund9-44/+324
2020-05-04Add xwayland build optionIsaac Freund1-0/+8
2020-05-02Rename files contatining top level structsIsaac Freund33-66/+66
2020-05-02Relicense to GPL-3.0-or-laterIsaac Freund37-30/+1305
2020-05-02Add note about wlroots changeIsaac Freund1-0/+3
2020-05-02Make Keyboard a toplevel structIsaac Freund2-145/+144
2020-05-02Make Cursor a toplevel structIsaac Freund2-342/+341
2020-05-02Make Root a toplevel structIsaac Freund4-177/+173
2020-05-02Make View a toplevel structIsaac Freund11-147/+146
2020-05-02Make LayerSurface a toplevel structIsaac Freund5-135/+134
2020-05-02Make Output a toplevel structIsaac Freund10-481/+480
2020-05-02Make Seat a toplevel structIsaac Freund19-238/+236
2020-05-02Make InputManager a toplevel structIsaac Freund3-95/+94
2020-05-02Make Config a topleve structIsaac Freund2-184/+183
2020-05-02Make Decoration a toplevel structIsaac Freund2-29/+28
2020-05-02Make DecorationManager a toplevel structIsaac Freund3-30/+29
2020-05-02Make Server a toplevel structIsaac Freund6-189/+188
2020-05-02Fix ensure pixman locatedIsaac Freund1-0/+1
2020-05-02Handle unmap on never-mapped layer surfaceIsaac Freund2-8/+19
2020-04-28Improve naming consistencyIsaac Freund1-6/+6
2020-04-28Workaround global anonymous field name counterIsaac Freund3-3/+12
2020-04-27Fix a couple typosIsaac Freund2-2/+2
2020-04-27Arrange layers on layer surface destroyIsaac Freund2-8/+9
2020-04-27Float child and fixed-size toplevels by defaultIsaac Freund2-11/+21
2020-04-27Implement inital xdg popup handlingIsaac Freund2-0/+72
2020-04-27Clean up some code using c imported enumsIsaac Freund6-13/+9
2020-04-27Fix application of exclusive zonesIsaac Freund1-5/+8
2020-04-27Simplify some codeIsaac Freund2-8/+3
2020-04-26Flesh out readme and fix typoIsaac Freund2-4/+7
2020-04-26Properly set initial usable box of outputsIsaac Freund1-8/+25
2020-04-26Greatly simplify view offset handlingIsaac Freund6-81/+83
2020-04-26Fix view stack testsIsaac Freund1-8/+16
2020-04-26Separate View from its implementationIsaac Freund9-148/+229
2020-04-26Support wlr-screencopyIsaac Freund3-1/+4
2020-04-26Revert "Deduplicate some state"Isaac Freund3-7/+11
2020-04-25Deduplicate some stateIsaac Freund3-11/+7
2020-04-25Handle set selection for clipboard supportIsaac Freund1-0/+14
2020-04-24Fix pointer focus of top/overlay layersIsaac Freund1-9/+12
2020-04-24Start to handle layer surfaces in cursor codeIsaac Freund4-161/+173
2020-04-23Fix crash on non-toplevel viewsIsaac Freund4-16/+28
2020-04-23Add editorconfigIsaac Freund1-0/+14
2020-04-22Fix crash if floating view doesn't fitIsaac Freund1-2/+4
2020-04-22Add a filter to start views in floating modeIsaac Freund2-0/+18
2020-04-22Implement floating viewsIsaac Freund6-1/+83
2020-04-21Bikeshed variable namesIsaac Freund10-129/+125
2020-04-21Fix uninitialized values in testsIsaac Freund1-0/+3
2020-04-21Add AUR link to readmeIsaac Freund1-0/+6
2020-04-20Zoom to second view in stack if top is focusedIsaac Freund1-6/+13
2020-04-20Cleanup timespec typesIsaac Freund2-7/+7