Age | Commit message (Expand) | Author |
2021-04-06 | build: use get_variable instead of get_pkgconfig_variable | Simon Ser |
2021-04-06 | surface: remove resource_list arg from surface_create | Simon Ser |
2021-04-06 | surface: make wlr_surface_create private | Simon Ser |
2021-04-06 | Use absolute paths in include in header files | zccrs |
2021-03-29 | xwayland: require xcb-icccm | Simon Ser |
2021-03-25 | subsurface: use cached surface state | Simon Ser |
2021-03-25 | surface: introduce cached states | Simon Ser |
2021-03-25 | surface: introduce commit sequence numbers | Simon Ser |
2021-03-25 | render/gles2: remove depth and bpp gles2_pixel_format, use drm pixel format | Simon Zeni |
2021-03-25 | Move render/shm_format functions to render/pixel_format | Simon Zeni |
2021-03-25 | render/pixel_format: introduce pixel format info table | Simon Zeni |
2021-03-10 | output: improve transform matrix calculation | Simon Zeni |
2021-03-09 | output: document hotspot coord space | Simon Ser |
2021-03-03 | xwayland: use -listenfd if available | Simon Ser |
2021-03-03 | xwayland: check executable exists on init | Simon Ser |
2021-02-23 | Remove unnecessary wayland-server-protocol.h includes | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_texture_from_pixels | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_renderer_read_pixels | Simon Ser |
2021-02-23 | output: use DRM format in wlr_output_preferred_read_format | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_renderer_get_shm_texture_formats | Simon Ser |
2021-02-23 | render/gles2: replace wlr_gles2_texture.wl_format with drm_format | Simon Ser |
2021-02-23 | render/gles2: convert format table to DRM formats | Simon Ser |
2021-02-23 | render/shm_format: add wl_shm_format conversion helpers | Simon Ser |
2021-02-15 | Replace leftover conf_data with features | Simon Ser |
2021-02-15 | text_input_v3: correct typo in enum field | Tadeo Kondrak |
2021-02-15 | build: use dictionnary for features instead of configuration_data | Simon Ser |
2021-02-08 | backend/x11: drop x11-xcb dependency | Simon Ser |
2021-02-06 | region: remove leftover description of resource_list | Brandon Dowdy |
2021-02-05 | backend/x11: use native cursors | Ilia Mirkin |
2021-02-05 | Make implementation function lists static const | Manuel Stoeckl |
2021-02-05 | xcursor: make cursor data and metadata const | Manuel Stoeckl |
2021-02-05 | xwayland/xwm: make atom_map const | Manuel Stoeckl |
2021-02-04 | Fix bad indentation | Simon Ser |
2021-02-04 | xwayland/selection: use one target window per selection | Tudor Brindus |
2021-02-04 | xwayland/selection: use one X11 window per incoming transfer | Tudor Brindus |
2021-02-02 | region: make wlr_region_create private | Simon Ser |
2021-02-02 | render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy | Simon Ser |
2021-01-31 | xwayland/selection: make xwm_selection_init take a wlr_xwm_selection * | Tudor Brindus |
2021-01-31 | xwayland/selection: introduce `xwm_selection_transfer_init` | Tudor Brindus |
2021-01-31 | xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection * | Tudor Brindus |
2021-01-31 | xwayland/selection: destroy all selections on Xwayland restart | Tudor Brindus |
2021-01-29 | xwayland/selection: refactor remaining incremental transfer code | Tudor Brindus |
2021-01-29 | xwayland/selection: extract out property requests | Tudor Brindus |
2021-01-29 | render/egl: remove *config_attribs and wlr_egl->config | Brandon Dowdy |
2021-01-29 | render/egl: remove wlr_egl_{create,destroy}_surface | Brandon Dowdy |
2021-01-27 | xwayland: drop unused enum net_wm_state_action | Simon Ser |
2021-01-25 | xwayland/selection: rename Wayland-facing data and helpers | Tudor Brindus |
2021-01-24 | backend/drm: don't blit in drm_fb_import | Simon Ser |
2021-01-24 | backend/drm: simplify drm_fb_lock_surface | Simon Ser |
2021-01-24 | backend/drm: document wlr_drm_plane surface fields | Simon Ser |