aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
Commit message (Expand)AuthorAge
* 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: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* root: Try to preserve relative positions of floating containersLibravatar Ankit Pandey2023-03-14
* Remove some erroneous apostrophes in commentsLibravatar Thomas Hebb2022-02-22
* Upgrade for wlroots surface refactoringLibravatar Simon Ser2022-01-13
* Add focused_tab_titleLibravatar Vsevolod2021-12-10
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* Update wlr_box includesLibravatar Simon Ser2021-07-07
* focus: beyond fullscreen when focused explicitlyLibravatar lbonn2021-02-25
* render: handle containers without output when rendering titlesLibravatar Quantum2021-02-25
* container: Add container_is_current_floatingLibravatar Kenny Levinsen2021-02-22
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* introduce workspace_squashLibravatar Ronan Pigott2020-12-20
* tree/container: introduce `container_is_sticky[_or_child]` functionsLibravatar Tudor Brindus2020-11-11
* input: implement xdg_toplevel interactive resize hintsLibravatar Ronan Pigott2020-07-13
* tree/container: introduce `container_toplevel_ancestor` helperLibravatar Tudor Brindus2020-06-07
* container: Remove useless surface dimensionsLibravatar Kenny Levinsen2020-06-03
* Fix typos in commentsLibravatar Martin Michlmayr2020-05-21
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* Revert "Make all the container dimensions integers"Libravatar Simon Ser2020-01-15
* Make all the container dimensions integersLibravatar Pedro Côrte-Real2020-01-01
* Avoid numerical instability in resizeLibravatar Pedro Côrte-Real2020-01-01
* Rework gaps code to be simpler and correctLibravatar Pedro Côrte-Real2019-07-15
* Layout tiled using a width/height fractionLibravatar Pedro Côrte-Real2019-07-14
* Make mouse drag in tiled mode swap containers if no edge is selectedLibravatar Sebastian Parborg2019-07-09
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* gaps: remove duplicate inner gapsLibravatar Brian Ashworth2018-11-07
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
|/
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05