aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* Drop unnecessary includes from sway/server.hLibravatar Simon Ser2024-02-15
* scene_graph: port wlr_forgein_toplevel_management output enter/leave eventsLibravatar Alexander Orzechowski2024-01-18
* container: Don't track outputsLibravatar Alexander Orzechowski2024-01-18
* Delete old damage tracking codeLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port container server side decorationsLibravatar Alexander Orzechowski2024-01-18
* input: Query scene graph for relevant surface/node intersectionsLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Use built-in linux dmabuf feedback handlingLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* chore: chase wlroots xdg-surface role reworkLibravatar Kirill Primak2023-08-21
* root: Try to preserve relative positions of floating containersLibravatar Ankit Pandey2023-03-14
* sway{,bar}: use default font hint styleLibravatar llyyr2023-02-27
* container: rehome the container_swap function into container.cLibravatar Ronan Pigott2023-02-19
* Introduce surface_{enter,leave}_output()Libravatar Simon Ser2023-02-10
* Use wlr_linux_dmabuf_feedback_v1_init_with_options()Libravatar Simon Ser2023-02-07
* Convert to *_try_from_wlr_surface()Libravatar Simon Ser2023-02-02
* tree/container: drop unnecessary check in container_get_siblings()Libravatar Simon Ser2023-01-03
* container_get_siblings: handle NULL workspaceLibravatar Baltazár Radics2022-11-11
* Use wl_signal_emit_mutable()Libravatar Simon Ser2022-11-10
* container_floating_set_default_size: Store workspace size box on the stackLibravatar Alexander Orzechowski2022-10-29
* Reuse parsed PangoFontDescriptionLibravatar Hugo Osvaldo Barrera2022-07-01
* Remove all sprintf callsLibravatar Simon Ser2022-02-08
* xdg-shell: use wlr_xdg_toplevel in sway_viewLibravatar Simon Ser2022-02-07
* chore: chase wlr_output_layout_get_box() updateLibravatar Kirill Primak2022-01-31
* Upgrade for wlroots surface refactoringLibravatar Simon Ser2022-01-13
* container: Fix crash when view unmaps + maps quicklyLibravatar David Rosca2022-01-07
* Add cairo_image_surface_create error handlingLibravatar Simon Ser2021-12-21
* Add support for linux-dmabuf surface hintsLibravatar Simon Ser2021-12-13
* Add focused_tab_titleLibravatar Vsevolod2021-12-10
* sway: create wlr_renderer and wlr_allocatorLibravatar Simon Zeni2021-11-18
* container: fix surface_is_popup()Libravatar Kirill Primak2021-11-15
* Rename pango_printf to render_textLibravatar Simon Ser2021-09-13
* Fix overly-wide mark texturesLibravatar Daniel De Graaf2021-09-04
* Deduplicate code for rendering titlebar textsLibravatar Hugo Osvaldo Barrera2021-08-27
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* xdg-decoration: let floating clients set bordersLibravatar Dudemanguy2021-08-12
* container: ignore borders in fullscreen windowsLibravatar Dudemanguy2021-07-06
* tree/container: fix indentationLibravatar Simon Ser2021-07-05
* cairo: Replace <cairo/cairo.h> by <cairo.h>Libravatar Issam E. Maghni2021-05-10
* Avoid creating zero-sized textures for marksLibravatar Simon Ser2021-04-20
* Use cairo_image_surface_get_stride instead of guessing itLibravatar Simon Ser2021-04-20
* Avoid creating zero-sized textures for titlebarsLibravatar Simon Ser2021-04-20
* container: don't set fullscreen on childrenLibravatar ash lea2021-04-15
* container: retain focus position on floating enableLibravatar Ronan Pigott2021-04-11
* container: Add view_container_content_atLibravatar Kenny Levinsen2021-03-10
* container: Limit tiled focus to container geometryLibravatar Kenny Levinsen2021-03-01
* focus: beyond fullscreen when focused explicitlyLibravatar lbonn2021-02-25
* Fix wl_shm_format passed to wlr_texture_from_pixelsLibravatar Simon Ser2021-02-23
* container: Add container_is_current_floatingLibravatar Kenny Levinsen2021-02-22
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16