Age | Commit message (Expand) | Author |
2024-02-23 | Define _POSIX_C_SOURCE globally | Simon Ser |
2024-02-17 | xdg-activation: distinguish activation and urgency requests | Aleksei Bavshin |
2024-02-15 | Drop unnecessary includes from sway/server.h | Simon Ser |
2024-02-12 | view: drop ext_foreign_destroy | Kirill Primak |
2024-02-12 | ext-foreign-toplevel-list: Implement protocol | Merlin Lex |
2024-01-18 | scene_graph: port wlr_forgein_toplevel_management output enter/leave events | Alexander Orzechowski |
2024-01-18 | scene_graph: Implement toplevel clipping | Alexander Orzechowski |
2024-01-18 | container: Don't track outputs | Alexander Orzechowski |
2024-01-18 | Delete old damage tracking code | Alexander Orzechowski |
2024-01-18 | scene_graph: Port view saved buffers | Alexander Orzechowski |
2024-01-18 | scene_graph: Port xwayland | Alexander Orzechowski |
2024-01-18 | scene_graph: Port xdg_shell | Alexander Orzechowski |
2024-01-18 | scene_graph: Port container server side decorations | Alexander Orzechowski |
2024-01-18 | scene_graph: Port layer_shell | Alexander Orzechowski |
2024-01-18 | input: Query scene graph for relevant surface/node intersections | Alexander Orzechowski |
2024-01-18 | scene_graph: Port ext_session_v1 | Alexander Orzechowski |
2024-01-18 | scene_graph: Port seat drag icons | Alexander Orzechowski |
2024-01-18 | scene_graph: Use built-in linux dmabuf feedback handling | Alexander Orzechowski |
2024-01-18 | scene_graph: Maintain `wlr_scene_node`s for the sway tree. | Alexander Orzechowski |
2024-01-18 | view: init function should return a success bool | Alexander Orzechowski |
2024-01-18 | desktop: Rename layers to shell_layers | Alexander Orzechowski |
2023-12-01 | Don't destroy output layout on exit | Alexander Orzechowski |
2023-11-23 | Pass wl_display to wlr_output_layout | Simon Ser |
2023-11-23 | Add wlr/util/transform.h includes | Simon Ser |
2023-11-21 | view: re-apply criteria when window gets unmapped | EBADBEEF |
2023-11-16 | Only reconfigure input mappings on output change | Simon Ser |
2023-10-24 | view: check if the buffer was uploaded on save | Kirill Primak |
2023-08-28 | Revert "view: update wlr_toplevel size on client resizes" | Dudemanguy |
2023-08-26 | view: update wlr_toplevel size on client resizes | Dudemanguy |
2023-08-21 | chore: chase wlroots xdg-surface role rework | Kirill Primak |
2023-07-31 | output: drop current_mode | Simon Ser |
2023-04-14 | Use output_match_name_or_id() in workspace functions | Simon Ser |
2023-03-24 | root: Set inactive focus when scratchpad is moved to new workspace | Ankit Pandey |
2023-03-14 | root: Try to preserve relative positions of floating containers | Ankit Pandey |
2023-02-27 | sway{,bar}: use default font hint style | llyyr |
2023-02-22 | Allow windows in scratchpad to set the urgent flag | Robin Jarry |
2023-02-19 | container: rehome the container_swap function into container.c | Ronan Pigott |
2023-02-10 | Introduce surface_{enter,leave}_output() | Simon Ser |
2023-02-07 | Use wlr_linux_dmabuf_feedback_v1_init_with_options() | Simon Ser |
2023-02-05 | view: make request_activate take a seat | Ronan Pigott |
2023-02-02 | Convert to *_try_from_wlr_surface() | Simon Ser |
2023-02-02 | root: free non_desktop_outputs list on root_destroy | Tobias Predel |
2023-02-01 | Convert to wlr_xwayland_surface_try_from_wlr_surface() | Simon Ser |
2023-01-20 | focus_on_window_activation: raise if floating | Tobias Bengfort |
2023-01-03 | tree/container: drop unnecessary check in container_get_siblings() | Simon Ser |
2022-11-26 | view: associate launch contexts with views | Ronan Pigott |
2022-11-26 | launcher: rename pid_workspace to launcher_ctx | Ronan Pigott |
2022-11-26 | node: prettify node type names | Ronan Pigott |
2022-11-26 | root: move the workspace matching code to its own file | Ronan Pigott |
2022-11-11 | workspace_create: Don't allow NULL name | Alexander Orzechowski |