1
0
Fork 0
forked from wry/wry
Commit graph

237 commits

Author SHA1 Message Date
08b37552e2
config: split runtime handling 2026-05-29 19:22:09 -04:00
d74c56fc76
config: split keymap handling 2026-05-29 19:21:15 -04:00
32ad879a65
config: split option handling 2026-05-29 19:20:24 -04:00
ec9ce08c77
config: split seat handling 2026-05-29 19:19:03 -04:00
05c40cb46d
config: move window operations 2026-05-29 19:15:36 -04:00
274e7c0602
config: split resource handling 2026-05-29 19:10:36 -04:00
b08a8b63c9
config: split workspace handling 2026-05-29 19:08:40 -04:00
814ba579bf
config: split input device handling 2026-05-29 19:05:55 -04:00
988a1e6965
config: split theme handling 2026-05-29 19:03:07 -04:00
1d739ac4b6
config: split output handling 2026-05-29 19:00:12 -04:00
0016bc8cf0
config: split window handling 2026-05-29 18:48:33 -04:00
f4fdf750ec
config: split matcher handling 2026-05-29 18:47:25 -04:00
899d39a320
config: split request dispatch 2026-05-29 18:46:17 -04:00
e3f122e903
config: expose runtime protocol 2026-05-29 18:36:27 -04:00
f9e8d614ce
config: rename criterion payload types 2026-05-29 18:07:30 -04:00
a8176b96c3
config: rename private command messages 2026-05-29 18:06:35 -04:00
87de5fcca3
config: remove bincode command bridge 2026-05-29 18:05:41 -04:00
6d569bd4b7
output_schedule: move cursor scheduler into workspace crate 2026-05-29 11:48:49 -04:00
657e7ce2f7
all: split reusable components into workspace crates 2026-05-29 09:14:53 -04:00
2a079ed800
feat: add window animations 2026-05-29 00:02:13 -04:00
eece44a59c
add config options for waking dpms on mouse and keyboard interaction 2026-05-25 23:58:23 -04:00
a29937ebe8
seperate workspaces by monitor 2026-05-16 18:35:05 -04:00
206a5fb19e
fix some bugs relating to tab behavior and border rendering 2026-05-03 04:17:23 -04:00
f056727621 Add support for experimental xx_foreign_toplevel_geometry_tracker_v1 (#1)
Co-authored-by: entailz <entail-wraps0r@icloud.com>
Reviewed-on: wry/wry#1
Co-authored-by: entailz <entailzwrapped@proton.me>
Co-committed-by: entailz <entailzwrapped@proton.me>
2026-04-30 17:08:19 -04:00
cea4187fc0
all: add support for hy3 like tiling 2026-04-10 13:17:00 -04:00
a41dbae899
all: remove traditional i3 titlebars, add corner rounding 2026-04-10 13:17:00 -04:00
6dba659978 renderer: add support for floating-titlebars (#4)
Reviewed-on: https://git.kosslan.dev/wry/jay/pulls/4
2026-04-07 12:05:59 +10:00
750bf06ce9 add window gaps 2026-04-06 20:12:20 +10:00
769d12a525
all: remove control center in its entirety 2026-04-05 20:40:39 -04:00
d353779c10
add toggle focus between floating and tiled layers
Adds focus_floats(), toggle_focus_float_tiled(), and their IPC
bindings so users can bind a key to swap focus between the floating
and tiled layers.
2026-04-05 17:36:24 -04:00
Julian Orth
9880f78ec4 macros: add opaque macro 2026-04-02 19:10:40 +02:00
Julian Orth
34914eccb0 all: simplify handling of Errno values 2026-04-02 19:00:42 +02:00
Nicolaus Jacobsen
216d104b73 config: add mouse-follows-focus option 2026-03-28 15:49:14 +01:00
Julian Orth
a1905ab971 config: add resize action 2026-03-28 15:38:26 +01:00
khyperia
880c98ecfb Add clean-logs-older-than option 2026-03-28 15:20:47 +01:00
Nicolaus Jacobsen
aaf02dc4e1 config: add warp-mouse-to-focus action 2026-03-20 14:56:23 +01:00
Julian Orth
530e66ef78 virtual-output: add support for virtual outputs 2026-03-19 14:45:58 +01:00
Julian Orth
cf36da4077 config: add get_connector_by_name 2026-03-18 20:37:14 +01:00
Julian Orth
1a9753847a backend: support outputs with arbitrary modes 2026-03-18 20:37:12 +01:00
Julian Orth
edbdcdca32 control-center: add input pane 2026-03-13 16:27:39 +01:00
Julian Orth
db06d719dd control-center: add GPUs pane 2026-03-13 16:27:39 +01:00
Julian Orth
d328655f8b control-center: add outputs pane 2026-03-13 16:27:39 +01:00
Julian Orth
ba044793dc control-center: add idle pane 2026-03-13 16:27:39 +01:00
Julian Orth
186d5b694b control-center: add in-process control center 2026-03-13 16:27:39 +01:00
Julian Orth
008e8a671a egui: add integration 2026-03-13 16:27:39 +01:00
Julian Orth
d0857ef503 wl_seat: wrap backend device setters 2026-03-07 18:38:10 +01:00
Julian Orth
6e25180d92 config: move handlers to State 2026-03-07 18:31:23 +01:00
Julian Orth
cf8b696f03 theme: add ThemeColor enum 2026-03-07 18:23:17 +01:00
Julian Orth
042070ee99 compositor: add LogLevel enum 2026-03-07 18:14:47 +01:00
Julian Orth
1570ba6b58 globals: send to old registries when exposed changes 2026-03-05 15:59:59 +01:00