Age | Commit message (Expand) | Author |
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 |
2020-05-09 | backend/drm: remove wlr_drm_interface.crtc_move_cursor | Simon Ser |
2020-05-07 | input/keyboard: expose keymap matching helper | Tudor Brindus |
2020-05-04 | wlr/types: use bitshifts for tablet axes enum | Tudor Brindus |
2020-05-02 | backend/headless: handle renderer destroy | Simon Ser |
2020-05-02 | Add wlr_surface_accepts_touch | David96 |
2020-04-28 | render/texture: add width and height fields | Simon Ser |
2020-04-28 | backend/drm: move atomic cursor code into pageflip code | Scott Anderson |
2020-04-28 | backend/drm: introduce wlr_drm_fb | Scott Anderson |
2020-04-22 | backend/headless: add wlr_headless_backend_create_with_renderer | Simon Ser |
2020-04-22 | backend/headless: use FBOs instead of pbuffers | Simon Ser |
2020-04-22 | render/gles2: add wlr_gles2_renderer_check_ext | Simon Ser |
2020-04-22 | output_layout: improve docs | Simon Ser |
2020-04-17 | Document the events of wlr_layer_surface | Isaac Freund |
2020-04-15 | seat: add selection event docs | Tudor Roman |
2020-04-10 | output: fix blurred hw cursors with fractional scaling | Simon Ser |
2020-04-09 | render/egl: make config attribs const | Simon Ser |
2020-04-08 | Add wlr_output_impl.rollback | Simon Ser |
2020-04-08 | output: check buffer in wlr_output_test | Simon Ser |
2020-04-08 | output: introduce wlr_output_test | Simon Ser |
2020-04-02 | buffer: add width and height | Simon Ser |
2020-04-02 | buffer: add a release event | Simon Ser |
2020-04-02 | buffer: add destroy event | Simon Ser |
2020-03-29 | Gracefully handle inert wl_output resources | Simon Ser |
2020-03-24 | Return false on wlr_keyboard_set_keymap() failure | Isaac Freund |
2020-03-23 | Return failure of wlr_renderer_init_wl_display() | Isaac Freund |
2020-03-14 | Send pointer enter/leave on capability change | Isaac Freund |
2020-03-13 | Send keyboard enter/leave on capability change | Isaac Freund |
2020-03-12 | output: replace wlr_output.damage with a damage event | Simon Ser |
2020-03-09 | buffer: remove unused wlr_client_buffer fields | Simon Ser |
2020-03-06 | xwayland: remove underscore prefix from atom names | Simon Ser |
2020-03-06 | xwayland: remove duplicate _NET_WM_NAME entry | Simon Ser |
2020-03-06 | xwayland: use explicit indexes when initializing atom_map | Simon Ser |
2020-03-06 | backend/drm: add support for adaptive_sync_enabled | Simon Ser |
2020-03-06 | backend/x11: add support for adaptive_sync_enabled | Simon Ser |
2020-03-06 | output: add adaptive_sync_enabled property | Simon Ser |
2020-03-06 | Introduce wlr_client_buffer | Simon Ser |
2020-03-04 | output: remove wlr_output_impl.schedule_frame | Simon Ser |