1
0
Fork 0
forked from wry/wry
wry/jay-config/src
Julian Orth e52a60b3b6 wayland: implement scaling
This involves many subsystems:

- config:
    - allow setting the connector scale
    - allow setting the cursor size
- cursors:
    - load server cursors for all requested sizes and scales
- wl_surface:
    - track the output the surface belongs to
    - send wl_surface.enter/leave
- wl_output:
    - implement wl_output.scale
- text:
    - pre-render texts for all used scales
- renderer:
    - properly align scale textures and rectangles
- wp_fractional_scale:
    - new interface for fractional scaling
2022-05-30 17:00:25 +02:00
..
_private wayland: implement scaling 2022-05-30 17:00:25 +02:00
input config: add documentation 2022-05-16 18:21:56 +02:00
keyboard config: add documentation 2022-05-16 18:21:56 +02:00
_private.rs autocommit 2022-03-13 22:20:31 CET 2022-03-13 22:20:31 +01:00
embedded.rs config: add documentation 2022-05-16 18:21:56 +02:00
exec.rs config: add documentation 2022-05-16 18:21:56 +02:00
input.rs wayland: implement scaling 2022-05-30 17:00:25 +02:00
lib.rs config: add documentation 2022-05-16 18:21:56 +02:00
logging.rs config: add documentation 2022-05-16 18:21:56 +02:00
macros.rs config: add documentation 2022-05-16 18:21:56 +02:00
status.rs config: add documentation 2022-05-16 18:21:56 +02:00
theme.rs config: add documentation 2022-05-16 18:21:56 +02:00
timer.rs config: add documentation 2022-05-16 18:21:56 +02:00
video.rs wayland: implement scaling 2022-05-30 17:00:25 +02:00