| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-02 | Add note about wlroots change | Isaac Freund | 1 | -0/+3 | |
| 2020-05-02 | Make Keyboard a toplevel struct | Isaac Freund | 2 | -145/+144 | |
| 2020-05-02 | Make Cursor a toplevel struct | Isaac Freund | 2 | -342/+341 | |
| 2020-05-02 | Make Root a toplevel struct | Isaac Freund | 4 | -177/+173 | |
| 2020-05-02 | Make View a toplevel struct | Isaac Freund | 11 | -147/+146 | |
| 2020-05-02 | Make LayerSurface a toplevel struct | Isaac Freund | 5 | -135/+134 | |
| 2020-05-02 | Make Output a toplevel struct | Isaac Freund | 10 | -481/+480 | |
| 2020-05-02 | Make Seat a toplevel struct | Isaac Freund | 19 | -238/+236 | |
| 2020-05-02 | Make InputManager a toplevel struct | Isaac Freund | 3 | -95/+94 | |
| 2020-05-02 | Make Config a topleve struct | Isaac Freund | 2 | -184/+183 | |
| 2020-05-02 | Make Decoration a toplevel struct | Isaac Freund | 2 | -29/+28 | |
| 2020-05-02 | Make DecorationManager a toplevel struct | Isaac Freund | 3 | -30/+29 | |
| 2020-05-02 | Make Server a toplevel struct | Isaac Freund | 6 | -189/+188 | |
| 2020-05-02 | Handle unmap on never-mapped layer surface | Isaac Freund | 2 | -8/+19 | |
| 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-28 | Improve naming consistency | Isaac Freund | 1 | -6/+6 | |
| 2020-04-28 | Workaround global anonymous field name counter | Isaac Freund | 3 | -3/+12 | |
| Fixes https://github.com/ifreund/river/issues/17 | |||||
| 2020-04-27 | Fix a couple typos | Isaac Freund | 2 | -2/+2 | |
| 2020-04-27 | Arrange layers on layer surface destroy | Isaac Freund | 2 | -8/+9 | |
| Fixes https://github.com/ifreund/river/issues/15 | |||||
| 2020-04-27 | Float child and fixed-size toplevels by default | Isaac Freund | 2 | -11/+21 | |
| Closes https://github.com/ifreund/river/issues/14 | |||||
| 2020-04-27 | Implement inital xdg popup handling | Isaac Freund | 2 | -0/+72 | |
| 2020-04-27 | Clean up some code using c imported enums | Isaac Freund | 6 | -13/+9 | |
| 2020-04-27 | Fix application of exclusive zones | Isaac Freund | 1 | -5/+8 | |
| Fixes https://github.com/ifreund/river/issues/13 | |||||
| 2020-04-27 | Simplify some code | Isaac Freund | 2 | -8/+3 | |
| 2020-04-26 | Properly set initial usable box of outputs | Isaac Freund | 1 | -8/+25 | |
| 2020-04-26 | Greatly simplify view offset handling | Isaac Freund | 6 | -81/+83 | |
| Fixes https://github.com/ifreund/river/issues/9 | |||||
| 2020-04-26 | Fix view stack tests | Isaac Freund | 1 | -8/+16 | |
| 2020-04-26 | Separate View from its implementation | Isaac Freund | 9 | -148/+229 | |
| This is done in preperation for Xwayland support | |||||
| 2020-04-26 | Support wlr-screencopy | Isaac Freund | 3 | -1/+4 | |
| Closes https://github.com/ifreund/river/issues/7 | |||||
| 2020-04-26 | Revert "Deduplicate some state" | Isaac Freund | 3 | -7/+11 | |
| I changed my mind, it's cleaner to keep things like this and will be consistent with views. | |||||
| 2020-04-25 | Deduplicate some state | Isaac Freund | 3 | -11/+7 | |
| 2020-04-25 | Handle set selection for clipboard support | Isaac Freund | 1 | -0/+14 | |
| 2020-04-24 | Fix pointer focus of top/overlay layers | Isaac Freund | 1 | -9/+12 | |
| 2020-04-24 | Start to handle layer surfaces in cursor code | Isaac Freund | 4 | -161/+173 | |
| 2020-04-23 | Fix crash on non-toplevel views | Isaac Freund | 4 | -16/+28 | |
| 2020-04-22 | Fix crash if floating view doesn't fit | Isaac Freund | 1 | -2/+4 | |
| 2020-04-22 | Add a filter to start views in floating mode | Isaac Freund | 2 | -0/+18 | |
| 2020-04-22 | Implement floating views | Isaac Freund | 6 | -1/+83 | |
| 2020-04-21 | Bikeshed variable names | Isaac Freund | 10 | -129/+125 | |
| 2020-04-21 | Fix uninitialized values in tests | Isaac Freund | 1 | -0/+3 | |
| 2020-04-20 | Zoom to second view in stack if top is focused | Isaac Freund | 1 | -6/+13 | |
| 2020-04-20 | Cleanup timespec types | Isaac Freund | 2 | -7/+7 | |
| 2020-04-19 | Fix layer sufaces holding focus after unmap | Isaac Freund | 3 | -2/+16 | |
| 2020-04-19 | Clear focus if focused layer surface is unmapped | Isaac Freund | 2 | -0/+20 | |
| 2020-04-19 | Implement wlr-input-inhibitor | Isaac Freund | 5 | -57/+136 | |
| 2020-04-19 | Grab seats focused on the output for layer shell | Isaac Freund | 2 | -3/+9 | |
| 2020-04-19 | Implement keyboard interactivity for layer shell | Isaac Freund | 2 | -22/+103 | |
| 2020-04-18 | Remove uneeded abstraction | Isaac Freund | 2 | -8/+3 | |
| 2020-04-18 | Send surface enter/leave events | Isaac Freund | 3 | -14/+24 | |
| 2020-04-18 | Arrange on sending view to output | Isaac Freund | 1 | -1/+2 | |
| 2020-04-18 | Add binds to move views between outputs | Isaac Freund | 4 | -1/+57 | |
