Age | Commit message (Expand) | Author |
2020-11-12 | backend/wayland: Use seat name in input names | Mykola Orliuk |
2020-11-12 | backend/wayland: Add registering multiple seats | Mykola Orliuk |
2020-11-12 | backend/wayland: Link input devices with seats | Mykola Orliuk |
2020-11-12 | backend/wayland: Bind seat listener to wlr_wl_seat | Mykola Orliuk |
2020-11-11 | Remove unneeded includes from wlr_input_device.h | Isaac Freund |
2020-11-11 | Use uint32_t in wlr_renderer_begin signature | Isaac Freund |
2020-11-11 | Replace wlr_key_state with wl_keyboard_key_state | Isaac Freund |
2020-11-08 | Update version to 0.12.0 | Simon Ser |
2020-11-08 | xdg_shell: handle inert popups | Ilia Bozhinov |
2020-11-06 | input-method: send modifiers in set_keyboard | Simon Ser |
2020-11-05 | xwayland: remove unused listener | Isaac Freund |
2020-11-05 | screencopy: send failed when copying a DMA-BUF with a region | Simon Ser |
2020-11-05 | screencopy: perform DMA-BUF copy on output commit | Simon Ser |
2020-11-05 | export-dmabuf: export DMA-BUF on output commit | Simon Ser |
2020-11-05 | output: add when field to wlr_output_event_commit | Simon Ser |
2020-11-05 | output: update docs to reflect reality | Simon Ser |
2020-11-05 | backend/drm: export pending FB in export_dmabuf, if any | Simon Ser |
2020-11-04 | screencopy: stop setting needs_frame flag | Simon Ser |
2020-11-03 | gamma-control-v1: apply gamma LUT when output gets enabled | Simon Ser |
2020-11-03 | xwayland: log unhandled NET_WM_STATE property changes | Simon Ser |
2020-11-03 | xwayland: minor code style fixes | Simon Ser |
2020-11-03 | backend/drm: fix "a page-flip is already pending" errors on modeset | Simon Ser |
2020-11-02 | render: define EGL_NO_PLATFORM_SPECIFIC_TYPES (#2452) | Simon Ser |
2020-10-31 | render/dmabuf: use bitmask for wlr_dmabuf_attributes_flags | Tudor Brindus |
2020-10-31 | util/edges: use bitmask for wlr_edges | Tudor Brindus |
2020-10-31 | types/wlr_output_layout: use bitmask for wlr_direction | Tudor Brindus |
2020-10-31 | types/wlr_keyboard: use bitmasks for wlr_keyboard_led and wlr_keyboard_modifi... | Tudor Brindus |
2020-10-30 | backend/drm: Check if output is enabled before sending frame event | Marten Ringwelski |
2020-10-27 | xdg_shell: fix a typo | Ilia Bozhinov |
2020-10-20 | foreign toplevel: Fix whitespace error | Scott Moreau |
2020-10-20 | foreign toplevel: send parent event only to clients that support it | Daniel Kondor |
2020-10-20 | xwayland: fix minor typo in debug log | Tudor Brindus |
2020-10-18 | backend/wayland: fix some keyboard/touch leaks | Mykola Orliuk |
2020-10-18 | backend/wayland: fix input creation error handling | Mykola Orliuk |
2020-10-18 | backend/wayland: add error flow in create_wl_seat | Mykola Orliuk |
2020-10-18 | foreign-toplevel-management: report parent toplevel | Daniel Kondor |
2020-10-18 | backend/wayland: factor out wlr_wl_seat | Mykola Orliuk |
2020-10-18 | backend/wayland: manage cursor for current pointer | Mykola Orliuk |
2020-10-18 | backend/wayland: add touch support to the wayland backend | Ilia Bozhinov |
2020-10-18 | wlr_drag: remove unused point_destroy field | Isaac Freund |
2020-10-16 | xdg_positioner: remove unused field | Isaac Freund |
2020-10-14 | xwayland: add set_geometry event | Ilia Bozhinov |
2020-10-13 | xwayland: notify requestor when we fail to respond to their request | Tudor Brindus |
2020-10-12 | xwayland: remove stale transfers from the same requestor | Tudor Brindus |
2020-10-11 | xwayland: introduce WLR_XWAYLAND for specifying which Xwayland to use | Tudor Brindus |
2020-10-11 | xwayland: fix use-after-free in selection handling | Tudor Brindus |
2020-10-11 | xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead | Tudor Brindus |
2020-10-11 | examples: use `perror` instead of `fprintf` GNU %m `printf` extension | Tudor Brindus |
2020-10-10 | backend/libinput: improve logger callback | Simon Ser |
2020-10-09 | output-management-v1: send complete head state on enable change | Roman Gilg |