Age | Commit message (Expand) | Author |
2023-01-31 | xdg-shell: remove unnecessary return | Simon Ser |
2023-01-31 | xdg-shell: reset added/committed flag on unmap | Simon Ser |
2023-01-31 | backend/drm: set "max bpc" property based on pixel format | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_notify_enter() | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_notify_modifiers() | Simon Ser |
2023-01-26 | seat/keyboard: constify args in wlr_seat_keyboard_enter() | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_send_modifiers() | Simon Ser |
2023-01-26 | seat/keyboard: skip wl_array allocation | Simon Ser |
2023-01-24 | tinywl: fix extra whitespace | Simon Ser |
2023-01-21 | wlr_scene: Send intersecting list of scene outputs for outputs_update signal | Alexander Orzechowski |
2023-01-21 | output-layout: improve closest point for no outputs case | Kirill Primak |
2023-01-19 | render/vulkan: check that requested size is smaller than max | Simon Ser |
2023-01-18 | vulkan: increase max stage size to support large buffers | Brett Ernst |
2023-01-18 | backend/drm: disable all CRTCs after VT switch | Simon Ser |
2023-01-18 | render/vulkan: use correct source offset in read_pixels | llyyr |
2023-01-16 | backend/x11: fix delta_discrete value | Kirill Primak |
2023-01-04 | subcompositor: Clean up subsurface_consider_map | Alexander Orzechowski |
2023-01-04 | subcompositor: Clarify comment on subsurface mapped consideration | Alexander Orzechowski |
2023-01-04 | tinywl: Nuke view->{x, y} | Alexander Orzechowski |
2023-01-03 | tablet-tool: revert bitfield in enum wlr_tablet_tool_tip_state | Simon Ser |
2023-01-03 | backend/x11: fix initial value of wlr_x11_buffer.n_busy | Simon Ser |
2022-12-23 | session-lock: send more protocol errors | Isaac Freund |
2022-12-22 | addon: Remove extra newline from logging | Alexander Orzechowski |
2022-12-22 | addon: Add more logging | Alexander Orzechowski |
2022-12-22 | presentation-time: finish surface addon | Kirill Primak |
2022-12-22 | xwayland/xwm: remove unnecessary surface_id reset | Simon Ser |
2022-12-22 | xwayland/xwm: assert that we're not overwriting when associating | Simon Ser |
2022-12-22 | xwayland/xwm: dissociate even if surface is NULL | Kirill Primak |
2022-12-22 | util/addon: ensure the set is empty after finish | Kirill Primak |
2022-12-22 | render/vulkan: always finish buffer addon on texture destroy | Kirill Primak |
2022-12-22 | render/vulkan: remove NULL renderer check on texture destroy | Kirill Primak |
2022-12-20 | cursor: compare to scaled coords | bi4k8 |
2022-12-18 | xwayland/xwm: constify needles | Kirill Primak |
2022-12-16 | backend/drm: check return value of get_drm_{connector,crtc}_props() | Simon Ser |
2022-12-15 | keyboard: improve documentation | Simon Ser |
2022-12-15 | backend/drm: remove wlr_drm_crtc.legacy_crtc | Simon Ser |
2022-12-15 | backend/drm: fetch fresh legacy CRTC in connector_get_current_mode() | Simon Ser |
2022-12-14 | keyboard: only update LEDs when changed | xiliuya |
2022-12-13 | backend/drm: drop unused arg in connector_get_current_mode() | Simon Ser |
2022-12-13 | backend/drm: prevent out-of-bounds array access on unknown subpixel | Simon Ser |
2022-12-13 | backend/drm: refuse to switch CRTC for enabled connector | Simon Ser |
2022-12-13 | backend/drm: rename wlr_drm_backend.outputs to connectors | Simon Ser |
2022-12-13 | backend/drm: clear pending cursor FB in drm_connector_commit_state() | Simon Ser |
2022-12-13 | backend/drm: update wlr_drm_connnector.crtc in drm_connector_commit_state() | Simon Ser |
2022-12-13 | backend/drm: print stringified connector status in realloc_crtcs() | Simon Ser |
2022-12-13 | backend/drm: add drm_connector_status_str() | Simon Ser |
2022-12-13 | render/egl: stop advertising render support for external-only formats | Simon Ser |
2022-12-12 | egl: consistently use EGLint for DMA-BUF format | Simon Ser |
2022-12-09 | util/region: forbid "shrinking" a region with wlr_region_expand() | Kirill Primak |
2022-12-08 | render/pixman: skip mask for opaque texture rendering | Simon Ser |