aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* xdg-activation: distinguish activation and urgency requestsLibravatar Aleksei Bavshin2024-02-17
* Drop unnecessary includes from sway/server.hLibravatar Simon Ser2024-02-15
* view: drop ext_foreign_destroyLibravatar Kirill Primak2024-02-12
* ext-foreign-toplevel-list: Implement protocolLibravatar Merlin Lex2024-02-12
* scene_graph: Implement toplevel clippingLibravatar 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 view saved buffersLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port xdg_shellLibravatar 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: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* view: init function should return a success boolLibravatar Alexander Orzechowski2024-01-18
* view: re-apply criteria when window gets unmappedLibravatar EBADBEEF2023-11-21
* view: check if the buffer was uploaded on saveLibravatar Kirill Primak2023-10-24
* Revert "view: update wlr_toplevel size on client resizes"Libravatar Dudemanguy2023-08-28
* view: update wlr_toplevel size on client resizesLibravatar Dudemanguy2023-08-26
* Allow windows in scratchpad to set the urgent flagLibravatar Robin Jarry2023-02-22
* Introduce surface_{enter,leave}_output()Libravatar Simon Ser2023-02-10
* view: make request_activate take a seatLibravatar Ronan Pigott2023-02-05
* Convert to *_try_from_wlr_surface()Libravatar Simon Ser2023-02-02
* Convert to wlr_xwayland_surface_try_from_wlr_surface()Libravatar Simon Ser2023-02-01
* focus_on_window_activation: raise if floatingLibravatar Tobias Bengfort2023-01-20
* view: associate launch contexts with viewsLibravatar Ronan Pigott2022-11-26
* launcher: rename pid_workspace to launcher_ctxLibravatar Ronan Pigott2022-11-26
* root: move the workspace matching code to its own fileLibravatar Ronan Pigott2022-11-26
* Use wl_signal_emit_mutable()Libravatar Simon Ser2022-11-10
* tree: support formatting null titlesLibravatar Puck Meerburg2022-10-30
* Upgrade for wlroots surface refactoringLibravatar Simon Ser2022-01-13
* view: Fix null dereferenceLibravatar Alexander Orzechowski2021-12-13
* view: add new container as a sibling of tiled viewLibravatar siikamiika2021-10-21
* Avoid unecessary font metric calculationsLibravatar Hugo Osvaldo Barrera2021-09-20
* view: fix child position calcLibravatar Kirill Primak2021-09-08
* surface: chase wlr subsurface list/link changeLibravatar Kirill Primak2021-09-06
* view: fix saved buffer orderLibravatar Kirill Primak2021-09-05
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* Don't apply hide_edge_borders to any floating containerLibravatar novenary2021-06-20
* Iterate over subsurfaces below the parent surfaceLibravatar Simon Ser2021-06-03
* view: commit transactions for foreign toplevel requestsLibravatar Ronan Pigott2021-05-17
* view: handle case where map_ws is NULLLibravatar Rouven Czerwinski2021-04-29
* tree/view: don't give focus to views mapped under fullscreen viewsLibravatar Tudor Brindus2021-04-25
* view_destroy: fix use-after-free with subsurface_destroyLibravatar Dominique Martinet2021-04-22
* view: subsurface NULL check in view_from_wlr_surfaceLibravatar Kenny Levinsen2021-03-24
* view: Handle NULL role object when role is setLibravatar Kenny Levinsen2021-03-21
* view: Set parent for view_child subsurfaces on initLibravatar Kenny Levinsen2021-02-23
* view: Mark subchildren as unmapped in view_child_destroyLibravatar Kenny Levinsen2021-02-23
* view: Recursively check mapped of view_child treeLibravatar Kenny Levinsen2021-02-23
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* view: Read geometry directly in view_update_sizeLibravatar Kenny Levinsen2021-02-09