river/src
2020-04-17 13:18:25 +02:00
..
box.zig Implement initial layer shell support 2020-04-10 16:49:52 +02:00
c.zig Rename render.[hc] to bindings.[hc] 2020-04-15 12:49:19 +02:00
command.zig Add keybinds to cycle between outputs 2020-04-15 19:16:55 +02:00
config.zig Add keybinds to cycle between outputs 2020-04-15 19:16:55 +02:00
cursor.zig Implement the focus stack 2020-04-13 21:00:18 +02:00
decoration_manager.zig Make c import a little cleaner 2020-03-29 19:36:15 +02:00
decoration.zig Make c import a little cleaner 2020-03-29 19:36:15 +02:00
input_manager.zig Track the focused output of seats 2020-04-15 17:59:46 +02:00
keyboard.zig Introduce InputManager for eventual multi-seat 2020-04-12 22:19:48 +02:00
layer_surface.zig Arrange layers on layer surface destroy 2020-04-11 21:49:05 +02:00
log.zig Explictly define log level ordering 2020-03-29 21:17:57 +02:00
main.zig Add a log utility 2020-03-29 21:05:34 +02:00
output.zig Handle destruction of outputs 2020-04-17 13:02:18 +02:00
render.zig Properly handle coordinates with multiple outputs 2020-04-15 18:26:02 +02:00
root.zig Track the focused output of seats 2020-04-15 17:59:46 +02:00
seat.zig Fix focus handling on output cycle 2020-04-15 20:02:55 +02:00
server.zig Track the focused output of seats 2020-04-15 17:59:46 +02:00
test_main.zig Add a data structure to manage the view stack 2020-04-04 16:51:02 +02:00
util.zig Add a couple utility functions 2020-03-29 14:08:39 +02:00
view_stack.zig Allow storing *View in ViewStack 2020-04-13 17:25:39 +02:00
view.zig Clean up listener handling for Views 2020-04-17 13:18:25 +02:00