~ruther/dwl

ref: c8bf457c0f12955f89abf88e929a97d96d6f46de dwl/dwl.c -rw-r--r-- 72.7 KiB
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
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
772c0fe1 — Devin J. Pohly 3 years ago
Merge pull request #145 from PalanixYT/wlroots-next

wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_…
3273f749 — Palanix 3 years ago
wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_destroy
1183a319 — Devin J. Pohly 3 years ago
Merge pull request #136 from guidocella/presentation-time

implement the presentation time protocol
3f70bbb5 — Devin J. Pohly 3 years ago
Merge pull request #130 from drdonahue/printstatus-fix

Fix excessive printstatus() calls when dmenu is up
d175a58d — Guido Cella 3 years ago
implement the presentation time protocol

This lets applications, such as mpv with --video-sync=display-resample,
know accurately when frames are displayed and ensure smooth video
playback.
52e6bf47 — David Donahue 4 years ago
Moved printstatus() call in focusclient() to prevent printstatus being called on every frame when things like dmenu are up
f9f3f343 — Devin J. Pohly 4 years ago
Merge branch 'xdg-activation' into wlroots-next
d4ce92a7 — Devin J. Pohly 4 years ago
Merge branch 'xdg-activation' into wlroots-next
34521ea4 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
bd2f7fbb — Devin J. Pohly 4 years ago
exit cleanly on INT/TERM
823cefd2 — Devin J. Pohly 4 years ago
handle ephemeral pageflip failures

If a transient failure occurs in wlr_output_commit, re-render until it
doesn't happen.  This could possibly be removed if we decide to
implement damage tracking in the future.
Next