~ruther/dwl

ref: 3a77f0291965abde2fdb1a7ef7297e86a13e8629 dwl/dwl.c -rw-r--r-- 79.6 KiB
88f241d1 — Leonardo Hernández Hernández 3 years ago
Merge branch 'fix-segfault-in-fullscreennotify'
43228bd4 — Leonardo Hernández Hernández 3 years ago
don't use fullscreen event in fullscreennotify()
ebff6e38 — Leonardo Hernández Hernández 3 years ago
always call arrange() on setfullscreen()

also don't count full screen clients on tile()
2cd0b317 — Leonardo Hernández Hernández 3 years ago
print status about floating and fullscreen
08020d61 — Leonardo Hernández Hernández 3 years ago
more style fixes
4d26d302 — Leonardo Hernández Hernández 3 years ago
suckless style: don't use '//' for comments
0e5d7124 — Leonardo Hernandez Hernandez 3 years ago
use loop to call arrangelayer

zwlr_layer_shell_v1_layer are ordered by bottom-most first so we can
just use a loop from 3 to 0
Merge pull request #196 from noocsharp/main

die on allocation failure
05a47333 — Leonardo Hernández Hernández 3 years ago
use wlr_box for previous geom
8cace192 — Leonardo Hernandez Hernandez 3 years ago
fix crash when the last monitor is disconnected
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
d1ff1e6f — Leonardo Hernandez Hernandez 3 years ago
remove typedef `Decoration`
b0098d9d — Nihal Jere 3 years ago
die on allocation failure
a15cb1e2 — Devin J. Pohly 3 years ago
Merge pull request #160 from Humm42/closepipes

-s: close unused fds
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
Next