~ruther/dwl

29a2b647 — Leonardo Hernández Hernández 3 years ago
Merge remote-tracking branch 'djpohly/main' into HEAD
c00697e6 — Leonardo Hernández Hernández 3 years ago
abc
af741e58 — Leonardo Hernández Hernández 3 years ago
typedefs: abc
02ac9378 — Leonardo Hernández Hernández 3 years ago
includes: abc
437aea86 — Devin J. Pohly 3 years ago
It's past my bedtime.
6901743b — Devin J. Pohly 3 years ago
Remove removed fields from struct instances
720f5616 — Devin J. Pohly 3 years ago
Remove vestigial monitor configuration info

The x/y fields in monitor rules are unused and were meant to be deleted.
Also removes the outdated comment in config.h.
4d3adea6 — Leonardo Hernández Hernández 3 years ago
die on pipe failure
79b7e755 — Raphael Robatsch 3 years ago
Layer shell: Prevent infinte configure/commit loop

Check the wlr_layer_surface_v1_state.committed bitmask to see if we need
to rearrange. This is also what sway does.

Without this check, every commit request (even if only the attached buffer
changed) will lead to another configure event, which will lead to another
commit, etc.

This loop results in swaybg consuming 100% CPU.

Co-authored-by: Owen Rafferty <owen@owenrafferty.com>
b424602e — Leonardo Hernández Hernández 3 years ago
add DESTDIR
ae313911 — Leonardo Hernández Hernández 3 years ago
initialize rules and xkb_rules

to fix compile errors with `-pedantic`
2d6f932e — Leonardo Hernández Hernández 3 years ago
don't let -pedantic be overridable by environment
dd0b8e4c — Devin J. Pohly 3 years ago
Merge pull request #212 from djpohly/xwaitland

make sure to leave XWayland process waitable
0ddde0c8 — Devin J. Pohly 3 years ago
move sigchld() into XWayland section
e08bd129 — Devin J. Pohly 3 years ago
make sure to leave XWayland process waitable

On SIGCHLD, check to make sure the terminated process is not the
XWayland process before reaping it, allowing wlroots to waitpid() for it
successfully.

Fixes #177.
aab397c3 — Leonardo Hernández Hernández 3 years ago
new functions ecalloc() and die()

die() replaces EBARF and BARF
and allow us to add `-pedantic` to CFLAGS
7018ed92 — Leonardo Hernández Hernández 3 years ago
createpointer now takes wlr_pointer
f75e4262 — Leonardo Hernández Hernández 3 years ago
createkeyboard now takes wlr_keyboard
cb4265ac — Leonardo Hernández Hernández 3 years ago
check `m` in commitlayersurfacenotify()
a95338ca — Leonardo Hernández Hernández 3 years ago
implement input-inhibitor protocol
Next
Do not follow this link