Age | Commit message (Expand) | Author |
2024-02-12 | view: drop ext_foreign_destroy | Kirill Primak |
2024-02-12 | xdg_shell: Extract struct for popup descriptor | Alexander Orzechowski |
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: Maintain `wlr_scene_node`s for the sway tree. | Alexander Orzechowski |
2024-01-18 | view: init function should return a success bool | Alexander Orzechowski |
2023-11-23 | xdg-shell: chase events update | Kirill Primak |
2023-11-23 | Pass wl_display to wlr_output_layout | Simon Ser |
2023-06-02 | chore: chase wlroots map logic unification | Kirill Primak |
2023-03-14 | root: Try to preserve relative positions of floating containers | Ankit Pandey |
2023-02-05 | view: make request_activate take a seat | Ronan Pigott |
2023-01-03 | Add missing includes & remove duplicates | Carl Smedstad |
2022-11-26 | launcher: export X startup ids and use them for workspace matching | Ronan Pigott |
2022-11-26 | view: associate launch contexts with views | Ronan Pigott |
2022-11-26 | root: move the workspace matching code to its own file | Ronan Pigott |
2022-09-19 | sway: Add non-desktop-output type | Alex Maese |
2022-05-27 | xdg-shell: schedule a configure on maximize request | Kirill Primak |
2022-02-22 | Remove some erroneous apostrophes in comments | Thomas Hebb |
2022-02-07 | xdg-shell: use wlr_xdg_popup in sway_xdg_popup | Simon Ser |
2022-02-07 | xdg-shell: use wlr_xdg_toplevel in sway_view | Simon Ser |
2022-01-31 | xwayland: listen to `request_activate` event | Tuomas Yrjölä |
2022-01-13 | Upgrade for wlroots surface refactoring | Simon Ser |
2021-12-10 | Add focused_tab_title | Vsevolod |
2021-11-25 | sway: replace noop_output by fallback_output | Simon Zeni |
2021-09-21 | xdg-shell: remove unused request_maximize listener | Kirill Primak |
2021-09-08 | view: fix child position calc | Kirill Primak |
2021-08-26 | Use fixed titlebar heights | Hugo Osvaldo Barrera |
2021-08-12 | Document view_map | Simon Ser |
2021-07-27 | view: remove reference to wlr_wl_shell_surface | Simon Zeni |
2021-07-07 | Update wlr_box includes | Simon Ser |
2021-06-22 | Revert "Add workspace {prev,next}_on_output --create" | Ragnar Groot Koerkamp |
2021-06-18 | Move auto_back_and_forth logic out of workspace_switch | Ragnar Groot Koerkamp |
2021-02-25 | focus: beyond fullscreen when focused explicitly | lbonn |
2021-02-25 | render: handle containers without output when rendering titles | Quantum |
2021-02-22 | container: Add container_is_current_floating | Kenny Levinsen |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2021-02-09 | view: Read geometry directly in view_update_size | Kenny Levinsen |
2021-02-09 | transaction: Move centering to view_center_surface | Kenny Levinsen |
2021-01-12 | Switch to wlr_xdg_surface_for_each_popup_surface | Simon Ser |