aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
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
2021-10-29Add smart_gaps inverse_outer commandbR3iN
2021-10-21view: add new container as a sibling of tiled viewsiikamiika
2021-09-20Avoid unecessary font metric calculationsHugo Osvaldo Barrera
2021-09-13Rename pango_printf to render_textSimon Ser
2021-09-08view: fix child position calcKirill Primak
2021-09-06surface: chase wlr subsurface list/link changeKirill Primak
2021-09-05view: fix saved buffer orderKirill Primak
2021-09-04Fix overly-wide mark texturesDaniel De Graaf
2021-08-27Deduplicate code for rendering titlebar textsHugo Osvaldo Barrera
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-08-12xdg-decoration: let floating clients set bordersDudemanguy
2021-07-06container: ignore borders in fullscreen windowsDudemanguy
2021-07-05tree/container: fix indentationSimon Ser
2021-06-22Revert "Add workspace {prev,next}_on_output --create"Ragnar Groot Koerkamp
2021-06-20Don't apply hide_edge_borders to any floating containernovenary
2021-06-18Only call workspace_auto_back_and_forth when neededRagnar Groot Koerkamp
2021-06-18Move auto_back_and_forth logic out of workspace_switchRagnar Groot Koerkamp
2021-06-03Iterate over subsurfaces below the parent surfaceSimon Ser
2021-05-17view: commit transactions for foreign toplevel requestsRonan Pigott
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2021-04-29view: handle case where map_ws is NULLRouven Czerwinski
2021-04-26workspace: reap empty parents when adding tilesRonan Pigott
2021-04-25tree/view: don't give focus to views mapped under fullscreen viewsTudor Brindus
2021-04-22view_destroy: fix use-after-free with subsurface_destroyDominique Martinet
2021-04-20Avoid creating zero-sized textures for marksSimon Ser
2021-04-20Use cairo_image_surface_get_stride instead of guessing itSimon Ser
2021-04-20Avoid creating zero-sized textures for titlebarsSimon Ser
2021-04-15container: don't set fullscreen on childrenash lea
2021-04-11container: retain focus position on floating enableRonan Pigott
2021-03-24view: subsurface NULL check in view_from_wlr_surfaceKenny Levinsen
2021-03-21view: Handle NULL role object when role is setKenny Levinsen
2021-03-10container: Add view_container_content_atKenny Levinsen
2021-03-01container: Limit tiled focus to container geometryKenny Levinsen
2021-02-25focus: beyond fullscreen when focused explicitlylbonn