| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2020-04-18 | Split up commands into separate files | Isaac Freund | 14 | -179/+295 | |
| 2020-04-18 | Refactor focus next/prev view/output commands | Isaac Freund | 2 | -44/+52 | |
| 2020-04-18 | Remove dead code | Isaac Freund | 1 | -7/+0 | |
| 2020-04-18 | Properly clean up resources on exit | Isaac Freund | 9 | -172/+214 | |
| 2020-04-17 | Only log transactions if actually started | Isaac Freund | 1 | -5/+6 | |
| 2020-04-17 | Close layer surfaces on output destroy | Isaac Freund | 3 | -9/+29 | |
| 2020-04-17 | Clean up listener handling for layer surfaces | Isaac Freund | 2 | -21/+50 | |
| 2020-04-17 | Fix focus handling of newly mapped Views | Isaac Freund | 1 | -2/+8 | |
| 2020-04-17 | Clean up listener handling for Views | Isaac Freund | 1 | -30/+32 | |
| 2020-04-17 | Handle destruction of outputs | Isaac Freund | 1 | -0/+54 | |
| 2020-04-15 | Fix focus handling on output cycle | Isaac Freund | 1 | -3/+8 | |
| 2020-04-15 | Add keybinds to cycle between outputs | Isaac Freund | 2 | -0/+35 | |
| 2020-04-15 | Properly handle coordinates with multiple outputs | Isaac Freund | 1 | -47/+21 | |
| 2020-04-15 | Track the focused output of seats | Isaac Freund | 5 | -26/+38 | |
| 2020-04-15 | Clean up layer arrangement | Isaac Freund | 1 | -8/+13 | |
| 2020-04-15 | Handle exclusive zone of -1 properly | Isaac Freund | 1 | -18/+31 | |
| 2020-04-15 | Improve handling of layer surface output assignment | Isaac Freund | 2 | -12/+20 | |
| 2020-04-15 | Rename render.[hc] to bindings.[hc] | Isaac Freund | 1 | -1/+1 | |
| 2020-04-15 | Get rid of redundant create output global call. | Isaac Freund | 1 | -6/+1 | |
| 2020-04-15 | Don't advertise the noop output | Isaac Freund | 1 | -10/+12 | |
| 2020-04-14 | Rename default seat to "default" | Isaac Freund | 1 | -2/+2 | |
| "seat0" seems to be a confusion with physical seats | |||||
| 2020-04-14 | Add a noop output using the noop backend | Isaac Freund | 2 | -3/+15 | |
| This is intended for use when no real outputs are available. | |||||
| 2020-04-14 | Clean up and comment config | Isaac Freund | 1 | -34/+49 | |
| 2020-04-13 | Implement the focus stack | Isaac Freund | 7 | -147/+186 | |
| 2020-04-13 | Parially refactor commands to take a *Seat | Isaac Freund | 4 | -115/+116 | |
| 2020-04-13 | Allow storing *View in ViewStack | Isaac Freund | 6 | -188/+198 | |
| This is done in preparation for implementing focus stacks. | |||||
| 2020-04-12 | Introduce InputManager for eventual multi-seat | Isaac Freund | 6 | -54/+84 | |
| 2020-04-11 | Arrange layers on layer surface destroy | Isaac Freund | 1 | -0/+2 | |
| 2020-04-11 | Handle layer shell protocol error | Isaac Freund | 1 | -12/+28 | |
| Requesting a size of 0 without setting opposing anchors in that dimension is a protocol error. | |||||
| 2020-04-11 | Handle exclusive zones of layer surfaces | Isaac Freund | 3 | -19/+105 | |
| 2020-04-11 | Move output specific code out of root | Isaac Freund | 6 | -192/+245 | |
| This is in preperation of proper output event handling and eventual multi output support. | |||||
| 2020-04-10 | Move rendering out of output to a new namespace | Isaac Freund | 2 | -340/+350 | |
| 2020-04-10 | Implement xdg-output | Isaac Freund | 2 | -6/+9 | |
| 2020-04-10 | Implement initial layer shell support | Isaac Freund | 7 | -14/+344 | |
| exclusive zones and popups are still TODO | |||||
| 2020-04-09 | Go back to using std.ChildProcess | Isaac Freund | 4 | -12/+15 | |
| The bug with this was fixed by https://github.com/ziglang/zig/pull/4970. | |||||
| 2020-04-08 | Implement outer padding | Isaac Freund | 2 | -13/+23 | |
| 2020-04-08 | Remove stray default values | Isaac Freund | 1 | -2/+2 | |
| 2020-04-08 | Fix environment of spawned processes | Isaac Freund | 5 | -8/+15 | |
| std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly. | |||||
| 2020-04-08 | Add keybind to close views | Isaac Freund | 3 | -0/+16 | |
| 2020-04-08 | Add view all tags and tag with all tags keybinds | Isaac Freund | 1 | -0/+3 | |
| 2020-04-08 | Add binding to toggle tag of focused view | Isaac Freund | 2 | -0/+19 | |
