river/src
2020-04-15 14:39:43 +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 Implement the focus stack 2020-04-13 21:00:18 +02:00
config.zig Clean up and comment config 2020-04-14 01:18:44 +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 Rename default seat to "default" 2020-04-14 14:24:47 +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 Clean up layer arrangement 2020-04-15 14:39:43 +02:00
render.zig Implement the focus stack 2020-04-13 21:00:18 +02:00
root.zig Add a noop output using the noop backend 2020-04-14 13:46:40 +02:00
seat.zig Implement the focus stack 2020-04-13 21:00:18 +02:00
server.zig Improve handling of layer surface output assignment 2020-04-15 13:38:36 +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 Implement the focus stack 2020-04-13 21:00:18 +02:00