1
0
Fork 0
forked from wry/wry
Commit graph

1126 commits

Author SHA1 Message Date
Julian Orth
e85accf805 workspace: use State::show_workspace2 to make workspaces visible 2025-07-19 15:55:16 +02:00
Julian Orth
d12234b38b seat: add focus history 2025-07-19 15:55:16 +02:00
Julian Orth
9941263a82 linked-list: add LinkedList::rotate_last 2025-07-19 11:48:19 +02:00
Julian Orth
4bfa9fb7fc tree: add Node::node_make_visible 2025-07-19 11:44:57 +02:00
Julian Orth
289c201a69 tree: add Node::node_location 2025-07-19 11:44:55 +02:00
Julian Orth
f75051281b placeholder: fix member order 2025-07-19 11:22:27 +02:00
Julian Orth
6866f62a55 container: fix cnode_workspace 2025-07-19 11:22:27 +02:00
Julian Orth
73436f5677 container: fix member order 2025-07-19 00:56:14 +02:00
Julian Orth
2d8e12be3c output: clear text textures on shutdown 2025-07-19 00:51:04 +02:00
Julian Orth
90b945b780 wait-for-sync-obj: clear tasks on shutdown 2025-07-19 00:38:48 +02:00
Julian Orth
0f2d63ef44 cpu-worker: clear tasks on shutdown 2025-07-19 00:34:44 +02:00
Julian Orth
80f1310e3a xwayland: clear windows on shutdown 2025-07-19 00:13:15 +02:00
Julian Orth
14e64711f1 tree: clear output node after connector removal 2025-07-19 00:01:32 +02:00
Julian Orth
f7e48e6037 seat: clear cursor user groups at shutdown 2025-07-18 23:51:53 +02:00
Julian Orth
b3b48608d1 fifo: clear 40hz latch listener at shutdown 2025-07-18 23:49:26 +02:00
Julian Orth
e28b1b5646 criteria: clear maps at shutdown 2025-07-18 23:42:16 +02:00
Julian Orth
d1b84ee0a2 leaks: properly align allocations 2025-07-18 23:28:23 +02:00
Julian Orth
08e7e01d0e config: allow disabling the built-in bar 2025-07-18 10:10:05 +02:00
Julian Orth
f5f63faf51 render: use correct bar bounds 2025-07-17 22:36:44 +02:00
Julian Orth
03493cee3d tree: when moving fullscreen toplevel, move underlying toplevel too 2025-07-17 18:28:59 +02:00
Julian Orth
066b382943 tree: allow moving fullscreen nodes with mouse in window-management mode 2025-07-17 17:17:54 +02:00
Julian Orth
aaf38b193f tree: allow moving fullscreen nodes 2025-07-17 16:55:08 +02:00
Julian Orth
e6cdbdcac4 xdg-shell: fetch existing extents when surface is created
The surface might alredy have non-0 extents due to the use of
wp_viewporter.
2025-07-17 15:57:32 +02:00
Julian Orth
c68e47f457 wayland: implement pointer-warp-v1 2025-07-17 14:56:24 +02:00
mahkoh
35adc21ca6
Merge pull request #511 from mahkoh/jorth/content-type-window-rules
config: add content-type window criteria
2025-07-17 11:24:02 +02:00
Julian Orth
4fd70f03e1 config: add content-type window criteria 2025-07-17 11:02:32 +02:00
Julian Orth
5536f03e9b tablet: restack float on down instead of button 2025-07-17 10:13:56 +02:00
Julian Orth
8b30a4dbac cli: add version subcommand 2025-07-17 09:44:51 +02:00
Julian Orth
cea01768b8 layer-shell: don't render top layer if there is a fullscreen window 2025-07-17 09:16:51 +02:00
Julian Orth
75e0b0e520 Revert "Set top layer surfaces below fullscreen windows"
This reverts commit 5c30a9da27.
2025-07-17 09:09:08 +02:00
Mostafa Ibrahim
c6060a7389 implement wlr_output_management_unstable_v1 2025-07-17 08:57:24 +02:00
Julian Orth
afe2022953 tree: restack containing float when node is activated 2025-07-16 21:36:45 +02:00
Julian Orth
d038df28f7 float: optimize restacking 2025-07-16 21:34:41 +02:00
Julian Orth
a97e92ccea toplevel: store containing float 2025-07-16 21:22:40 +02:00
Julian Orth
a333198658 toplevel: rename is_floating to parent_is_float 2025-07-16 21:21:24 +02:00
Julian Orth
dd332881a5 float: apply damage when restacking 2025-07-16 20:36:11 +02:00
Mostafa Ibrahim
5c30a9da27 Set top layer surfaces below fullscreen windows 2025-07-16 16:59:50 +02:00
Julian Orth
18f9742d2c head-management: send mode separately from pos/size changes 2025-07-16 15:31:18 +02:00
Julian Orth
2d27dd3d64 head-management: add brightness-setter-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
e0f1dd549d head-management: add brightness-info-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
1a306c4fa9 head-management: add drm-color-space-setter-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
15e68fc551 head-management: add format-setter-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
e0120ed3bb head-management: add jay-tearing-mode-setter-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
b53267fa8a head-management: add jay-vrr-mode-setter-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
a7f8a26df7 head-management: add jay-tearing-mode-info-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
3e2707174e head-management: add jay-vrr-mode-info-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
61570bdef7 head-management: add non-desktop-override-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
6647b93e1e head-management: add drm-color-space-info-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
1195613fc6 head-management: add format-info-v1 extension 2025-07-16 10:13:01 +02:00
Julian Orth
4482c3168b head-management: add tearing-state-v1 extension 2025-07-16 10:13:01 +02:00