1
0
Fork 0
forked from wry/wry
Commit graph

534 commits

Author SHA1 Message Date
Julian Orth
a1ba476e68 forker: unify xwayland and other spawning 2024-03-06 19:47:52 +01:00
mahkoh
0ee539e625
Merge pull request #125 from mahkoh/jorth/mutable-callbacks
config: accept FnMut instead of Fn for callbacks
2024-03-06 16:49:03 +01:00
Julian Orth
69f5be47a5 config: catch and ignore panics in callbacks 2024-03-06 13:44:36 +01:00
Julian Orth
86e582472d config: accept FnMut instead of Fn for callbacks 2024-03-06 13:44:15 +01:00
mahkoh
37fc28c749
Merge pull request #124 from mahkoh/jorth/config-fds
config: add async tasks and polling infrastructure
2024-03-06 13:23:13 +01:00
Julian Orth
d231021afc config: ensure panics are printed to the logs 2024-03-06 10:53:29 +01:00
Julian Orth
d4d76c0ef3 config: add async tasks and polling infrastructure 2024-03-06 10:53:29 +01:00
mahkoh
7fb68561e8
Merge pull request #123 from mahkoh/jorth/randr
cli: add randr subcommand
2024-03-05 14:45:43 +01:00
Julian Orth
20ac21e412 cli: add randr subcommand 2024-03-05 14:17:36 +01:00
mahkoh
1540b4e90f
Merge pull request #121 from mahkoh/jorth/input-region
tree: implement surface input regions
2024-03-04 20:11:34 +01:00
mahkoh
5b2bfb8531
Merge pull request #122 from mahkoh/jorth/set-mode
metal: allow changing the connector mode
2024-03-04 17:29:45 +01:00
Julian Orth
98b6eba81c metal: allow changing the connector mode 2024-03-04 17:23:38 +01:00
Julian Orth
558bea47b7 config: allow retrieving the modes 2024-03-04 16:09:53 +01:00
Julian Orth
516f8a8f25 tree: implement surface input regions 2024-03-04 14:54:42 +01:00
Julian Orth
1006de9ccf tree: focus toplevel when clicking on floater 2024-03-04 13:57:21 +01:00
Julian Orth
2445226cbe tree: unify toplevel active changes 2024-03-04 13:49:05 +01:00
Julian Orth
3dfdc26592 tree: don't set new mono child in invisible container to visible 2024-03-04 13:23:23 +01:00
mahkoh
2ab7b43f74
Merge pull request #119 from mahkoh/jorth/x-attention
xwm: use attention request when activating invisible windows
2024-03-04 13:19:18 +01:00
Julian Orth
d2f818b0f2 xwm: use attention request when activating invisible windows 2024-03-03 16:40:44 +01:00
mahkoh
3582b8f935
Merge pull request #118 from mahkoh/jorth/color
config: add freestanding get_color and set_color functions
2024-03-03 16:12:14 +01:00
mahkoh
a7139b1692
Merge pull request #117 from mahkoh/jorth/restack
tree: restack floaters and popups on demand
2024-03-03 16:05:22 +01:00
Julian Orth
044029fb66 config: add freestanding get_color and set_color functions 2024-03-03 15:57:03 +01:00
Julian Orth
386d74f926 tree: restack floaters and popups on demand 2024-03-03 15:47:01 +01:00
mahkoh
911591973e
Merge pull request #114 from mahkoh/jorth/double-click
tree: support toggling floating with double clicks
2024-03-03 14:29:08 +01:00
Julian Orth
d425768760 tree: support toggling floating with double clicks 2024-03-03 14:18:46 +01:00
mahkoh
a588b9044d
Merge pull request #112 from mahkoh/jorth/toplevel-drag
wayland: implement xdg-toplevel-drag
2024-03-03 13:06:21 +01:00
Julian Orth
364872258a wayland: implement xdg-toplevel-drag 2024-03-03 01:48:24 +01:00
Julian Orth
e665a18242 ipc: always send wl_data_source.drop_performed after the physical drop 2024-03-02 19:12:47 +01:00
Julian Orth
cf4c3bb4b5 render: render DnD surface even if cursor is invisible 2024-03-02 19:12:47 +01:00
mahkoh
2a61aee979
Merge pull request #111 from mahkoh/jorth/kb-focus
seat: use kb_owner code path for all keyboard_node changes
2024-03-02 19:12:34 +01:00
mahkoh
3eb5932495
Merge pull request #113 from mahkoh/jorth/clone-cell-utils
all: add (Clone)Cell::is_some and is_none
2024-03-02 19:12:28 +01:00
Julian Orth
54d93f84da all: add (Clone)Cell::is_some and is_none 2024-03-02 18:09:40 +01:00
Julian Orth
fb08e27307 seat: use kb_owner code path for all keyboard_node changes 2024-03-01 21:12:11 +01:00
mahkoh
7a67784502
Merge pull request #109 from mahkoh/jorth/output-transform
Implement output transforms
2024-02-29 15:13:24 +01:00
Julian Orth
b7d2964e19 all: implement output transforms 2024-02-28 20:11:40 +01:00
Julian Orth
79df8d69f4 backend: fix centering of seat on connector 2024-02-28 16:52:52 +01:00
Julian Orth
7d3b8b6278 render: simplify buffer coordinates 2024-02-28 16:52:52 +01:00
Julian Orth
85c11448fb render: simplify construction of RendererBase 2024-02-28 16:52:52 +01:00
Julian Orth
2dc2dc1123 render: disable back-culling in vulkan 2024-02-28 16:52:52 +01:00
Julian Orth
e1488eca55 pipewire: force re-negotiation when buffers change 2024-02-28 16:52:52 +01:00
Julian Orth
9fba5f9b45 render: support shm screencopy from direct scanout 2024-02-28 16:51:58 +01:00
Julian Orth
9de63bddf3 render: don't require framebuffer to perform shm screencopies 2024-02-28 13:41:08 +01:00
mahkoh
69d63b7e83
Merge pull request #108 from mahkoh/jorth/fix-zwlr-screencopy
render: fix wlr-screencopy with scaled outputs
2024-02-24 15:43:07 +01:00
Julian Orth
5f14f56461 render: fix wlr-screencopy with scaled outputs 2024-02-24 14:15:41 +01:00
mahkoh
b078329a50
Merge pull request #107 from mahkoh/jorth/config-copy
config: copy config instead of symlinking it
2024-02-23 17:48:14 +01:00
Julian Orth
817fdac6fe config: copy config instead of symlinking it 2024-02-23 17:34:58 +01:00
mahkoh
28a3b39b6c
Merge pull request #106 from mahkoh/jorth/direct-scanout-culling
Try direct scanout in more cases
2024-02-23 17:24:41 +01:00
Julian Orth
58cdfbcb26 metal: scan out in more circumstances 2024-02-23 15:27:38 +01:00
Julian Orth
9e3ad38948 vulkan: use clamp-to-edge when scaling textures 2024-02-23 15:27:38 +01:00
Julian Orth
41754e268f render: force black background color for fullscreen nodes 2024-02-23 15:27:38 +01:00