~ruther/dwl

8c954183 — Devin J. Pohly 4 years ago
Merge pull request #25 from geistesk/error-maybe-uninitialized

getatom: fix potential uninitialized atom variable
0ac2f661 — Devin J. Pohly 4 years ago
fix an editing mistake
59cd8dec — Devin J. Pohly 4 years ago
focusclient checks whether oldsel == sel

No need to do it outside the call.
ef7a3764 — Devin J. Pohly 4 years ago
refactor focusclient
7856cdc1 — Devin J. Pohly 4 years ago
abc
da5deab0 — Devin J. Pohly 4 years ago
convert lastfocused() to focustop(m)
8a584d40 — Devin J. Pohly 4 years ago
pass previous focus to focusclient
e7e01e06 — Devin J. Pohly 4 years ago
remove surface from focusclient function

Honestly not sure why a specific surface is focused rather than the
client figuring that out.  Seems to work in a quick test, but we can
remember this commit if something breaks for, I dunno, mouse people.
17e525cc — Devin J. Pohly 4 years ago
C99 doesn't support anonymous unions

I'm cool with ->surface.xdg instead of ->xdg_surface though.
62339e7a — Devin J. Pohly 4 years ago
make setmon a bit more straightforward
e41ed533 — Devin J. Pohly 4 years ago
remove unneeded variable
2dbe5c60 — Devin J. Pohly 4 years ago
simplify pointerfocus

Similar to focusclient
90d80c0d — Devin J. Pohly 4 years ago
simplify focusclient

This arranges the function into some logical tasks: deactivate the old
client, update wlroots' keyboard focus, update our data structures, and
activate the new client.  The last two only need to be done when
focusing something new, so an early return saves some horizontal space.
0a59f47c — Devin J. Pohly 4 years ago
remove now-unused variables in focusclient
50aa44c5 — Devin J. Pohly 4 years ago
add tag bitset check from dwm
744f2079 — Alvar Penning 4 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.
4e57dbd9 — Devin J. Pohly 4 years ago
attach_render and commit are all that's needed

attach_render tells the output that a "new" buffer has been prepared
(even if we haven't changed it).  We need to call that and then commit
it to keep the render loop going.

Software cursors will freeze momentarily during layout updates, but I
suspect that this is not as easily fixed as it sounds.  You can force
software cursors by running:

    WLR_NO_HARDWARE_CURSORS=1 ./dwl
21437b62 — Devin J. Pohly 4 years ago
style fixes
d6a18d69 — Alexander Courtis 4 years ago
do not render frames when any surface has uncommitted resizes
4e9396d9 — Devin J. Pohly 4 years ago
Merge pull request #29 from alex-courtis/tidy-activate-notify

tidy activate notify resource
Next
Do not follow this link