aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-04-11backend/session: Remove logind backendKenny Levinsen
2021-04-09Remove WLR_HAS_XCB_ERRORSSimon Ser
2021-04-08gtk-primary-selection: drop supportIsaac Freund
2021-04-08render: drop support for ellipsesSimon Ser
2021-04-08render: remove wlr_texture_to_dmabufSimon Ser
2021-04-08render: drop wlr_renderer_blit_dmabufSimon Ser
2021-04-06build: use get_variable instead of get_pkgconfig_variableSimon Ser
2021-04-06surface: remove resource_list arg from surface_createSimon Ser
2021-04-06surface: make wlr_surface_create privateSimon Ser
2021-04-06Use absolute paths in include in header fileszccrs
2021-03-29xwayland: require xcb-icccmSimon Ser
2021-03-25subsurface: use cached surface stateSimon Ser
2021-03-25surface: introduce cached statesSimon Ser
2021-03-25surface: introduce commit sequence numbersSimon Ser
2021-03-25render/gles2: remove depth and bpp gles2_pixel_format, use drm pixel formatSimon Zeni
2021-03-25Move render/shm_format functions to render/pixel_formatSimon Zeni
2021-03-25render/pixel_format: introduce pixel format info tableSimon Zeni
2021-03-10output: improve transform matrix calculationSimon Zeni
2021-03-09output: document hotspot coord spaceSimon Ser
2021-03-03xwayland: use -listenfd if availableSimon Ser
2021-03-03xwayland: check executable exists on initSimon Ser
2021-02-23Remove unnecessary wayland-server-protocol.h includesSimon Ser
2021-02-23render: use DRM formats in wlr_texture_from_pixelsSimon Ser
2021-02-23render: use DRM formats in wlr_renderer_read_pixelsSimon Ser
2021-02-23output: use DRM format in wlr_output_preferred_read_formatSimon Ser
2021-02-23render: use DRM formats in wlr_renderer_get_shm_texture_formatsSimon Ser
2021-02-23render/gles2: replace wlr_gles2_texture.wl_format with drm_formatSimon Ser
2021-02-23render/gles2: convert format table to DRM formatsSimon Ser
2021-02-23render/shm_format: add wl_shm_format conversion helpersSimon Ser
2021-02-15Replace leftover conf_data with featuresSimon Ser
2021-02-15text_input_v3: correct typo in enum fieldTadeo Kondrak
2021-02-15build: use dictionnary for features instead of configuration_dataSimon Ser
2021-02-08backend/x11: drop x11-xcb dependencySimon Ser
2021-02-06region: remove leftover description of resource_listBrandon Dowdy
2021-02-05backend/x11: use native cursorsIlia Mirkin
2021-02-05Make implementation function lists static constManuel Stoeckl
2021-02-05xcursor: make cursor data and metadata constManuel Stoeckl
2021-02-05xwayland/xwm: make atom_map constManuel Stoeckl
2021-02-04Fix bad indentationSimon Ser
2021-02-04xwayland/selection: use one target window per selectionTudor Brindus
2021-02-04xwayland/selection: use one X11 window per incoming transferTudor Brindus
2021-02-02region: make wlr_region_create privateSimon Ser
2021-02-02render/dmabuf: make src arg const in wlr_dmabuf_attributes_copySimon Ser
2021-01-31xwayland/selection: make xwm_selection_init take a wlr_xwm_selection *Tudor Brindus
2021-01-31xwayland/selection: introduce `xwm_selection_transfer_init`Tudor Brindus
2021-01-31xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection *Tudor Brindus
2021-01-31xwayland/selection: destroy all selections on Xwayland restartTudor Brindus
2021-01-29xwayland/selection: refactor remaining incremental transfer codeTudor Brindus
2021-01-29xwayland/selection: extract out property requestsTudor Brindus
2021-01-29render/egl: remove *config_attribs and wlr_egl->configBrandon Dowdy