~ruther/dwl

e454f7ae — Leonardo Hernández Hernández 1 year, 3 months ago
allow the use of non-system wlroots library

References: https://codeberg.org/dwl/dwl/issues/646#issuecomment-2032644
334bbe6f — Leonardo Hernández Hernández 1 year, 2 months ago
fix potential crash in configurex11()

We can't call resize() on unmanaged clients because they don't have borders and
resize() requires them.

Fixes: 94f4ead7dad89433e6087dc19950738c64bbed05
1b805ddd — Leonardo Hernández Hernández 1 year, 2 months ago
account border width in configurex11()

Fixes: 13925eb1da8af2c1d23ee9d01efd03c3626081b2
94f4ead7 — Leonardo Hernández Hernández 1 year, 2 months ago
actually move unmanaged clients in configurex11()

only calling wlr_xwayland_surface_configure() may be not enough because we also
need to move the scene node in order to make effective the configure
bb21ecda — Leonardo Hernández Hernández 1 year, 2 months ago
improve checking in configurex11()

this avoids a client resizing itself when the user is interactively resizing
the client
b25717c9 — Leonardo Hernández Hernández 1 year, 2 months ago
drop a useless check in configurex11()
a4fa9546 — Leonardo Hernández Hernández 1 year, 2 months ago
do not restack xwayland surfaces (wlroots!4756)

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4756
35951a8d — Leonardo Hernández Hernández 1 year, 4 months ago
add support for linux-drm-syncobj-v1 (wlroots!4715)

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4262
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4715
a634e3f5 — Leonardo Hernández Hernández 1 year, 2 months ago
fix crash when a virtual pointer is destroyed

Fixes: https://codeberg.org/dwl/dwl/issues/680
d136dadf — Leonardo Hernández Hernández 1 year, 2 months ago
`-pedantic` -> `-Wpedantic`

Bug: https://codeberg.org/dwl/dwl/issues/584
fix maximize callback not getting deregisterd
b5abbc37 — Leonardo Hernández Hernández 1 year, 2 months ago
fix crash when re-mapping a client

Fixes: ab5c554d096ebca8446b7b1354c49be014b8b747
986beef5 — Leonardo Hernández Hernández 1 year, 2 months ago
replace spaces with tabs

Fixes: 71f11e6cf63289d51f152469a0da81a85fe2608c
487abc28 — Leonardo Hernández Hernández 1 year, 2 months ago
add myself to .mailmap
cd216908 — Leonardo Hernández Hernández 1 year, 2 months ago
send scale on initial commit to layer surfaces

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
f2c5023a — Lennart Jablonka 1 year, 2 months ago
dwl(1): use correct special characters for - and '

The hyphen-minus <-> and apostrophe-quote <'> are interpreted by troff
as hyphen and right single quotation mark.  See groff_char(7).

Fixes: 0db6f3c5b5f9 ("add dwl(1)")
4bbbb490 — Lennart Jablonka 1 year, 2 months ago
add myself to .mailmap
ea6a4501 — A Frederick Christensen 1 year, 2 months ago
README.md Fix links formatting issue after re-flow text to 80 columns
ad30ca91 — A Frederick Christensen 1 year, 2 months ago
Documentation restructuring

Modified documentation to make clear the change in development (main) branch versus releases.
452a314f — Leonardo Hernández Hernández 1 year, 2 months ago
update README.md to mention the main branch now requires wlroots-git

Closes: https://codeberg.org/dwl/dwl/issues/646
Next