Age | Commit message (Expand) | Author |
2021-02-15 | text_input_v3: correct typo in enum field | Tadeo Kondrak |
2021-02-15 | build: set pkg-config variables for our features | Simon Ser |
2021-02-15 | build: set have_* dep variables for our features | Simon Ser |
2021-02-15 | build: use dictionnary for features instead of configuration_data | Simon Ser |
2021-02-15 | xwayland/selection: flush connection after changing xwm selection owner | Tudor Brindus |
2021-02-15 | xwayland/selection: log when proxy window loses ownership | Tudor Brindus |
2021-02-15 | xwayland/selection: ignore requests for anything but the newest data | Tudor Brindus |
2021-02-14 | examples: remove wlroots dep from client examples | Simon Ser |
2021-02-14 | examples: drop wlr/render/egl.h include from client examples | Simon Ser |
2021-02-14 | examples: drop wlroots dep from egl_common.c | Simon Ser |
2021-02-08 | xdg-foreign: rename finish_* functions to destroy_* | Tadeo Kondrak |
2021-02-08 | xdg-foreign: Make imported object inert when exported is destroyed | Tadeo Kondrak |
2021-02-08 | build: remove extra whitespace | Simon Ser |
2021-02-08 | surface: check buffer size is compatible with scale | Simon Ser |
2021-02-08 | seat: use WL_SEAT_ERROR_CAPABILITY | Simon Ser |
2021-02-08 | backend/x11: drop x11-xcb dependency | Simon Ser |
2021-02-07 | tablet_v2: Fix implicit grab end detection | Justus Rossmeier |
2021-02-06 | region: remove leftover description of resource_list | Brandon Dowdy |
2021-02-05 | render/gles2: remove YUV blocklist | Simon Ser |
2021-02-05 | backend/x11: use native cursors | Ilia Mirkin |
2021-02-05 | xwayland: free render picture backing cursor | Ilia Mirkin |
2021-02-05 | Make implementation function lists static const | Manuel Stoeckl |
2021-02-05 | xcursor: make cursor data and metadata const | Manuel Stoeckl |
2021-02-05 | xwayland/xwm: make atom_map const | Manuel Stoeckl |
2021-02-04 | readme: fix typo in xcb-icccm dependency | Simon Ser |
2021-02-04 | Fix bad indentation | Simon Ser |
2021-02-04 | xwayland/selection: allow simultaneous Wayland-to-X11 transfers | Tudor Brindus |
2021-02-04 | xwayland/selection: use one target window per selection | Tudor Brindus |
2021-02-04 | xwayland/selection: use one X11 window per incoming transfer | Tudor Brindus |
2021-02-04 | examples/egl_common: make attribs const | Brandon Dowdy |
2021-02-03 | backend/wayland: flush remote display | Simon Ser |
2021-02-02 | region: remove resource_list arg from region_create | Simon Ser |
2021-02-02 | region: make wlr_region_create private | Simon Ser |
2021-02-02 | render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy | Simon Ser |
2021-02-02 | render/dmabuf: cleanup on wlr_dmabuf_attributes_copy error | Simon Ser |
2021-02-01 | render/wlr_texture: clamp texture coordinates to edge by default | Quantum |
2021-02-01 | render/egl: log whether DMA-BUF modifiers are supported | Simon Ser |
2021-02-01 | render/egl: add check for EGL_KHR_surfaceless_context | Brandon Dowdy |
2021-01-31 | xwayland/selection: make xwm_selection_init take a wlr_xwm_selection * | Tudor Brindus |
2021-01-31 | xwayland/selection: introduce `xwm_selection_transfer_init` | Tudor Brindus |
2021-01-31 | xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection * | Tudor Brindus |
2021-01-31 | xwayland/selection: destroy all selections on Xwayland restart | Tudor Brindus |
2021-01-31 | xwayland/selection: don't leak Wayland fd if ConvertSelection fails | Tudor Brindus |
2021-01-31 | xwayland/selection: don't request another selection while one is pending | Tudor Brindus |
2021-01-30 | examples: remove "major" and "minor" from egl_common.c | Brandon Dowdy |
2021-01-29 | backend/wayland: remove unnecessary cast | Simon Ser |
2021-01-29 | xwayland/selection: end incr transfer on empty prop, not next selection | Tudor Brindus |
2021-01-29 | xwayland/selection: refactor remaining incremental transfer code | Tudor Brindus |
2021-01-29 | xwayland/selection: extract out property requests | Tudor Brindus |
2021-01-29 | xwayland/selection: simplify incremental transfer control flow | Tudor Brindus |