summaryrefslogtreecommitdiff
path: root/include/sway/tree/view.h
AgeCommit message (Expand)Author
2024-04-15feat: 1.9 merge (#277)Reza Jelveh
2023-07-06Fix toplevel borders (#171)Evy Garden
2023-03-26Extend minimize logic to work with XWayland and XDG applications (#132)Erik Reider
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-08-15Revert "merge sway master"Will McKinnon
2022-04-27merge sway masterWilliam McKinnon
2021-10-17treat scratchpad as minimizeWill McKinnon
2021-09-21xdg-shell: remove unused request_maximize listenerKirill Primak
2021-09-08view: fix child position calcKirill Primak
2021-08-12Document view_mapSimon Ser
2021-07-27view: remove reference to wlr_wl_shell_surfaceSimon Zeni
2021-02-09view: Read geometry directly in view_update_sizeKenny Levinsen
2021-02-09transaction: Move centering to view_center_surfaceKenny Levinsen
2021-01-12Switch to wlr_xdg_surface_for_each_popup_surfaceSimon Ser
2020-10-18xwayland: listen to `set_geometry` eventTudor Brindus
2020-10-10xwayland: support views that change override-redirect statusTobias Langendorf
2020-08-05view: remove foreign toplevel listeners on destroyRonan Pigott
2020-08-05view: implement foreign toplevel fullscreen requestRonan Pigott
2020-07-22Fix X11 clients getting stuck minimizedTobias Langendorf
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-06-23Implement wlr-foreign-toplevel-management-v1Drew DeVault
2020-06-17Add support for viewporterSimon Ser
2020-06-08tree/view: fix smart gaps when ancestor container is tabbed or stackedTudor Brindus
2020-06-05Save transform during transactionKalyan Sriram
2020-06-03view: Save all buffers associated with viewKenny Levinsen
2020-05-29Add views idle inhibition status in get_tree outputDamien Tardy-Panis
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-03-06Use wlr_client_bufferSimon Ser
2019-11-17view: add max_render_timeIvan Molodetskikh
2019-08-20Remove xdg-shell v6 supportSimon Ser
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-05-30Use parent get_root_coords in subsurfacesKenny Levinsen
2019-04-11Honor output for xdg_toplevel_set_fullscreenBrian Ashworth
2019-03-11sway_view_child: add listener for view unmapBrian Ashworth
2018-11-28Fix segfault when destroying unmapped child viewemersion
2018-11-27Handle destroyed subsurfacesemersion
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-24Merge pull request #2933 from Snaipe/xwayland-window-propertiesDrew DeVault
2018-10-23xwayland: populate window_properties in json for viewsFranklin "Snaipe" Mathieu
2018-10-22Fix crash when quitting a QT app on the wayland backend using menuRyan Dwyer
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski
2018-10-09Merge pull request #2772 from RyanDwyer/improve-popup-damageDrew DeVault
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-07Only damage popups when popups have damageRyan Dwyer
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-10-01Fix smart gapsBrian Ashworth
2018-09-27Improve CSD logicRyan Dwyer