river/river
2022-05-16 19:03:23 +02:00
..
command input: fix typo in natural-scroll 2022-04-30 12:26:48 +02:00
Box.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
c.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
command.zig Cursor: Add a hide-cursor command 2022-04-14 13:37:31 +02:00
Config.zig Cursor: Add a hide-cursor command 2022-04-14 13:37:31 +02:00
Control.zig command: Remove allocator arg 2022-02-08 13:53:52 +01:00
Cursor.zig Cursor: Don't passthrough() on update if hidden 2022-04-19 11:10:53 +02:00
Decoration.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
DecorationManager.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
DragIcon.zig DragIcon: Properly initialize if already mapped 2022-02-26 16:54:48 +01:00
IdleInhibitor.zig idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
IdleInhibitorManager.zig idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
InputConfig.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
InputManager.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
Keyboard.zig command/map: layout-pinned mappings 2022-04-27 18:31:08 +02:00
LayerSurface.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
Layout.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
LayoutDemand.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
LayoutManager.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
main.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
Mapping.zig Mapping: Do not translate keys with xkb 2022-05-15 23:08:34 +02:00
Mode.zig input: add map-switch/unmap-switch commands 2022-04-14 12:49:47 +02:00
Output.zig layer-shell: fix overflow if desired size exceeds output bounds 2022-05-16 19:03:23 +02:00
OutputStatus.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
PointerConstraint.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
PointerMapping.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
render.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
Root.zig idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
Seat.zig command/map: layout-pinned mappings 2022-04-27 18:31:08 +02:00
SeatStatus.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
Server.zig idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
StatusManager.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
Subsurface.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
Switch.zig Switch: register destroy listener 2022-04-30 18:20:29 +02:00
SwitchMapping.zig input: add map-switch/unmap-switch commands 2022-04-14 12:49:47 +02:00
test_main.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
util.zig code: Cleanup use of std library for consistancy 2022-02-08 12:02:05 +01:00
view_stack.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
View.zig idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
VoidView.zig View: use last set fullscreen state in applyPending() 2022-02-05 00:08:21 +01:00
wlroots_log_wrapper.c river: add custom wlroots log handler 2021-07-25 01:22:36 +02:00
XdgPopup.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
XdgToplevel.zig view: stop enforcing custom minimum size 2022-03-02 20:14:27 +00:00
XwaylandUnmanaged.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
XwaylandView.zig view: stop enforcing custom minimum size 2022-03-02 20:14:27 +00:00