Age | Commit message (Expand) | Author |
2019-11-23 | Amend typos | Jason |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser |
2019-11-21 | presentation-time: add helper for common case | Simon Ser |
2019-11-21 | presentation-time: make API more flexible | Simon Ser |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |
2019-11-19 | backend/x11: Revert usage of present extension | Scott Anderson |
2019-11-17 | output: add wlr_output_event_present.commit_seq | Simon Ser |
2019-11-13 | backend/wayland: expose remote objects | Simon Ser |
2019-11-13 | backend/wayland: add support for relative-pointer-unstable-v1 | Simon Ser |
2019-11-11 | Introduce wlr_renderer_get_egl | Drew DeVault |
2019-11-07 | render/gles2: provide public API to access GL texture | Simon Ser |
2019-11-06 | render: remove EGL includes from wlr_texture.h | Simon Ser |
2019-11-06 | render/gles: Simplify textures a bit | Scott Anderson |
2019-11-05 | Introduce wlr_keyboard_group | Brian Ashworth |
2019-11-02 | backend/x11: Give X11 a real rendering loop | Scott Anderson |
2019-10-27 | backend/drm: add support for custom modes | Simon Ser |
2019-10-23 | backend/drm: retry without modifiers for the primary plane | Simon Ser |
2019-10-22 | backend/drm: track gbm_bo during direct scan-out | Simon Ser |
2019-10-22 | screencopy: Implement damage reporting | Andri Yngvason |
2019-10-22 | output: Add commit sequence number | Andri Yngvason |
2019-10-16 | layer_shell: set layer of existing surface | Timidger |
2019-10-16 | backend/wayland: add support for direct scan-out | Simon Ser |
2019-10-16 | output: add block_idle_frame | Ivan Molodetskikh |
2019-10-16 | Add new define EGL_NO_X11 for newer mesa library | Danilo Spinella |
2019-10-11 | backend/drm: use modifiers for our GBM buffers | Simon Ser |
2019-10-08 | xwayland: Expose configure request mask | Scott Moreau |
2019-09-26 | Clean up wayland backend tablet support | Markus Ongyerth |
2019-09-26 | Add zwp-tablet-unstable-v2 client support | Markus Ongyerth |
2019-09-19 | presentation_feedback: add the sampled state | Ivan Molodetskikh |
2019-09-14 | wlr_seat_touch: Destroy the touchpoint on client destroy | Sebastian Krzyszkowiak |
2019-08-15 | wlr_xdg_toplevel: reparent on parent unmap | Brian Ashworth |
2019-08-12 | wlr_xdg_popup: grab touch events alongside pointer and keyboard | Sebastian Krzyszkowiak |
2019-08-11 | Add libinput-1.14 support | Drew DeVault |
2019-08-09 | Remove rootston | Drew DeVault |
2019-08-07 | Revert "output: atomic mode" | Rouven Czerwinski |
2019-08-03 | backend/drm: destroy output immediately | Rouven Czerwinski |
2019-08-02 | output: atomic mode, enabled, scale and transform | Simon Ser |
2019-08-01 | screencopy: send failed after output disconnect | 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 | 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: Remove unused event source | Guido Günther |
2019-06-30 | wlr_tablet_v2: 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-24 | virtual_keyboard: Require keymap before accepting keycodes | Dorota Czaplejewicz |
2019-06-22 | backend/drm: Simplify object matching code | Scott Anderson |
2019-06-21 | Support pointer-gestures on Wayland backend | Greg V |