- Oct 19, 2018
-
-
Simon Ser authored
xwm: Remove child->parent pointer when parent destroys
-
Ryan Dwyer authored
-
Simon Ser authored
wlr_cursor: make sure the output doesn't have a cursor before creating a new one wlr_output_layout: don't emit the "add" event when the output is already in the layout
-
Drew DeVault authored
data-device: remove wlr_data_source.seat_client
-
Simon Ser authored
Remove fmt parameter from wlr_texture_write_pixels
- Oct 18, 2018
-
-
Drew DeVault authored
xwayland: handle configure event mask
-
Simon Ser authored
-
- Oct 17, 2018
-
-
Drew DeVault authored
text-input: Don't reject enable requests when unfocused
-
Drew DeVault authored
rootston: Don't let the wlr_output handle the fullscreen view in case…
-
Dorota Czaplejewicz (Purism) authored
The prevoius implementation would always raise an error in the following sequence: -> enter -> leave <- enable The text-input type is not equipped to manage the validity of clents' requests, which should be handled in the compositor, as rootston does.
-
Guido Günther authored
Otherwise the overlays will no tbe drawn. Closes: #1300
-
Drew DeVault authored
FreeBSD fixes
-
sghctoma authored
On FreeBSD, epoll is provided as a 3rd-party library, so it needs to be added as a dependency.
-
sghctoma authored
CLOCK_MONOTONIC appeared in IEEE Std. 1003.1-200x, it was not part of POSIX.1b (the 1993 version), and FreeBSD treats it accordingly.
-
- Oct 16, 2018
-
-
Jan Kelling authored
Also rephrase the write_pixels comment.
-
- Oct 15, 2018
-
-
Jan Kelling authored
It's not allowed to change the format of a texture so remove the confusing parameter.
-
Scott Anderson authored
render: fix meson including libdrm
-
Cole Mickens authored
-
Drew DeVault authored
Fix libdrm includes
-
- Oct 14, 2018
-
-
Scott Anderson authored
This removes any assumptions about how the libdrm headers are installed, and uses the pkg-config include directories as we're "supposed to". This only adds a partial dependency, since we don't actually need to link against libdrm.
-
Simon Ser authored
Fix headless backend
-
Simon Ser authored
Fix include path for (libdrm/)drm_fourcc.h
-
Cole Mickens authored
This PR broke a private nixpkgs definition I have for wlroots: https://github.com/swaywm/wlroots/pull/1304 It is fixed by changing `#include <drm_fourcc.h>` to `#include <libdrm/drm_fourcc.h>`, which follows what is already done in the dmabuf example.
-
Drew DeVault authored
It was only working if you ran it underneath an already-working Wayland compositor. Running with the headless backend on the API would break.
-
Drew DeVault authored
text-input: Accept disable requests
-
- Oct 13, 2018
-
-
Dorota Czaplejewicz (Purism) authored
The disable signal on text-input objects must not be ignored. It is only sent when the previous state was enabled.
-
Drew DeVault authored
Support older wlr_linux_dmabuf_v1 clients
-
- Oct 12, 2018
-
-
Simon Ser authored
xwayland/xwm: make hints->input default to true
-
Wolf480pl authored
An X11 client can leave the hints->input WM hint unspecified, by not setting the XCB_ICCCM_WM_HINT_INPUT flag in hints->flags. In that case, we should assume a sane default. Make the hint default to true, so that clients which do not specify the hint, like mupdf, still get keyboard focus. This should fix swaywm/sway#2231
-
Jan Kelling authored
If a client uses an older version of the dmabuf protocol, use the `formats` event instead of `modifiers` (since that didn't exist in older versions). With a bit of necessary guessing, support dmabuf importing even when EGL_EXT_image_dma_buf_import_modifiers isn't present instead of failing up front.
-
Simon Ser authored
text-input: fix releasing destroy handlers
-
Dorota Czaplejewicz (Purism) authored
-
Simon Ser authored
-
Drew DeVault authored
-
Drew DeVault authored
-
Drew DeVault authored
Support input method and text input
-
- Oct 11, 2018
-
-
Simon Ser authored
Include wlr/config.h in x11.h
-
Scott Anderson authored
This fixes a warning from the linker when using LTO, due to mismatched types.
-
- Oct 09, 2018
-
-
Drew DeVault authored
backend/drm: don't reset conn->pageflip_pending in drm_connector_cleanup
-