Age | Commit message (Expand) | Author |
2020-07-15 | input/pointer: add wlr_seat_pointer_wrap | Tudor Brindus |
2020-07-08 | input-method: implement keyboard grabs | xdavidwu |
2020-07-08 | virtual-keyboard: add wlr_input_device_get_virtual_keyboard | xdavidwu |
2020-07-07 | layer-shell: remove unused surface list | Isaac Freund |
2020-07-03 | xwm: end transfers when the requestor is destroyed | John Chadwick |
2020-06-30 | output: add backend docs | Simon Ser |
2020-06-24 | render/gles2: use glGetAttribLocation instead of hardcoded indices | Simon Zeni |
2020-06-19 | output: rename impl->rollback to rollback_render | Simon Ser |
2020-06-17 | viewporter: new protocol implementation | Simon Ser |
2020-06-17 | surface: introduce wlr_surface_get_buffer_source_box | Simon Ser |
2020-06-17 | surface: add wlr_surface_state.viewport | Simon Ser |
2020-06-17 | render: add wlr_render_subtexture_with_matrix | Simon Ser |
2020-06-17 | util/region: add wlr_region_scale_xy | Simon Ser |
2020-06-17 | box: add wlr_fbox | Simon Ser |
2020-06-09 | output: document wlr_output_export_dmabuf | Simon Ser |
2020-06-09 | buffer: document wlr_buffer_get_dmabuf DMA-BUF lifetime | Simon Ser |
2020-06-08 | screencopy: Implement copying into linux-dmabuf | Andri Yngvason |
2020-06-08 | render: Add wlr_renderer_blit_dmabuf() | Andri Yngvason |
2020-06-08 | render: egl: Add utility functions for saving/restoring context | Andri Yngvason |
2020-06-06 | render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXT | Simon Ser |
2020-06-06 | util/time: move `timespec_sub` to time utilities | Tudor Brindus |
2020-06-06 | util/time: de-duplicate `timespec_to_msec` | Tudor Brindus |
2020-06-06 | util: fix and move `get_current_time_msec` into a util file | Tudor Brindus |
2020-06-05 | Allow keyboard and pointer grabs to hook clear_focus() | Thomas Hebb |
2020-06-05 | wlr_seat: Clarify wording of non-grab-respecting function comments | Thomas Hebb |
2020-06-05 | wlr_seat: Declare functions in the same order for pointer, keyboard, and touch | Thomas Hebb |
2020-06-01 | backend/drm: make adaptive_sync atomic | Simon Ser |
2020-05-31 | wlr_keyboard_group: introduce enter and leave | Brian Ashworth |
2020-05-28 | seat: Create inert objects for missing capabilities | Kenny Levinsen |
2020-05-27 | backend/drm: don't set cursor if off-screen | Simon Ser |
2020-05-26 | backend/drm: introduce pending and current CRTC state | Simon Ser |
2020-05-26 | backend/drm: nuke retry_pageflip | Simon Ser |
2020-05-26 | backend/drm: make drm_connector_set_mode take a wlr_drm_connector | Simon Ser |
2020-05-26 | backend/drm: remove enable_drm_connector | Simon Ser |
2020-05-19 | xwayland: add option to disable WM | Simon Ser |
2020-05-19 | xwayland: split server | Simon Ser |
2020-05-19 | render/egl: introduce wlr_egl_unset_current | Simon Ser |
2020-05-18 | Make wlr_xcursor_manager_load() return a bool | Isaac Freund |
2020-05-14 | output: make wlr_output_set_gamma atomic | Simon Ser |
2020-05-14 | tablet: expose wlr_tablet_tool_v2_has_implicit_grab function | Tudor Brindus |
2020-05-13 | input/pointer: notify compositor when constraint region changes | Tudor Brindus |
2020-05-11 | render/egl: include EGL/eglmesaext.h only if present | Julien Olivain |
2020-05-10 | backend/drm: simplify atomic commit logic | Simon Ser |
2020-05-10 | backend/drm: GAMMA_LUT_SIZE isn't atomic | Simon Ser |
2020-05-09 | backend/drm: remove crtc_set_cursor from interface | Simon Ser |
2020-05-09 | backend/drm: remove conn_enable from interface | Simon Ser |
2020-05-09 | backend/drm: rename crtc_pageflip to crtc_commit | Simon Ser |
2020-05-09 | backend/drm: apply gamma LUT on page-flip | Simon Ser |
2020-05-09 | backend/drm: remove mode argument to crtc_pageflip | Simon Ser |
2020-05-09 | backend/drm: remove unused fields | Simon Ser |