aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-02-15Drop unnecessary includes from sway/server.hSimon Ser
2024-01-18scene_graph: port wlr_forgein_toplevel_management output enter/leave eventsAlexander Orzechowski
2024-01-18container: Don't track outputsAlexander Orzechowski
2024-01-18Delete old damage tracking codeAlexander Orzechowski
2024-01-18scene_graph: Port container server side decorationsAlexander Orzechowski
2024-01-18input: Query scene graph for relevant surface/node intersectionsAlexander Orzechowski
2024-01-18scene_graph: Use built-in linux dmabuf feedback handlingAlexander Orzechowski
2024-01-18scene_graph: Maintain `wlr_scene_node`s for the sway tree.Alexander Orzechowski
2023-08-21chore: chase wlroots xdg-surface role reworkKirill Primak
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey
2023-02-27sway{,bar}: use default font hint stylellyyr
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-02Convert to *_try_from_wlr_surface()Simon Ser
2023-01-03tree/container: drop unnecessary check in container_get_siblings()Simon Ser
2022-11-11container_get_siblings: handle NULL workspaceBaltazár Radics
2022-11-10Use wl_signal_emit_mutable()Simon Ser
2022-10-29container_floating_set_default_size: Store workspace size box on the stackAlexander Orzechowski
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-13Add support for linux-dmabuf surface hintsSimon Ser
2021-12-10Add focused_tab_titleVsevolod
2021-11-18sway: create wlr_renderer and wlr_allocatorSimon Zeni
2021-11-15container: fix surface_is_popup()Kirill Primak
2021-09-13Rename pango_printf to render_textSimon Ser
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-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
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-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
2021-02-23Fix wl_shm_format passed to wlr_texture_from_pixelsSimon Ser
2021-02-22container: Add container_is_current_floatingKenny Levinsen
2021-02-16container: Move pending state to state structKenny Levinsen