~ruther/dwl

ref: 230d3432e9633da09a31ed933d8bcaff491db807 dwl/dwl.c -rw-r--r-- 79.4 KiB
230d3432 — Leonardo Hernández Hernández 3 years ago
wlr_virtual_keyboard_v1 now has its own wlr_keyboard

which has its own wlr_input_device

Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
432c15fb — Leonardo Hernández Hernández 3 years ago
Merge branch 'main' into wlroots-next
Merge pull request #187 from fauxmight/new-clients-printstatus

Newly launched or closed clients ALWAYS generate status update
Merge pull request #149 from xi/fix-grabc-unmap

reset cursor mode when grabc is unmapped
Merge pull request #193 from fauxmight/chasing-wlroots

Chasing wlroots
d1ff1e6f — Leonardo Hernandez Hernandez 3 years ago
remove typedef `Decoration`
a15cb1e2 — Devin J. Pohly 3 years ago
Merge pull request #160 from Humm42/closepipes

-s: close unused fds
97881c88 — A Frederick Christensen 3 years ago
Merge remote-tracking branch 'origin/output-layout-get-box-update' into chasing-wlroots
ed44bc0c — A Frederick Christensen 3 years ago
update wlr-output-layout-get-box
3300f6c9 — A Frederick Christensen 3 years ago
Upgrade for wlroots surface refactoring

See [1] for details.

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3412
317175da — A Frederick Christensen 3 years ago
Newly launched or closed clients ALWAYS generate status update

Prior to this change, if a client whose tag(s) are not currently
selected is launched or killed, no update to status was printed and
status bars being fed by printstatus() did not update newly active
or newly inactive (but unselected) tags.
f85d8e79 — Devin J. Pohly 3 years ago
Merge branch 'wlroots-next'

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

autocreate was removed
52dbc97e — 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
852fe819 — Devin J. Pohly 3 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 3 years ago
Merge pull request #152 from ARDiDo/no_redundant_xcursor

remove redundancies in xcursors
99fbebca — ARDiDo 3 years ago
Remove redundant xcursor manager
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
Next