~ruther/dwl

22a6f666 — Devin J. Pohly 3 years ago
Merge pull request #151 from Sevz17/scenegraph3

send frame_done also to all layer surfaces
2315462f — Devin J. Pohly 3 years ago
Merge commit 'refs/pull/162/head' of github:djpohly/dwl into scenegraph3
c71a3ac5 — Devin J. Pohly 3 years ago
Merge branch 'wlroots-next' of github:djpohly/dwl into scenegraph3
05ac4203 — Leonardo Hernandez Hernandez 3 years ago
Merge branch 'wlroots-next' into HEAD
2c9423d1 — Leonardo Hernandez Hernandez 3 years ago
`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`

as seen in swaywm/wlroots@0e34208
df332de9 — Leonardo Hernandez Hernandez 3 years ago
send frame_done also to all layer surfaces

this fixes an issue when bemenu don't update his surface when typing
d3efb0b2 — Devin J. Pohly 3 years ago
Merge pull request #150 from Sevz17/wlroots-next

client_pending has been renamed as pending in wlr_layer_surface_v1
1e1482ad — Leonardo Hernandez Hernandez 3 years ago
client_pending has been renamed as pending in wlr_layer_surface_v1

as seen in swaywm/wlroots@59fa363
7de6920b — Devin J. Pohly 3 years ago
send frame_done to all visible surfaces
c8bf457c — Devin J. Pohly 3 years ago
fixup: follow name change on surface_tree_create
0146a995 — Devin J. Pohly 3 years ago
use scene_output for damage-tracked rendering
be6f573b — Devin J. Pohly 3 years ago
use scene to keep track of LayerSurfaces' layers
1b38801e — Devin J. Pohly 3 years ago
use scene-graph API for Client/LayerSurface
929d3d95 — Devin J. Pohly 3 years ago
use type enum to distinguish Client from LayerSurface
40e45a33 — Devin J. Pohly 3 years ago
Merge branch 'main' into wlroots-next
0c1e621b — Devin J. Pohly 3 years ago
simplify fullscreen expression
417e958a — Devin J. Pohly 3 years ago
Merge branch 'main' into wlroots-next
2e9c4d8e — Devin J. Pohly 3 years ago
simplify client_for_each_surface

All the XDG surface iterator does is iterate the main wlr_surface, then
iterate the popups.  If we inline that function, we can merge part of it
with the X11 case.
55bbbc3d — Devin J. Pohly 3 years ago
Merge branch 'main' into wlroots-next
d4e08c07 — Devin J. Pohly 3 years ago
update deprecated xkb function name
Next