1
0
Fork 0
forked from wry/wry
Commit graph

1479 commits

Author SHA1 Message Date
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
mahkoh
c9df54250b
Merge pull request #518 from mahkoh/jorth/no-bar
config: allow disabling the built-in bar
2025-07-18 10:12:38 +02:00
Julian Orth
08e7e01d0e config: allow disabling the built-in bar 2025-07-18 10:10:05 +02:00
mahkoh
224f5380fe
Merge pull request #517 from mahkoh/jorth/bar-bounds
render: use correct bar bounds
2025-07-17 22:39:41 +02:00
Julian Orth
f5f63faf51 render: use correct bar bounds 2025-07-17 22:36:44 +02:00
mahkoh
4cd54f5e79
Merge pull request #516 from mahkoh/jorth/toml-hw-cursor
toml-config: add use-hardware-cursor setting
2025-07-17 21:50:42 +02:00
Julian Orth
0a3d022829 toml-config: add use-hardware-cursor setting 2025-07-17 21:48:18 +02:00
mahkoh
e89763e3fe
Merge pull request #515 from mahkoh/jorth/move-fullscreen
tree: when moving fullscreen toplevel, move underlying toplevel too
2025-07-17 18:38:22 +02:00
Julian Orth
03493cee3d tree: when moving fullscreen toplevel, move underlying toplevel too 2025-07-17 18:28:59 +02:00
mahkoh
5e8f6bc8a8
Merge pull request #514 from mahkoh/jorth/move-fullscreen
tree: allow moving fullscreen nodes
2025-07-17 17:30:56 +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
mahkoh
4ebcde72ed
Merge pull request #513 from mahkoh/jorth/xdg-shell-extents
xdg-shell: fetch existing extents when surface is created
2025-07-17 15:59:55 +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
mahkoh
75da2ed107
Merge pull request #512 from mahkoh/jorth/pointer-warp
wayland: implement pointer-warp-v1
2025-07-17 15:03:41 +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
mahkoh
703108e358
Merge pull request #510 from disluckyguy/desktop-entry
add desktop entry
2025-07-17 10:58:20 +02:00
Mostafa Ibrahim
eeb9ea49a9
Change Comment of entry
Co-authored-by: mahkoh <mahkoh@users.noreply.github.com>
2025-07-17 11:56:23 +03:00
mahkoh
678f01da7b
Merge pull request #509 from mahkoh/jorth/tool-restack-fix
tablet: restack float on down instead of button
2025-07-17 10:37:51 +02:00
Mostafa Ibrahim
29e50de53b add desktop entry 2025-07-17 11:23:30 +03:00
Julian Orth
5536f03e9b tablet: restack float on down instead of button 2025-07-17 10:13:56 +02:00
mahkoh
fb5c50467b
Merge pull request #508 from mahkoh/jorth/version-arg
cli: add version subcommand
2025-07-17 09:47:17 +02:00
Julian Orth
8b30a4dbac cli: add version subcommand 2025-07-17 09:44:51 +02:00
mahkoh
5d02ffdfd2
Merge pull request #507 from mahkoh/jorth/layer-shell-fix
layer-shell: don't render top layer if there is a fullscreen window
2025-07-17 09:22:31 +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
mahkoh
fe1d23e139
Merge pull request #477 from disluckyguy/zwlr-output-management
implement wlr_output_management_unstable_v1
2025-07-17 09:01:27 +02:00
Mostafa Ibrahim
c6060a7389 implement wlr_output_management_unstable_v1 2025-07-17 08:57:24 +02:00
mahkoh
a3c0631f4e
Merge pull request #506 from mahkoh/jorth/restack-damage
tree: restack containing float when node is activated
2025-07-17 08:54:55 +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
mahkoh
a840eff108
Merge pull request #505 from mahkoh/jorth/restack-damage
float: apply damage when restacking
2025-07-16 20:39:01 +02:00
Julian Orth
dd332881a5 float: apply damage when restacking 2025-07-16 20:36:11 +02:00
mahkoh
36055be188
Merge pull request #489 from disluckyguy/top-below-fullscreen
Set top layer surfaces below fullscreen windows
2025-07-16 17:03:54 +02:00
Mostafa Ibrahim
5c30a9da27 Set top layer surfaces below fullscreen windows 2025-07-16 16:59:50 +02:00
mahkoh
ae9fb541f4
Merge pull request #504 from mahkoh/jorth/head-management-mode
head-management: send mode separately from pos/size changes
2025-07-16 15:34:03 +02:00
Julian Orth
18f9742d2c head-management: send mode separately from pos/size changes 2025-07-16 15:31:18 +02:00
mahkoh
2c116e2a16
Merge pull request #501 from mahkoh/jorth/output-management
Implement jay-head-v1
2025-07-16 10:16:06 +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