summaryrefslogtreecommitdiff
path: root/include/sway/tree/container.h
AgeCommit message (Expand)Author
2024-04-15feat: 1.9 merge (#277)Reza Jelveh
2023-04-17Add kawase blur (#120)Erik Reider
2023-02-14Implement for_window support for dim_inactive (#109)famfo
2023-01-18feat: Add box shadows (#64)William McKinnon
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-11-11Per application color saturation support (#21)Erik Reider
2022-10-21refactor: move corner_radius to container structWill McKinnon
2022-08-15Revert "merge sway master"Will McKinnon
2022-04-27merge sway masterWilliam McKinnon
2021-12-10Add focused_tab_titleVsevolod
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-07-07Update wlr_box includesSimon Ser
2021-02-25focus: beyond fullscreen when focused explicitlylbonn
2021-02-25render: handle containers without output when rendering titlesQuantum
2021-02-22container: Add container_is_current_floatingKenny Levinsen
2021-02-16container: Move pending state to state structKenny Levinsen
2020-12-20introduce workspace_squashRonan Pigott
2020-11-11tree/container: introduce `container_is_sticky[_or_child]` functionsTudor Brindus
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-06-07tree/container: introduce `container_toplevel_ancestor` helperTudor Brindus
2020-06-03container: Remove useless surface dimensionsKenny Levinsen
2020-05-21Fix typos in commentsMartin Michlmayr
2020-01-16Fix crash when showing scratchpad hidden split containersRonan Pigott
2020-01-15Revert "Make all the container dimensions integers"Simon Ser
2020-01-01Make all the container dimensions integersPedro Côrte-Real
2020-01-01Avoid numerical instability in resizePedro Côrte-Real
2019-07-15Rework gaps code to be simpler and correctPedro Côrte-Real
2019-07-14Layout tiled using a width/height fractionPedro Côrte-Real
2019-07-09Make mouse drag in tiled mode swap containers if no edge is selectedSebastian Parborg
2019-03-31scratchpad: set initial sizeBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-28Center surface inside container when it's too smallRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-07gaps: remove duplicate inner gapsBrian Ashworth
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-30Remove enum movement_directionRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-08Align titles to baselineRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer