Age | Commit message (Expand) | Author |
2023-11-14 | tinywl: don't use "I"/"my" in docs | Kirill Primak |
2023-11-14 | tinywl: fix xdg_toplevel_destroy() docs | Kirill Primak |
2023-11-14 | tinywl: stop using the word "view" to refer to toplevels | Simon Ser |
2023-11-13 | tinywl: fix crash when previously focused surface is not a toplevel | Simon Ser |
2023-11-13 | xdg-shell: add wlr_xdg_{toplevel,popup}_try_from_wlr_surface() | Simon Ser |
2023-11-06 | wlr-output-management: Send custom modes to clients | Väinö Mäkelä |
2023-11-02 | ci: halt on UBSan error in smoke test | Simon Ser |
2023-11-01 | xcursor: add fallbacks for legacy names | Simon Ser |
2023-10-31 | Remove unnecessary code | JiDe Zhang |
2023-10-31 | cursor: log missing XCursor | Simon Ser |
2023-10-31 | wlr_cursor: update cursor when output enable and transform changed | sunzhguy |
2023-10-30 | backend: drop wlr_backend_get_presentation_clock() | Simon Ser |
2023-10-29 | xdg-toplevel: don't send maximized if tiled is requested but not supported | Kirill Primak |
2023-10-26 | xwayland: add wlr_xwayland_set_workareas() | John Lindgren |
2023-10-26 | util/token: add docs | Simon Ser |
2023-10-26 | util/token: rename TOKEN_STRLEN to TOKEN_SIZE | Simon Ser |
2023-10-26 | render/vulkan: use VK_KHR_global_priority | eri |
2023-10-26 | xdg-shell: use wlr_surface.unmap_commit | Kirill Primak |
2023-10-26 | render/vulkan: remove unused queue_props in renderer | Simon Zeni |
2023-10-26 | layer-shell: track surface init state | Kirill Primak |
2023-10-26 | layer-shell: don't use wlr_surface_role.unmap hook | Kirill Primak |
2023-10-26 | compositor: add wlr_surface.unmap_commit | Kirill Primak |
2023-10-26 | layer-shell: check the configured flag earlier | Kirill Primak |
2023-10-25 | examples: drop dead client code | Simon Ser |
2023-10-21 | renderer/vulkan: don't add two alphas together in blend func | Brett Ernst |
2023-10-19 | linux_dmabuf_v1: convert to try_from | eri |
2023-10-19 | drm: convert to try_from | eri |
2023-10-19 | buffer: convert to try_from | eri |
2023-10-17 | render/vulkan: undo alpha premult before sRGB encoding/decoding | Simon Ser |
2023-10-16 | Fix output layers order error on wayland backend | JiDe Zhang |
2023-10-14 | xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinates | John Lindgren |
2023-10-12 | examples: split clients in separate repository | Simon Ser |
2023-10-12 | Revert "backend/drm: Automatic non-blocking commits" | Simon Ser |
2023-10-12 | build: rename libdrm partial dep to be more explicit | Simon Ser |
2023-10-10 | Drop wl_client and user data assertions in bind handlers | Kirill Primak |
2023-10-10 | xwayland: add wlr_xwayland_create_with_server() | Simon Ser |
2023-10-10 | xwayland/server: add ready flag | Simon Ser |
2023-10-10 | backend/drm: Automatic non-blocking commits | Kenny Levinsen |
2023-10-10 | docs: add architecture document | Simon Ser |
2023-10-10 | security-context-v1: add commit event | Simon Ser |
2023-10-10 | security-context-v1: new protocol implementation | Simon Ser |
2023-10-09 | xwayland: fix memory leak | Christopher Snowhill |
2023-10-09 | xdg-shell: fix wlr_xdg_popup_destroy() docs | Kirill Primak |
2023-10-09 | layer-shell: check for NULL in wlr_layer_surface_v1_destroy() | Kirill Primak |
2023-10-09 | output: allow_artifacts -> allow_reconfiguration | Kenny Levinsen |
2023-10-08 | scene/output_layout: Add assert for duplicate output insertion | Alexander Orzechowski |
2023-10-08 | Add GitLab issue template | Simon Ser |
2023-10-08 | util/addon: make wlr_addon_set_finish() safer | Kirill Primak |
2023-10-08 | scene-output-layout: assert lo->output == so->output | Kirill Primak |
2023-10-07 | scene_output_layout: Don't destroy output when output layout is destroyed | Alexander Orzechowski |