aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Clear focus if focused layer surface is unmappedIsaac Freund2-0/+20
2020-04-19Implement wlr-input-inhibitorIsaac Freund5-57/+136
2020-04-19Grab seats focused on the output for layer shellIsaac Freund2-3/+9
2020-04-19Implement keyboard interactivity for layer shellIsaac Freund2-22/+103
2020-04-18Remove uneeded abstractionIsaac Freund2-8/+3
2020-04-18Send surface enter/leave eventsIsaac Freund3-14/+24
2020-04-18Arrange on sending view to outputIsaac Freund1-1/+2
2020-04-18Add binds to move views between outputsIsaac Freund4-1/+57
2020-04-18Split up commands into separate filesIsaac Freund14-179/+295
2020-04-18Refactor focus next/prev view/output commandsIsaac Freund2-44/+52
2020-04-18Remove dead codeIsaac Freund1-7/+0
2020-04-18Properly clean up resources on exitIsaac Freund9-172/+214
2020-04-17Only log transactions if actually startedIsaac Freund1-5/+6
2020-04-17Close layer surfaces on output destroyIsaac Freund3-9/+29
2020-04-17Clean up listener handling for layer surfacesIsaac Freund2-21/+50
2020-04-17Fix focus handling of newly mapped ViewsIsaac Freund1-2/+8
2020-04-17Clean up listener handling for ViewsIsaac Freund1-30/+32
2020-04-17Handle destruction of outputsIsaac Freund1-0/+54
2020-04-15Fix focus handling on output cycleIsaac Freund1-3/+8
2020-04-15Add keybinds to cycle between outputsIsaac Freund2-0/+35
2020-04-15Properly handle coordinates with multiple outputsIsaac Freund1-47/+21
2020-04-15Track the focused output of seatsIsaac Freund5-26/+38
2020-04-15Clean up layer arrangementIsaac Freund1-8/+13
2020-04-15Handle exclusive zone of -1 properlyIsaac Freund1-18/+31
2020-04-15Improve handling of layer surface output assignmentIsaac Freund2-12/+20
2020-04-15Rename render.[hc] to bindings.[hc]Isaac Freund1-1/+1
2020-04-15Get rid of redundant create output global call.Isaac Freund1-6/+1
2020-04-15Don't advertise the noop outputIsaac Freund1-10/+12
2020-04-14Rename default seat to "default"Isaac Freund1-2/+2
2020-04-14Add a noop output using the noop backendIsaac Freund2-3/+15
2020-04-14Clean up and comment configIsaac Freund1-34/+49
2020-04-13Implement the focus stackIsaac Freund7-147/+186
2020-04-13Parially refactor commands to take a *SeatIsaac Freund4-115/+116
2020-04-13Allow storing *View in ViewStackIsaac Freund6-188/+198
2020-04-12Introduce InputManager for eventual multi-seatIsaac Freund6-54/+84
2020-04-11Arrange layers on layer surface destroyIsaac Freund1-0/+2
2020-04-11Handle layer shell protocol errorIsaac Freund1-12/+28
2020-04-11Handle exclusive zones of layer surfacesIsaac Freund3-19/+105
2020-04-11Move output specific code out of rootIsaac Freund6-192/+245
2020-04-10Move rendering out of output to a new namespaceIsaac Freund2-340/+350
2020-04-10Implement xdg-outputIsaac Freund2-6/+9
2020-04-10Implement initial layer shell supportIsaac Freund7-14/+344
2020-04-09Go back to using std.ChildProcessIsaac Freund4-12/+15
2020-04-08Implement outer paddingIsaac Freund2-13/+23
2020-04-08Remove stray default valuesIsaac Freund1-2/+2
2020-04-08Fix environment of spawned processesIsaac Freund5-8/+15
2020-04-08Add keybind to close viewsIsaac Freund3-0/+16
2020-04-08Add view all tags and tag with all tags keybindsIsaac Freund1-0/+3
2020-04-08Add binding to toggle tag of focused viewIsaac Freund2-0/+19
2020-04-08Add binding to toggle focused tagsIsaac Freund2-0/+17