Age | Commit message (Expand) | Author |
2019-07-17 | backends/x11: Touch support | Sebastian Krzyszkowiak |
2019-06-27 | backend: drm: switch to pageflip_handler_2 | Rouven Czerwinski |
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-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 | 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: fix attach_buffer semantics | Simon Ser |
2019-06-07 | output: change set_dmabuf to attach_buffer | 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 | drm: legacy: issue a NULL modeset on disable | Rouven Czerwinski |
2019-05-22 | session/logind: check for XDG_SESSION_ID first | Jan Chren |
2019-05-22 | session/logind: specify seat exactly | Jan Chren |
2019-05-15 | Merge pull request #1696 from RedSoxFan/logind-stay-active-on-gone | Scott Anderson |
2019-05-13 | Fixes #1689 RDP RemoteFX crash | Michiel |
2019-05-13 | session/logind: keep active for pause_device gone | Brian Ashworth |
2019-05-06 | backend/wayland: remove wl_shm | Simon Ser |
2019-05-06 | backend/wayland: use xdg-decoration-unstable-v1 | Simon Ser |
2019-04-29 | backend/noop: disallow rendering | Simon Ser |
2019-04-23 | backend/wayland: fix wlr_wl_pointer use-after-free | Simon Ser |
2019-04-23 | output: rename needs_commit to needs_frame | Simon Ser |
2019-04-23 | output: refactor backend API | Simon Ser |
2019-04-22 | Fix missing headers when building without X11 | Alyssa Ross |
2019-04-08 | backend: unbreak on 32-bit architectures | Jan Beich |
2019-04-08 | noop: implement setting a custom mode | Ilia Bozhinov |
2019-04-08 | Add FreeRDP backend for remote desktop support | Drew DeVault |
2019-03-21 | wlr_output: Add preferred property (#1625) | Guido Günther |
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin |
2019-03-15 | backend/noop: improve output number handling | Brian Ashworth |
2019-03-15 | backend/headless: improve output number handling | Brian Ashworth |
2019-03-15 | backend/x11: improve output number handling | Brian Ashworth |
2019-03-15 | backend/wayland: improve output number handling | Brian Ashworth |
2019-03-06 | backend/session: Allow setting a custom tty via WLR_DIRECT_TTY | Niklas Schulze |
2019-03-05 | backend/drm: Don't fail on failing to find overlay format | Scott Anderson |
2019-03-05 | backend/session: open TTY with O_CLOEXEC for direct session | emersion |
2019-03-02 | backend/session: add noop session | emersion |
2019-03-01 | meson: enable more compiler warnings | emersion |
2019-02-24 | backend/drm: Unset cursor on cleanup | Scott Anderson |
2019-02-21 | backend/drm: fix memory leak in realloc crtcs | Rouven Czerwinski |
2019-02-19 | backend/drm: fix modeset on drm fd resume | Brian Ashworth |
2019-02-18 | backend/drm: fix NULL dereference when unsetting cursor | emersion |
2019-02-15 | Merge pull request #1537 from VincentVanlaer/cursor-dmabuf-nouveau | Drew DeVault |
2019-02-15 | Add workaround for hardware cursors on nouveau | Vincent Vanlaer |