~ruther/dwl

c990dbd4 — Dima Krasner 2 years ago
fix link failure with --as-needed
d969289b — Leonardo Hernández Hernández 2 years ago
use LDFLAGS to build dwl target
50b6630f — Leonardo Hernández Hernández 2 years ago
do not generate *-protocol.{c,o}

according with
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c
they are unused and wlroots-based compositors don't need to do this
14641560 — Leonardo Hernández Hernández 2 years ago
include xcb only when building with xwayland support
7b42232a — KawaiiAmber 2 years ago
convert makefile to be more portable
a5a0674f — Leonardo Hernández Hernández 2 years ago
improve client_from_wlr_surface()
4dfa4565 — Leonardo Hernández Hernández 2 years ago
fix compiler error with gcc complaining about parentheses

dwl.c: In function ‘unmaplayersurface’:
dwl.c:2253:9: error: suggest parentheses around assignment used as truth value [-Werror=parentheses]
 2253 |         layersurface->layer_surface->mapped = layersurface->mapped = 0;
      |         ^~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [<builtin>: dwl.o] Error 1

clang not affected
b91017e7 — Leonardo Hernández Hernández 2 years ago
disable scene node at unmaplayersurface()
2623a96e — Leonardo Hernández Hernández 2 years ago
call client_set-size() if client has a resize
52e0d009 — Leonardo Hernández Hernández 2 years ago
check client_surface() returning NULL

now client_surface()->data is a pointer to the wlr_scene_tree of clients
which allows us to not call wlr_scene_node_lower_to_bottom() for every clients
7018b9b6 — Leonardo Hernández Hernández 2 years ago
correct libinput function name for drag_lock
48ec914f — Leonardo Hernández Hernández 2 years ago
destroy layersurface's scene node in destroylayersurfacenotify()
40449fa6 — Leonardo Hernández Hernández 2 years ago
add a new function to get a client from a wlr_surface
ecbc2c61 — Ben Jargowsky 3 years ago
Add configuration options for touchpads
8870ba0b — Leonardo Hernández Hernández 2 years ago
implement urgency hints for xwayland clients
5de68ba7 — Leonardo Hernández Hernández 2 years ago
sync manpage and help info

Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
2f8736b9 — Ben Jargowsky 2 years ago
Check if XWayland client size_hints are NULL
3c11ad9a — Leonardo Hernández Hernández 2 years ago
fix segfault when dragging chromium tabs
06d9230a — Ben Jargowsky 2 years ago
Run focusclient when switching to monocle layout
22bd7522 — Leonardo Hernández Hernández 2 years ago
remove trailing whitespaces
Next
Do not follow this link