summaryrefslogtreecommitdiffstats
path: root/sway/layout.c
Commit message (Expand)AuthorAge
* add unique IDs to containersLibravatar Zandr Martin2016-09-21
* add global `current_focus` pointerLibravatar Zandr Martin2016-09-17
* Make it possible to move views between outputsLibravatar Mikkel Oscar Lyderik2016-09-05
* Correct `hide_edge_borders` commandLibravatar Lukas Lihotzki2016-09-02
* Reorganize includesLibravatar Drew DeVault2016-09-01
* Sort workspaces when moving workspace to outputLibravatar D.B2016-08-07
* Refactor functions to update container bordersLibravatar Tony Crisci2016-07-31
* revert border hiding to more recent versionLibravatar D.B2016-07-30
* properly hide top border inside tabbed/stackedLibravatar D.B2016-07-30
* Update hidpi support to latest wlc APILibravatar Drew DeVault2016-07-28
* Initial pass on HiDPI supportLibravatar Drew DeVault2016-07-28
* Merge pull request #793 from thejan2009/workspace_layout_first_window_fixLibravatar Drew DeVault2016-07-28
|\
| * bugfix: windows on empty workspaces with layout tabbed/stacked would spawn wi...Libravatar D.B2016-07-28
* | Implement `focus child` commandLibravatar Tony Crisci2016-07-27
|/
* properly hide bottom and right bordersLibravatar D.B2016-07-22
* fix regression in hide_edge_bordersLibravatar Zandr Martin2016-07-21
* rename ws to workspace for clarityLibravatar D.B2016-07-21
* calculate borders for hiding from workspace geometryLibravatar D.B2016-07-21
* Arrange backgrounds only when requiredLibravatar Mykyta Holubakha2016-07-21
* Initial work on window eventsLibravatar Mykyta Holubakha2016-07-21
* Move backgrounds to back after arrange_windowsLibravatar Drew DeVault2016-07-18
* refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...Libravatar D.B2016-07-16
* implement `get_tree` commandLibravatar Zandr Martin2016-07-04
* redo smart_gaps/hide_edge_borders fixLibravatar Zandr Martin2016-06-02
* Fix issue #661.Libravatar Jasen Borisov2016-05-18
* Fix uninitialized variableLibravatar Mikkel Oscar Lyderik2016-04-29
* border: clear buffer on fullscreen viewsLibravatar Mikkel Oscar Lyderik2016-04-27
* Remove commented codeLibravatar Mikkel Oscar Lyderik2016-04-25
* Use correct geometry for nested containersLibravatar Mikkel Oscar Lyderik2016-04-25
* Disable inner gaps when in tabbed/stacked modeLibravatar Mikkel Oscar Lyderik2016-04-25
* Add support for nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
* Make floating border fixes work with tabbed/stacked codeLibravatar Mikkel Oscar Lyderik2016-04-25
* Improve move command with tabbed/stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
* Correctly determine default layoutLibravatar Mikkel Oscar Lyderik2016-04-25
* Fix problems with floating windowsLibravatar Mikkel Oscar Lyderik2016-04-25
* Tabbed and stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
* Remove clang warnings (-Wsign-compare)Libravatar Mikkel Oscar Lyderik2016-04-16
* Fix window bordersLibravatar crondog2016-04-03
* Fix spelling mistakesLibravatar Eric Engestrom2016-04-02
* Correctly reset border geometryLibravatar Mikkel Oscar Lyderik2016-03-31
* Fix borders with floating windowsLibravatar Mikkel Oscar Lyderik2016-03-30
* Implement bordersLibravatar Mikkel Oscar Lyderik2016-03-30
* Implement some more on bordersLibravatar Drew DeVault2016-03-30
* Implement 'smart_gaps' feature from i3-gapsLibravatar Mikkel Oscar Lyderik2016-03-20
* Fix assigning workspaces to outputsLibravatar Mikkel Oscar Lyderik2016-03-04
* Correctly move focus from one output to a new one.Libravatar Mikkel Oscar Lyderik2016-02-28
* arrange_windows_r: Round pixels to match reality, fixes calculations.Libravatar S. Christoffer Eliesen2015-12-28
* arrange_windows_r: Bring parent coordinates into layout calculations.Libravatar S. Christoffer Eliesen2015-12-28
* Focus new sibling added to containerLibravatar Mikkel Oscar Lyderik2015-12-25
* Trigger workspace init event (floating)Libravatar Mikkel Oscar Lyderik2015-12-25