Age | Commit message (Expand) | Author |
2024-01-23 | pointer: add support for axis relative direction | Simon Ser |
2024-01-22 | xdg-shell: assert that configure events carry positive or zero sizes | Simon Ser |
2024-01-22 | layer-shell: forbid set_size with values ≥INT32_MAX | Kirill Primak |
2024-01-18 | single-pixel-buffer: send wl_buffer.release | Kirill Primak |
2024-01-17 | security-context-v1: fix possible leaks on wl_client_create() and state copyi... | Kirill Primak |
2024-01-17 | xwayland: close pipe fds on set_cloexec() error | Kirill Primak |
2024-01-17 | backend/x11: handle touchpoint allocation failure | Kirill Primak |
2024-01-17 | render/drm_format_set: fix possible leak on realloc error | Kirill Primak |
2024-01-17 | render/vulkan: fix possible double free | Kirill Primak |
2024-01-17 | keyboard: fix type of wlr_keyboard_modifiers.group | Isaac Freund |
2024-01-09 | tinywl: depend on the server xdg-shell header | Kirill Primak |
2024-01-07 | fix outdated comment in wlr_output.h | MaxVerevkin |
2024-01-04 | Fix bool return types | Simon Ser |
2024-01-03 | render: stop auto-creating wl_drm | Simon Ser |
2024-01-03 | wl_drm: add deprecation notice | Simon Ser |
2024-01-03 | region: add docs for wlr_region_scale_xy() and wlr_region_confine() | Simon Ser |
2023-12-30 | backend/drm: save current refresh rate | Simon Ser |
2023-12-27 | scene: drop wlr_scene_set_presentation() | Simon Ser |
2023-12-27 | presentation-time: drop wlr_presentation arg | Simon Ser |
2023-12-25 | tearing-control-v1: synchronize state with surface | Simon Ser |
2023-12-25 | session-lock-v1: use wlr_surface_synced | Simon Ser |
2023-12-25 | session-lock-v1: drop negative buffer size checks | Simon Ser |
2023-12-25 | content-type-v1: use wlr_surface_synced | Simon Ser |
2023-12-25 | pointer-constraints-v1: use wlr_surface_synced | Simon Ser |
2023-12-25 | layer-shell-v1: use wlr_surface_synced | Simon Ser |
2023-12-25 | xdg-decoration: use wlr_surface_synced for toplevel | Simon Ser |
2023-12-25 | subcompositor: use wlr_surface_synced | Simon Ser |
2023-12-25 | presentation-time: use wlr_surface_synced | Simon Ser |
2023-12-25 | xdg-shell: use wlr_surface_synced for popups | Simon Ser |
2023-12-25 | xdg-shell: use wlr_surface_synced for toplevel | Simon Ser |
2023-12-25 | xdg-shell: use wlr_surface_synced for wlr_xdg_surface | Simon Ser |
2023-12-25 | compositor: add wlr_surface_role.client_commit | Simon Ser |
2023-12-25 | compositor: add wlr_surface_synced | Simon Ser |
2023-12-25 | compositor: add wlr_surface_state_has_buffer() | Simon Ser |
2023-12-25 | compositor: fix wlr_surface_has_buffer() doc comment | Simon Ser |
2023-12-25 | compositor: remove unnecessary wlr_surface.has_buffer | Simon Ser |
2023-12-25 | compositor: adjust surface_state_move() comment | Simon Ser |
2023-12-25 | pointer-constraints-v1: reset committed on commit | Simon Ser |
2023-12-25 | pointer-constraints-v1: add cursor_hint.enabled | Simon Ser |
2023-12-25 | compositor: reset wlr_surface.current.committed on commit | Simon Ser |
2023-12-21 | backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`) | Sergei Trofimovich |
2023-12-21 | output-layout: fix missing global for outputs with a custom mode | Simon Ser |
2023-12-18 | input-method: Simplify resetting of input state | Guido Günther |
2023-12-18 | input-method-v2: validate commit serial | pastel raschke |
2023-12-18 | input-method-v2: free current strings on commit | pastel raschke |
2023-12-18 | input-method-v2: drop unnecessary variable and cast | Simon Ser |
2023-12-12 | xcursor: fix duplicate cursor check check in load_callback() | Simon Ser |
2023-12-12 | cursor: drop unnecessary commented code | Simon Ser |
2023-12-12 | cursor: fix initial cursor position for new outputs | Simon Ser |
2023-12-12 | backend/drm: return secondary backend DRM FD | Simon Ser |