Age | Commit message (Expand) | Author |
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 |
2019-02-15 | Revert "drm: do not modeset to current mode" | Drew DeVault |
2019-02-14 | Copy cursor surface to secondary gpu if necessary | Vincent Vanlaer |
2019-02-14 | drm: do not modeset to current mode | Brian Ashworth |
2019-02-04 | Merge pull request #1526 from VincentVanlaer/cursor-dmabuf | Scott Anderson |
2019-02-04 | Allow cursor render surface to be used as fb | Vincent Vanlaer |
2019-02-03 | Allow compositors to run as systemd user units | mnussbaum |
2019-01-31 | backend/session/logind: dup FD with CLOEXEC | emersion |
2019-01-29 | Require libdrm >= 2.4.95 | emersion |
2019-01-29 | Merge pull request #1509 from emersion/gbm-fmt-mismatch | Drew DeVault |
2019-01-29 | backend/drm: fix GBM format mismatch | emersion |
2019-01-28 | Implement the pointer-gestures-unstable-v1 protocol | Greg V |
2019-01-26 | backend/wayland: handle wl_pointer.axis_stop | emersion |
2019-01-26 | pointer: add a frame event | emersion |