~ruther/dwl

ref: 2d2c21664cb01b18d3543c45d64f574e406f5a3f dwl/dwl.c -rw-r--r-- 79.3 KiB
a15cb1e2 — Devin J. Pohly 3 years ago
Merge pull request #160 from Humm42/closepipes

-s: close unused fds
f85d8e79 — Devin J. Pohly 4 years ago
Merge branch 'wlroots-next'

wlroots 0.15.0 was released
09413da6 — Devin J. Pohly 4 years ago
Merge branch 'main' of github:djpohly/dwl
27f66c87 — Devin J. Pohly 4 years ago
explicitly create renderer and allocator

autocreate was removed
52dbc97e — Leonardo Hernandez Hernandez 4 years ago
`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`

as seen in swaywm/wlroots@0e34208
852fe819 — Devin J. Pohly 4 years ago
Merge branch 'wlroots-next' of github:djpohly/dwl into wlroots-next
-s: close unused fds

dup2 doesn’t close fds, it only duplicates them.  The old ones weren’t
closed, causing problems (like dwl blocking due to the child process
never reading from the reading end, even if stdin has been closed).
96ce40cf — Devin J. Pohly 4 years ago
Merge pull request #152 from ARDiDo/no_redundant_xcursor

remove redundancies in xcursors
99fbebca — ARDiDo 4 years ago
Remove redundant xcursor manager
d3efb0b2 — Devin J. Pohly 4 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 4 years ago
client_pending has been renamed as pending in wlr_layer_surface_v1

as seen in swaywm/wlroots@59fa363
40e45a33 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
0c1e621b — Devin J. Pohly 4 years ago
simplify fullscreen expression
55bbbc3d — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
d4e08c07 — Devin J. Pohly 4 years ago
update deprecated xkb function name
772c0fe1 — Devin J. Pohly 4 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 4 years ago
wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_destroy
1183a319 — Devin J. Pohly 4 years ago
Merge pull request #136 from guidocella/presentation-time

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

Fix excessive printstatus() calls when dmenu is up
d175a58d — Guido Cella 4 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.
Next