river/river
Isaac Freund db7de8151c
Root: simplify scene tree reparenting
Making these reparent() calls unconditional avoids inconsistent state.
It's also simpler and less error-prone and the wlroots function returns
immediately if the parent doesn't change anyways.
2024-08-07 11:09:38 +02:00
..
command build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
c.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
command.zig build: update to Zig 0.13.0 2024-06-07 14:01:30 +02:00
Config.zig Config: eliminate "self" naming convention 2024-03-14 12:40:13 +01:00
Control.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Cursor.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
DragIcon.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
ForeignToplevelHandle.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
IdleInhibitManager.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
IdleInhibitor.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
InputConfig.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
InputDevice.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
InputManager.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
InputPopup.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
InputRelay.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Keyboard.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
KeyboardGroup.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
LayerSurface.zig LayerSurface: minor style/naming tweaks 2024-07-17 11:10:02 +02:00
Layout.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
LayoutDemand.zig LayoutDemand: eliminate "self" naming convention 2024-03-14 12:59:42 +01:00
LayoutManager.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
LockManager.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
LockSurface.zig SceneNodeData: fix fromSurface() use after free 2024-06-13 12:36:00 +02:00
main.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
Mapping.zig Mapping: eliminate "self" naming convention 2024-03-14 12:22:15 +01:00
Mode.zig Mode: eliminate "self" naming convention 2024-03-14 13:00:15 +01:00
Output.zig Output: don't configure uninitialized layer surfaces 2024-07-26 07:53:42 +00:00
OutputStatus.zig OutputStatus: rework implementation 2023-02-28 18:28:17 +01:00
PointerConstraint.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
PointerMapping.zig PointerMapping: eliminate "self" naming convention 2024-03-14 12:58:50 +01:00
process.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Root.zig Root: simplify scene tree reparenting 2024-08-07 11:09:38 +02:00
rule_list.zig RuleList: eliminate "self" naming convention 2024-03-14 13:07:58 +01:00
SceneNodeData.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Seat.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
SeatStatus.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Server.zig river: attempt to recover from GPU resets 2024-07-22 16:21:15 +02:00
StatusManager.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
Switch.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
SwitchMapping.zig SwitchMapping: eliminate "self" naming convention 2024-03-14 13:02:38 +01:00
Tablet.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
TabletTool.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
TextInput.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
util.zig river: raise the file descriptor limit 2024-04-08 16:24:51 +02:00
Vector.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
View.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
wlroots_log_wrapper.c build: update to Zig 0.11.0 2023-10-16 16:27:03 +02:00
XdgDecoration.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
XdgPopup.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
XdgToplevel.zig build: update to wlroots 0.18.0 2024-07-16 14:34:40 +02:00
XwaylandOverrideRedirect.zig build: update to Zig 0.12 2024-05-20 11:35:36 +02:00
XwaylandView.zig Xwayland: fix unsound cast 2024-06-25 12:24:25 +02:00