1
0
Fork 0
forked from wry/wry
wry/src
2022-07-31 11:25:57 +02:00
..
async_engine all: fix memory leaks 2022-05-18 22:42:36 +02:00
backends wayland: add jay_screencast 2022-07-30 12:08:18 +02:00
cli utils: move damage algorithms to algorithm crate 2022-06-03 21:02:34 +02:00
client wayland: add jay_screencast 2022-07-30 12:08:18 +02:00
config config: add Connector::set_enabled 2022-07-26 21:52:52 +02:00
dbus dbus: expose more functionality 2022-07-30 12:48:45 +02:00
forker io-uring: add sendmsg 2022-05-13 17:37:20 +02:00
ifs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
io_uring io_uring: remove unnecessary interior mutability 2022-05-17 15:10:45 +02:00
it metal,config: allow enabling tap-to-click 2022-06-01 14:29:56 +02:00
libinput metal,config: allow enabling tap-to-click 2022-06-01 14:29:56 +02:00
pango autocommit 2022-03-23 15:56:15 CET 2022-03-23 15:56:15 +01:00
pipewire pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
rect tree: implement pointer constraints 2022-07-21 20:16:22 +02:00
render renderer: add renderer_base 2022-07-30 12:55:09 +02:00
tasks tree: batch output render data updates 2022-07-30 12:08:21 +02:00
tools io-uring: add sendmsg 2022-05-13 17:37:20 +02:00
tree tree: use create_workspace where appropriate 2022-07-30 12:08:21 +02:00
utils pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
video all: implement hardware cursors 2022-06-01 21:46:31 +02:00
wl_usr wayland: add a generic wayland client 2022-07-30 13:16:58 +02:00
xcon xwayland: implement copy/paste 2022-05-10 01:47:36 +02:00
xkbcommon autocommit 2022-03-23 18:38:46 CET 2022-03-23 18:38:46 +01:00
xwayland xwayland: allocate sockets from id 500 2022-07-26 20:31:40 +02:00
acceptor.rs runtime: replace epoll by io-uring 2022-05-12 22:50:33 +02:00
async_engine.rs tests: fix ol' forker dumping core in tests 2022-05-13 19:26:55 +02:00
backend.rs config: add Connector::set_enabled 2022-07-26 21:52:52 +02:00
backends.rs autocommit 2022-04-01 01:44:10 CEST 2022-04-01 01:44:10 +02:00
bugs.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
cli.rs cli: add seat-test 2022-06-03 12:00:08 +02:00
client.rs wayland: add a generic wayland client 2022-07-30 13:16:58 +02:00
clientmem.rs autocommit 2022-05-01 21:44:09 CEST 2022-05-01 21:44:09 +02:00
compositor.rs tree: batch output render data updates 2022-07-30 12:08:21 +02:00
config.rs config: add on_idle 2022-07-21 20:25:23 +02:00
cursor.rs renderer: add renderer_base 2022-07-30 12:55:09 +02:00
dbus.rs dbus: expose more functionality 2022-07-30 12:48:45 +02:00
edid.rs autocommit 2022-04-08 23:02:38 CEST 2022-04-08 23:02:38 +02:00
fixed.rs tree: implement pointer constraints 2022-07-21 20:16:22 +02:00
forker.rs all: fix memory leaks 2022-05-18 22:42:36 +02:00
format.rs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
globals.rs tree: implement pointer constraints 2022-07-21 20:16:22 +02:00
ifs.rs wayland: add jay_screencast 2022-07-30 12:08:18 +02:00
io_uring.rs io-uring: ensure that timeouts are encoded in the same submission 2022-05-13 22:31:56 +02:00
it.rs all: replace standard sync types by parking_lot 2022-06-05 13:44:12 +02:00
keycodes.xkb autocommit 2022-02-14 21:13:42 CET 2022-02-14 21:13:42 +01:00
keymap.xkb keyboard: map super key to LOGO modifier 2022-06-03 12:00:08 +02:00
leaks.rs all: fix memory leaks 2022-05-18 22:42:36 +02:00
libinput.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
logger.rs autocommit 2022-04-29 17:35:55 CEST 2022-04-29 17:35:55 +02:00
logind.rs autocommit 2022-04-19 13:08:10 CEST 2022-04-19 13:08:10 +02:00
macros.rs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
main.rs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
object.rs xwayland: implement copy/paste 2022-05-10 01:47:36 +02:00
pango.rs wayland: implement scaling 2022-05-30 17:00:25 +02:00
pipewire.rs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
rect.rs tree: implement pointer constraints 2022-07-21 20:16:22 +02:00
render.rs wayland: add support for NV12 format 2022-05-28 22:04:00 +02:00
screenshoter.rs all: implement hardware cursors 2022-06-01 21:46:31 +02:00
sighand.rs runtime: replace epoll by io-uring 2022-05-12 22:50:33 +02:00
state.rs tree: batch output render data updates 2022-07-30 12:08:21 +02:00
tasks.rs all: implement hardware cursors 2022-06-01 21:46:31 +02:00
text.rs wayland: implement scaling 2022-05-30 17:00:25 +02:00
theme.rs config: clean up and document theming 2022-05-15 20:13:25 +02:00
time.rs wayland: add times to all input events 2022-05-26 12:25:59 +02:00
tools.rs autocommit 2022-03-30 03:00:46 CEST 2022-03-30 03:00:46 +02:00
tree.rs seat: uniformly convert scroll steps to scroll px 2022-06-05 14:14:53 +02:00
udev.rs config: tell the config about drm devices 2022-05-10 16:43:09 +02:00
user_session.rs autocommit 2022-04-15 20:23:03 CEST 2022-04-15 20:23:03 +02:00
utils.rs pipewire: add pipewire client 2022-07-31 11:25:57 +02:00
video.rs autocommit 2022-04-13 21:01:32 CEST 2022-04-13 21:01:32 +02:00
wheel.rs all: fix memory leaks 2022-05-18 22:42:36 +02:00
wire.rs autocommit 2022-02-21 23:21:13 CET 2022-02-21 23:21:13 +01:00
wire_dbus.rs autocommit 2022-02-27 01:35:49 CET 2022-02-27 01:35:49 +01:00
wire_xcon.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
wl_usr.rs wayland: add a generic wayland client 2022-07-30 13:16:58 +02:00
xcon.rs runtime: replace epoll by io-uring 2022-05-12 22:50:33 +02:00
xkbcommon.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
xwayland.rs io-uring: add readable/writable 2022-05-12 20:33:58 +02:00