Age | Commit message (Expand) | Author |
2020-11-15 | buffer: add wlr_client_buffer_get | Simon Ser |
2020-11-15 | render: introduce wlr_swapchain | Simon Ser |
2020-11-15 | render/drm_format_set: introduce wlr_drm_format_dup | Simon Ser |
2020-11-15 | render: introduce wlr_gbm_allocator | Simon Ser |
2020-11-15 | render: introduce wlr_allocator | Simon Ser |
2020-11-15 | backend/libinput: require libinput 1.14 | Simon Ser |
2020-11-12 | backend/wayland: Set cursor indivdualy per output | Mykola Orliuk |
2020-11-12 | backend/wayland: Add active pointer per host seat | Mykola Orliuk |
2020-11-12 | backend/wayland: Bind pointer listener to seat | Mykola Orliuk |
2020-11-12 | backend/wayland: Listen to pointers from all seats | Mykola Orliuk |
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 |