Age | Commit message (Expand) | Author |
2019-08-01 | screencopy: fix segfault on disabled output | Jason Francis |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-07-21 | output: drop wlr_output_mode.flags | Simon Ser |
2019-07-17 | Use -fmacro-prefix-map to strip build path | Manuel Stoeckl |
2019-07-17 | text_input: Don't forget to send enter events | Guido Günther |
2019-07-17 | backends/x11: Touch support | Sebastian Krzyszkowiak |
2019-07-17 | wlr_touch: Declare wlr_touch_impl usage as const | Sebastian Krzyszkowiak |
2019-07-16 | layer-shell: Reject requests on gone surfaces | Guido Günther |
2019-07-16 | layer-shell: Remove unused event source | Guido Günther |
2019-07-15 | xdg_shell(_v6): Take maximize/fullscreen state into account on view init | Sebastian Krzyszkowiak |
2019-07-11 | seat: Move focus back to first shell surface when unfocusing layer surface | Sebastian Krzyszkowiak |
2019-07-04 | wlr_seat_touch: Don't destroy touch point with surface | Guido Günther |
2019-06-30 | wlr_seat: special-case first serial set use | Manuel Stoeckl |
2019-06-30 | wlr_tablet_v2: Register event serials | Manuel Stoeckl |
2019-06-30 | wlr_pointer_gestures: Register event serials | Manuel Stoeckl |
2019-06-30 | wlr_seat: Fix edge cases with serial validation | Manuel Stoeckl |
2019-06-30 | Implement serial validation for selection requests | Manuel Stoeckl |
2019-06-27 | output-damage: set needs swap only when we have new damage | Ilia Bozhinov |
2019-06-27 | backend: drm: switch to pageflip_handler_2 | Rouven Czerwinski |
2019-06-24 | virtual_keyboard: Require keymap before accepting keycodes | Dorota Czaplejewicz |
2019-06-24 | backend/drm: Exit-early if 0 crtcs | Scott Anderson |
2019-06-22 | backend/drm: Simplify object matching code | Scott Anderson |
2019-06-21 | Support pointer-gestures on Wayland backend | Greg V |
2019-06-17 | x11: Send a frame event on the pointer after button events | Dorota Czaplejewicz |
2019-06-16 | output: remove wlr_output_impl.transform | Simon Ser |
2019-06-16 | output: reset the pending state on failed commit | Simon Ser |
2019-06-16 | Use a set to track pointer button state. | Ashkan Kiani |
2019-06-11 | Remove WLR_DRM_NO_ATOMIC_GAMMA workaround | Scott Anderson |
2019-06-07 | backend/drm: add support for multiplanar BOs | Simon Ser |
2019-06-07 | backend/drm: fallback to drmModeAddFB2 | Simon Ser |
2019-06-07 | output-damage: support direct scan-out | Simon Ser |
2019-06-07 | output: introduce wlr_output_lock_attach_render | Simon Ser |
2019-06-07 | output: refuse to scan-out if software cursors are used | Simon Ser |
2019-06-07 | rootston: add support for direct scan-out | Simon Ser |
2019-06-07 | backend/drm: reject DMA-BUFs with flags | Simon Ser |
2019-06-07 | backend/drm: hold buffers while scanning out | Simon Ser |
2019-06-07 | output: save buffer in pending state | Simon Ser |
2019-06-07 | output: fix attach_buffer semantics | Simon Ser |
2019-06-07 | output: change set_dmabuf to attach_buffer | Simon Ser |
2019-06-07 | buffer: add wlr_buffer_get_dmabuf | Simon Ser |
2019-06-07 | render/dmabuf: add wlr_dmabuf_attributes_copy | Simon Ser |
2019-06-07 | backend/drm: strip alpha channel on scan-out | Simon Ser |
2019-06-07 | backend/drm: check format when scanning out DMA-BUF | Simon Ser |
2019-06-07 | backend/drm: add basic support for direct scan-out | emersion |
2019-06-02 | Remove orbital screenshooter and gamma-control | Simon Ser |
2019-06-02 | Merge pull request #1713 from Emantor/fix/legacy_null_modeset | Scott Anderson |
2019-06-02 | drm: legacy: issue a NULL modeset on disable | Rouven Czerwinski |
2019-05-31 | zwp_virtual-keyboard: fix mmap error handling | Brian Ashworth |
2019-05-30 | wlr_output: remove idle_done on output destroy | Rouven Czerwinski |
2019-05-22 | Merge pull request #1705 from rindeal/patch-2 | Scott Anderson |