1
0
Fork 0
forked from wry/wry
Commit graph

48 commits

Author SHA1 Message Date
Julian Orth
fe804b8276 tree: clean up object attachment 2024-02-22 14:10:06 +01:00
Julian Orth
da84e9ec27 metal: implement direct scanout 2024-02-19 12:30:37 +01:00
Julian Orth
d4e9216f46 tree: correctly handle destruction of fullscreen node 2024-02-17 18:34:06 +01:00
Julian Orth
250026f7f6 render: fix top-left clipping of surfaces 2024-02-15 00:05:29 +01:00
Julian Orth
41d7531cd5 wayland: implement xdg-activation 2024-02-14 18:33:17 +01:00
Julian Orth
a04870388f text: re-use textures if possible 2024-02-08 15:24:02 +01:00
Julian Orth
d650b3375d render: split module into gfx_apis and renderer 2023-10-22 20:28:32 +02:00
Julian Orth
5e8a6eb86f render: split rendering into two phases
In the first phase we collect a list of simple operations (copying
textures and filling rectangles.)

In the second phase we send this list to the graphics API to be
executed.

As part of this, we also remove the use of scissors.
2023-10-22 16:10:12 +02:00
Julian Orth
9c7299234a config: allow capturing only selected workspaces 2023-02-04 14:07:55 +01:00
Julian Orth
83baa6aadb wayland: add jay_workspace 2022-07-30 12:03:55 +02:00
Julian Orth
259340938b tree: update outputs of surfaces when moving a workspace 2022-06-03 21:02:34 +02:00
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
Julian Orth
7476e6f2d9 tree: restore workspaces after monitor reconnect 2022-05-20 12:55:45 +02:00
Julian Orth
70cc24107b tree: remove hidden, unused workspaces 2022-05-17 17:47:01 +02:00
Julian Orth
fe80440f38 config: add documentation 2022-05-16 18:21:56 +02:00
Julian Orth
ec9710983c tree: use trunc instead of round when scrolling containers 2022-05-07 18:06:55 +02:00
Julian Orth
9904717c71 all: fix memory leaks 2022-05-02 22:11:59 +02:00
Julian Orth
4e717ecef8 autocommit 2022-04-29 17:57:11 CEST 2022-04-29 17:57:11 +02:00
Julian Orth
e3b3d848c3 autocommit 2022-04-23 00:55:20 CEST 2022-04-23 00:55:20 +02:00
Julian Orth
34e665cd8b autocommit 2022-04-20 18:33:59 CEST 2022-04-20 18:33:59 +02:00
Julian Orth
1227ede560 autocommit 2022-04-20 17:28:17 CEST 2022-04-20 17:28:17 +02:00
Julian Orth
ab3c2e44f4 autocommit 2022-04-20 16:11:37 CEST 2022-04-20 16:11:37 +02:00
Julian Orth
fa1ec0b36c autocommit 2022-04-20 14:58:34 CEST 2022-04-20 14:58:34 +02:00
Julian Orth
54cf01f745 autocommit 2022-04-18 14:14:25 CEST 2022-04-18 14:14:25 +02:00
Julian Orth
661a28e5b0 autocommit 2022-04-13 12:58:04 CEST 2022-04-13 12:58:04 +02:00
Julian Orth
8924936079 autocommit 2022-04-12 17:26:33 CEST 2022-04-12 17:26:33 +02:00
Julian Orth
6b3316e920 autocommit 2022-04-10 18:26:13 CEST 2022-04-10 18:26:13 +02:00
Julian Orth
21e2216ce5 autocommit 2022-04-08 23:02:38 CEST 2022-04-08 23:02:38 +02:00
Julian Orth
0bd9a70e69 autocommit 2022-04-08 00:04:55 CEST 2022-04-08 00:04:55 +02:00
Julian Orth
be32036824 autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
Julian Orth
6ad6d83b7e autocommit 2022-04-02 00:31:30 CEST 2022-04-02 00:31:30 +02:00
Julian Orth
2dd433aa04 autocommit 2022-04-01 01:44:10 CEST 2022-04-01 01:44:10 +02:00
Julian Orth
1cbc7a6445 autocommit 2022-02-21 16:23:44 CET 2022-02-21 16:23:44 +01:00
Julian Orth
292fa50fe7 autocommit 2022-02-20 21:53:46 CET 2022-02-20 21:53:46 +01:00
Julian Orth
4429b4cac6 autocommit 2022-02-20 16:07:02 CET 2022-02-20 16:07:02 +01:00
Julian Orth
a2f078cb66 autocommit 2022-02-20 15:48:24 CET 2022-02-20 15:48:24 +01:00
Julian Orth
26fab1e3e2 autocommit 2022-02-20 15:31:54 CET 2022-02-20 15:31:54 +01:00
Julian Orth
ae66acef73 autocommit 2022-02-19 19:41:18 CET 2022-02-19 19:41:18 +01:00
Julian Orth
195a92d98b autocommit 2022-02-17 19:12:52 CET 2022-02-17 19:12:52 +01:00
Julian Orth
9b8e1ac29f autocommit 2022-02-11 02:28:11 CET 2022-02-11 02:28:11 +01:00
Julian Orth
bb1639a2ae autocommit 2022-02-04 00:45:22 CET 2022-02-04 00:45:22 +01:00
Julian Orth
89b8396932 autocommit 2022-02-02 20:01:25 CET 2022-02-02 20:01:25 +01:00
Julian Orth
2dbe3ba732 autocommit 2022-02-01 23:33:59 CET 2022-02-01 23:33:59 +01:00
Julian Orth
7654e70f64 autocommit 2022-02-01 01:20:49 CET 2022-02-01 01:20:49 +01:00
Julian Orth
865d5f295d autocommit 2022-01-30 22:41:40 CET 2022-01-30 22:41:40 +01:00
Julian Orth
f577f5feef autocommit 2022-01-29 23:08:25 CET 2022-01-29 23:08:25 +01:00
Julian Orth
b11a36729c autocommit 2022-01-28 19:46:23 CET 2022-01-28 19:46:23 +01:00
Julian Orth
c340df0d08 autocommit 2022-01-25 16:45:44 CET 2022-01-25 16:45:44 +01:00