aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2023-12-01Don't destroy output layout on exitAlexander Orzechowski
2023-11-23Pass wl_display to wlr_output_layoutSimon Ser
2023-11-23Add wlr/util/transform.h includesSimon Ser
2023-11-21view: re-apply criteria when window gets unmappedEBADBEEF
2023-11-16Only reconfigure input mappings on output changeSimon Ser
2023-10-24view: check if the buffer was uploaded on saveKirill Primak
2023-08-28Revert "view: update wlr_toplevel size on client resizes"Dudemanguy
2023-08-26view: update wlr_toplevel size on client resizesDudemanguy
2023-08-21chore: chase wlroots xdg-surface role reworkKirill Primak
2023-07-31output: drop current_modeSimon Ser
2023-04-14Use output_match_name_or_id() in workspace functionsSimon Ser
2023-03-24root: Set inactive focus when scratchpad is moved to new workspaceAnkit Pandey
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey
2023-02-27sway{,bar}: use default font hint stylellyyr
2023-02-22Allow windows in scratchpad to set the urgent flagRobin Jarry
2023-02-19container: rehome the container_swap function into container.cRonan Pigott
2023-02-10Introduce surface_{enter,leave}_output()Simon Ser
2023-02-07Use wlr_linux_dmabuf_feedback_v1_init_with_options()Simon Ser
2023-02-05view: make request_activate take a seatRonan Pigott
2023-02-02Convert to *_try_from_wlr_surface()Simon Ser
2023-02-02root: free non_desktop_outputs list on root_destroyTobias Predel
2023-02-01Convert to wlr_xwayland_surface_try_from_wlr_surface()Simon Ser
2023-01-20focus_on_window_activation: raise if floatingTobias Bengfort
2023-01-03tree/container: drop unnecessary check in container_get_siblings()Simon Ser
2022-11-26view: associate launch contexts with viewsRonan Pigott
2022-11-26launcher: rename pid_workspace to launcher_ctxRonan Pigott
2022-11-26node: prettify node type namesRonan Pigott
2022-11-26root: move the workspace matching code to its own fileRonan Pigott
2022-11-11workspace_create: Don't allow NULL nameAlexander Orzechowski
2022-11-11container_get_siblings: handle NULL workspaceBaltazár Radics
2022-11-11Use wlr_damage_ringKirill Primak
2022-11-10Use wl_signal_emit_mutable()Simon Ser
2022-10-30tree: support formatting null titlesPuck Meerburg
2022-10-29container_floating_set_default_size: Store workspace size box on the stackAlexander Orzechowski
2022-09-19sway: Add non-desktop-output typeAlex Maese
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-02-08Remove all sprintf callsSimon Ser
2022-02-07xdg-shell: use wlr_xdg_toplevel in sway_viewSimon Ser
2022-01-31chore: chase wlr_output_layout_get_box() updateKirill Primak
2022-01-13Upgrade for wlroots surface refactoringSimon Ser
2022-01-07container: Fix crash when view unmaps + maps quicklyDavid Rosca
2021-12-21Add cairo_image_surface_create error handlingSimon Ser
2021-12-17output: emit node::destroy eventRonan Pigott
2021-12-17output: change output::destroy to output::disableRonan Pigott
2021-12-13Add support for linux-dmabuf surface hintsSimon Ser
2021-12-13view: Fix null dereferenceAlexander Orzechowski
2021-12-10Add focused_tab_titleVsevolod
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-11-18sway: create wlr_renderer and wlr_allocatorSimon Zeni
2021-11-15container: fix surface_is_popup()Kirill Primak