river/river
Isaac Freund 3392b21aa8
build: assert wlroots version at comptime
This will prevent people compiling river against the wrong wlroots
version and wondering why it crashes.
2021-06-24 19:34:15 +02:00
..
command Add spacial output operations 2021-06-23 12:47:20 +02:00
Box.zig code: switch to custom wlroots/libwayland bindings 2020-12-13 22:53:33 +01:00
c.zig Add basic input configuration 2021-06-13 10:37:36 -07:00
command.zig Add spacial output operations 2021-06-23 12:47:20 +02:00
Config.zig config: make attach-mode global 2021-06-08 18:26:36 +00:00
Control.zig code: update to zig 0.8.0 2021-06-05 17:29:58 +00:00
Cursor.zig code: remove now unnecessary zig fmt directives 2021-06-08 03:20:56 +00:00
Decoration.zig decoration: remove listeners on destroy 2021-06-14 22:55:10 +00:00
DecorationManager.zig code: remove now unnecessary zig fmt directives 2021-06-08 03:20:56 +00:00
DragIcon.zig code: update to wlroots 0.14.0 2021-06-23 15:35:10 +02:00
InputConfig.zig Add basic input configuration 2021-06-13 10:37:36 -07:00
InputManager.zig layer-shell: handle commits before map 2021-06-22 14:07:14 +02:00
Keyboard.zig river: remove InputManager.server 2021-05-13 14:53:08 +02:00
LayerSurface.zig code: update to wlroots 0.14.0 2021-06-23 15:35:10 +02:00
Layout.zig layout: fix use-after-free in destroy() 2021-06-14 22:45:11 +00:00
LayoutDemand.zig code: update to zig 0.8.0 2021-06-05 17:29:58 +00:00
LayoutManager.zig code: update to zig 0.8.0 2021-06-05 17:29:58 +00:00
main.zig build: assert wlroots version at comptime 2021-06-24 19:34:15 +02:00
Mapping.zig code: switch to custom wlroots/libwayland bindings 2020-12-13 22:53:33 +01:00
Mode.zig meta: make copyright headers more maintainable 2020-11-11 20:33:43 +01:00
Output.zig layer-shell: handle commits before map 2021-06-22 14:07:14 +02:00
OutputStatus.zig Use std.log instead of log.zig 2021-02-08 18:35:11 +01:00
PointerConstraint.zig code: remove now unnecessary zig fmt directives 2021-06-08 03:20:56 +00:00
PointerMapping.zig code: switch to custom wlroots/libwayland bindings 2020-12-13 22:53:33 +01:00
render.zig code: update to zig 0.8.0 2021-06-05 17:29:58 +00:00
Root.zig layer-shell: handle commits before map 2021-06-22 14:07:14 +02:00
Seat.zig view: send activated/fullscreen configures immediately 2021-06-08 06:00:15 +00:00
SeatStatus.zig foreign-toplevel-management: basic implementation 2020-12-24 13:07:59 +01:00
Server.zig code: update to zig 0.8.0 2021-06-05 17:29:58 +00:00
StatusManager.zig river: remove misc stored *Server pointers 2021-05-13 15:06:00 +02:00
Subsurface.zig code: update to wlroots 0.14.0 2021-06-23 15:35:10 +02:00
test_main.zig meta: make copyright headers more maintainable 2020-11-11 20:33:43 +01:00
util.zig meta: make copyright headers more maintainable 2020-11-11 20:33:43 +01:00
view_stack.zig view_stack: update tests for zig 0.8.0 2021-06-08 18:25:43 +00:00
View.zig xdg-toplevel: remove listeners before view destroy 2021-06-17 20:57:14 +00:00
VoidView.zig view: send activated/fullscreen configures immediately 2021-06-08 06:00:15 +00:00
XdgPopup.zig code: update to wlroots 0.14.0 2021-06-23 15:35:10 +02:00
XdgToplevel.zig code: update to wlroots 0.14.0 2021-06-23 15:35:10 +02:00
XwaylandUnmanaged.zig code: remove now unnecessary zig fmt directives 2021-06-08 03:20:56 +00:00
XwaylandView.zig view: ensure surface_box is initailized before use 2021-06-14 22:37:14 +00:00