summaryrefslogtreecommitdiffstats
path: root/include/sway/tree
Commit message (Expand)AuthorAge
* Add views idle inhibition status in get_tree outputLibravatar Damien Tardy-Panis2020-05-29
* Fix typos in commentsLibravatar Martin Michlmayr2020-05-21
* commands: Add per-view shortcuts_inhibitor commandLibravatar Michael Weiser2020-05-13
* Use wlr_client_bufferLibravatar Simon Ser2020-03-06
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* Revert "Make all the container dimensions integers"Libravatar Simon Ser2020-01-15
* view: remove workspace pid mapping for assignsLibravatar Brian Ashworth2020-01-09
* Make all the container dimensions integersLibravatar Pedro Côrte-Real2020-01-01
* Avoid numerical instability in resizeLibravatar Pedro Côrte-Real2020-01-01
* view: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* Remove xdg-shell v6 supportLibravatar Simon Ser2019-08-20
* Remove all wayland-server.h includesLibravatar Simon Ser2019-07-27
* Sanity check gaps between tiled containersLibravatar Pedro Côrte-Real2019-07-15
* 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
* Fix sway crashes for scratchpad layoutsLibravatar Rouven Czerwinski2019-06-16
* Use parent get_root_coords in subsurfacesLibravatar Kenny Levinsen2019-05-30
* Honor output for xdg_toplevel_set_fullscreenLibravatar Brian Ashworth2019-04-11
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* Allow for workspace renaming during exec handlingLibravatar mliszcz2019-03-23
* Remove debug treeLibravatar Ryan Dwyer2019-03-18
* sway_view_child: add listener for view unmapLibravatar Brian Ashworth2019-03-11
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* Add workspace {prev,next}_on_output --createLibravatar Drew DeVault2019-02-17
* Remove unused header include/sway/tree/output.hLibravatar emersion2019-02-16
* 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
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Fix segfault when destroying unmapped child viewLibravatar emersion2018-11-28
* Handle destroyed subsurfacesLibravatar emersion2018-11-27
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Merge pull request #3087 from RedSoxFan/side-gapsLibravatar Ryan Dwyer2018-11-08
|\
| * Implement per side and per direction outer gapsLibravatar Brian Ashworth2018-11-07
* | 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
* Merge pull request #2933 from Snaipe/xwayland-window-propertiesLibravatar Drew DeVault2018-10-24
|\
| * xwayland: populate window_properties in json for viewsLibravatar Franklin "Snaipe" Mathieu2018-10-23
* | Fix crash when quitting a QT app on the wayland backend using menuLibravatar Ryan Dwyer2018-10-22
|/
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* view: move arrange_workspace into view_mapLibravatar Rouven Czerwinski2018-10-16
* Merge pull request #2772 from RyanDwyer/improve-popup-damageLibravatar Drew DeVault2018-10-09
|\
| * Only damage popups when popups have damageLibravatar Ryan Dwyer2018-10-07