river/river
Väinö Mäkelä 792d94253c
XdgToplevel: keep wlroots updated on view sizes
When sending a configure, wlroots will send the same size that was sent
on the previous configure unless a new size is set. If a client resizes
their window itself, the size wlroots has in
XdgToplevel.scheduled will be obsolete and needs to be updated by river.
2023-05-11 23:02:34 +02:00
..
command command/send-to-output: add -current-tags flag 2023-03-25 14:32:31 +01:00
c.zig code: relicense to GPL-3.0-only 2022-01-31 19:33:22 +01:00
command.zig river: add rules system 2023-03-12 16:44:19 +01:00
Config.zig river: add rules system 2023-03-12 16:44:19 +01:00
Control.zig deps: update to Zig 0.10 2023-01-08 16:21:42 +01:00
Cursor.zig Cursor: apply x/y change during resize on commit 2023-03-15 17:33:16 +01:00
DragIcon.zig Xwayland: render using the scene graph 2023-02-28 14:55:59 +01:00
ForeignToplevelHandle.zig wlr-foreign-toplevel-management: implement protocol 2023-03-06 12:58:54 +01:00
IdleInhibitor.zig xdg-decoration: clean up implementation 2023-03-10 18:49:30 +01:00
IdleInhibitorManager.zig SceneNodeData: allow access from wlr_surfaces 2023-03-04 22:41:35 +01:00
InputConfig.zig river: clean up some uneeded TODOs 2023-03-04 20:58:02 +01:00
InputDevice.zig river: update to wlroots 0.16 2022-11-13 16:16:07 +01:00
InputManager.zig pointer-constraints: implement protocol 2023-03-05 23:11:54 +01:00
Keyboard.zig Keyboard: fix keyboard-layout mapping crash 2023-02-28 14:40:10 +01:00
KeyboardGroup.zig river: update to wlroots 0.16 2022-11-13 16:16:07 +01:00
KeycodeSet.zig Seat: avoid leaking eaten keys to client on focus 2022-05-29 23:12:21 +02:00
LayerSurface.zig LayerSurface: fix surfaces on multiple outputs at once 2023-03-16 15:10:52 +01:00
Layout.zig river-status: only send layout name if changed 2023-03-09 23:14:26 +01:00
LayoutDemand.zig river: add rules system 2023-03-12 16:44:19 +01:00
LayoutManager.zig deps: update to Zig 0.10 2023-01-08 16:21:42 +01:00
LockManager.zig session-lock: fix assertion failures and clean up 2023-03-24 15:27:25 +01:00
LockSurface.zig session-lock: fix assertion failures and clean up 2023-03-24 15:27:25 +01:00
main.zig flags: further cleanup after Zig 0.10 2023-01-08 17:01:14 +01:00
Mapping.zig command/map: use flags.zig, cleanup 2022-12-28 21:56:42 +01:00
Mode.zig map-pointer: minor fixes and cleanups 2022-11-25 14:06:31 +01:00
Output.zig session-lock: fix assertion failures and clean up 2023-03-24 15:27:25 +01:00
OutputStatus.zig OutputStatus: rework implementation 2023-02-28 18:28:17 +01:00
PointerConstraint.zig pointer-constraints: implement protocol 2023-03-05 23:11:54 +01:00
PointerMapping.zig map-pointer: minor fixes and cleanups 2022-11-25 14:06:31 +01:00
Root.zig Cursor: apply x/y change during resize on commit 2023-03-15 17:33:16 +01:00
RuleList.zig river: add rules system 2023-03-12 16:44:19 +01:00
SceneNodeData.zig pointer-constraints: implement protocol 2023-03-05 23:11:54 +01:00
Seat.zig LayerSurface: handle focus when switching outputs 2023-03-16 11:03:33 +01:00
SeatStatus.zig river: rework core data structures & transactions 2023-02-28 18:28:17 +01:00
Server.zig Server: remove debug leftover 2023-03-24 16:57:36 +01:00
StatusManager.zig OutputStatus: rework implementation 2023-02-28 18:28:17 +01:00
Switch.zig river: update to wlroots 0.16 2022-11-13 16:16:07 +01: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 deps: update to Zig 0.10 2023-01-08 16:21:42 +01:00
View.zig build: work around zig 0.10.0 bug to fix CI 2023-03-15 17:34:10 +01:00
wlroots_log_wrapper.c river: add custom wlroots log handler 2021-07-25 01:22:36 +02:00
XdgDecoration.zig river: add rules system 2023-03-12 16:44:19 +01:00
XdgPopup.zig SceneNodeData: allow access from wlr_surfaces 2023-03-04 22:41:35 +01:00
XdgToplevel.zig XdgToplevel: keep wlroots updated on view sizes 2023-05-11 23:02:34 +02:00
XwaylandOverrideRedirect.zig Xwayland: eliminate unneeded user data usage 2023-03-08 11:37:28 +01:00
XwaylandView.zig river: add rules system 2023-03-12 16:44:19 +01:00