~ruther/dwl

ref: e3e9504fcd0b1b38037aa9dffd04ac0de1ce5e82 dwl/dwl.c -rw-r--r-- 55.3 KiB
744f2079 — Alvar Penning 5 years ago
getatom: fix potential uninitialized atom variable

The getatom function returns the atom variable, which is only
initialized in case of a success. This results in a maybe-uninitialized
warning/error. After this commit, now a zero value is returned in case
of error.
d5fdd999 — Devin J. Pohly 5 years ago
make border color selection concise
5248efd4 — Devin J. Pohly 5 years ago
Merge pull request #21 from mchackorg/focus-color

Add support to change focused window's border color
2fb3701c — Michael Cardell Widerkrantz 5 years ago
Add support to change focused window's border color
e2887f2c — Devin J. Pohly 5 years ago
remove client.isx11 in favor of client.type
0e21cce8 — Devin J. Pohly 5 years ago
ok, treat it like an enum
3e29ef1c — Devin J. Pohly 5 years ago
do managed/unmanaged check in map and unmap
f2d025d4 — Devin J. Pohly 5 years ago
do managed check in activatex11
e5e170e4 — Devin J. Pohly 5 years ago
add client.type field

Current options are XDGShell, X11Managed, and X11Unmanaged.
39f3b87f — Devin J. Pohly 5 years ago
rename activate to activatex11 for consistency
8b7cc8ad — Devin J. Pohly 5 years ago
clarify createnotifyx11 function
c4cf78aa — Alexander Courtis 5 years ago
xwayland: unmanaged (dropdown menu) support
4bc7f2d8 — Devin J. Pohly 5 years ago
remove n counter from zoom(), add comments
66dce641 — Devin J. Pohly 5 years ago
Merge pull request #18 from guidocella/zoom

Add zoom
7b608da8 — Guido Cella 5 years ago
Add zoom
53798dfb — Devin J. Pohly 5 years ago
fix WLR_SURFACE macro
5d66ea8a — Devin J. Pohly 5 years ago
don't double-add new monitor to mons

this was a copy/paste error
d42d8bda — Devin J. Pohly 5 years ago
add cleanup listener for keyboards
89e9a4be — Devin J. Pohly 5 years ago
add monitor destroy listener
5ca1e22f — Devin J. Pohly 5 years ago
reorder teardowns
Next