aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-21build: use dicts instead of get_variableSimon Ser
2020-04-21build: use meson.override_dependencySimon Ser
2020-04-21backend/libinput: correctly populate x/y fields on tablet proximity inTudor Brindus
2020-04-17Document the events of wlr_layer_surfaceIsaac Freund
2020-04-15logind: Close fd before releasing deviceKenny Levinsen
2020-04-15seat: add selection event docsTudor Roman
2020-04-15tinywl: remove redundant create output global callIsaac Freund
2020-04-14backend/multi: add backends at end of listSimon Ser
2020-04-14seat: add check for NULL keyboardr-c-f
2020-04-10output: fix maybe-uninitialized warningSimon Ser
2020-04-10backend/wayland: check scan-out buffer is compatible in output_testSimon Ser
2020-04-10output: check for buffer size compatibility in common codeSimon Ser
2020-04-10output: fix blurred hw cursors with fractional scalingSimon Ser
2020-04-09render: only expose linux-dmabuf if EGL extension is supportedSimon Ser
2020-04-09render/gles2: only call wlr_egl_bind_display if supportedSimon Ser
2020-04-09backend: set EGL_RENDERABLE_TYPE and EGL_SURFACE_TYPESimon Ser
2020-04-09render/egl: make config attribs constSimon Ser
2020-04-08Add wlr_output_impl.rollbackSimon Ser
2020-04-08backend: reset EGL surface after buffer swapSimon Ser
2020-04-08output: check buffer in wlr_output_testSimon Ser
2020-04-08output: introduce wlr_output_testSimon Ser
2020-04-02buffer: add width and heightSimon Ser
2020-04-02buffer: add a release eventSimon Ser
2020-04-02buffer: add destroy eventSimon Ser
2020-03-29Gracefully handle inert wl_output resourcesSimon Ser
2020-03-25Prevent memory leak in copypaste of the screencopy exampleRabit
2020-03-24build: Add 'auto' to logind-provider combo optionScott Moreau
2020-03-24Return false on wlr_keyboard_set_keymap() failureIsaac Freund
2020-03-23Return failure of wlr_renderer_init_wl_display()Isaac Freund
2020-03-21wlr_surface: Post error if multiple role objects createdScott Anderson
2020-03-17backend/wayland: close keymap FDSimon Ser
2020-03-15Fix uint32 overflow in fill_empty_gamma_table on Icelake platformFilip Sandborg
2020-03-14Send pointer enter/leave on capability changeIsaac Freund
2020-03-13Properly popluate keys array for enter on creationIsaac Freund
2020-03-13Send keyboard enter/leave on capability changeIsaac Freund
2020-03-12output: replace wlr_output.damage with a damage eventSimon Ser
2020-03-12output: add comment about needs_frame in wlr_output_schedule_frameSimon Ser
2020-03-09buffer: remove unused wlr_client_buffer fieldsSimon Ser
2020-03-09render/gles2: remove duplicated format listSimon Ser
2020-03-07util/log: improve time prefixSimon Ser
2020-03-06output: don't send a needs_frame event if already sentSimon Ser
2020-03-06output: make wlr_output_schedule_frame set output->needs_frameSimon Ser
2020-03-06xwayland: remove underscore prefix from atom namesSimon Ser
2020-03-06xwayland: remove duplicate _NET_WM_NAME entrySimon Ser
2020-03-06xwayland: use explicit indexes when initializing atom_mapSimon Ser
2020-03-06backend/drm: add support for adaptive_sync_enabledSimon Ser
2020-03-06backend/x11: add support for adaptive_sync_enabledSimon Ser
2020-03-06output: add adaptive_sync_enabled propertySimon Ser
2020-03-06Introduce wlr_client_bufferSimon Ser
2020-03-04xcursor: also look for cursor themes under ${datadir}/icons by defaultJan Beich